emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#7955: closed (configure does not thoroughly test


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7955: closed (configure does not thoroughly test for ImageMagick includes)
Date: Tue, 12 Apr 2011 03:57:02 +0000

Your message dated Mon, 11 Apr 2011 23:56:18 -0400
with message-id <address@hidden>
and subject line Re: bug#7955: patch for imagemagick header rename
has caused the GNU bug report #7955,
regarding configure does not thoroughly test for ImageMagick includes
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7955
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: configure does not thoroughly test for ImageMagick includes Date: Tue, 01 Feb 2011 15:38:37 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Package: emacs
Version: 24.0.50
Severity: minor

I tried to build the current trunk on a RHEL 4.8 system.
This has ImageMagick 6.0.7 installed.
configure decided that ImageMagick was usable:

  checking for Wand... yes
  checking IMAGEMAGICK_CFLAGS...  
  checking IMAGEMAGICK_LIBS... -lWand -lMagick  
  checking for MagickExportImagePixels... no
  [...]
  Does Emacs use imagemagick?                             yes

However, the build failed because of this:

  image.c:7455:29: warning: wand/MagickWand.h: No such file or directory

The system has /usr/include/wand/magick_wand.h, but it does not
have /usr/include/wand/MagickWand.h. Looks like the former is now
deprecated. The latter does exist on RHEL 5.5, with ImageMagick 6.2.8.

Obviously I can just re-configure using --without-imagemagick, but
Emacs should do this for me. Either configure should test for some
required minimum version of ImageMagick (I was not able to find out in
what version wand/MagickWand.h was added); or image.c should fall back
to wand/magick_wand.h if it can.




--- End Message ---
--- Begin Message --- Subject: Re: bug#7955: patch for imagemagick header rename Date: Mon, 11 Apr 2011 23:56:18 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.1

Done.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]