unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "Lin Sun" <Lin.Sun@mediatek.com> (孙林)
Cc: 19050@debbugs.gnu.org
Subject: bug#19050: Fail compile emacs with jpeg library on MinGW32
Date: Fri, 14 Nov 2014 08:02:47 +0200	[thread overview]
Message-ID: <837fyyjp4o.fsf@gnu.org> (raw)
In-Reply-To: <BFD593E723C28F4686C2E8BB3A5F4DA06BDDECB1@MTKMBS33N1.mediatek.inc>

> From: Lin Sun (孙林) <Lin.Sun@mediatek.com>
> Date: Fri, 14 Nov 2014 00:58:49 +0000
> 
> Fail when compile emacs with jpeg library on MinGW32, then change the
> 
> code to follow clip will compile successful,
> 
> @@ -6189,7 +6189,7 @@ jpeg_image_p (Lisp_Object object)
> 
> different name. This name, jpeg_boolean, remains in effect through
> 
> the rest of image.c.
> 
> */
> 
> -#if defined CYGWIN && defined HAVE_NTGUI
> 
> +#if defined HAVE_NTGUI
> 
> #define boolean jpeg_boolean
> 
> #endif
> 
> #include <jpeglib.h>
> 
> and the configure command is:
> 
> ../emacs-24.4.src/configure --with-w32

What version of libjpeg are you using, and where did you download it
from?

(And why are you using the --with-w32 option to configure when
building a MinGW port of Emacs?)





  reply	other threads:[~2014-11-14  6:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-14  0:58 bug#19050: Fail compile emacs with jpeg library on MinGW32 Lin Sun
2014-11-14  6:02 ` Eli Zaretskii [this message]
2014-11-17  1:15   ` Lin Sun
2014-11-17  3:48     ` Eli Zaretskii
2014-11-18  0:30       ` Lin Sun
2014-11-18  3:39         ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=837fyyjp4o.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=19050@debbugs.gnu.org \
    --cc=Lin.Sun@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).