unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7955: configure does not thoroughly test for ImageMagick includes
@ 2011-02-01 20:38 Glenn Morris
  2011-02-02  2:48 ` Chong Yidong
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Glenn Morris @ 2011-02-01 20:38 UTC (permalink / raw)
  To: 7955

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.






^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-04-12  3:56 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-01 20:38 bug#7955: configure does not thoroughly test for ImageMagick includes Glenn Morris
2011-02-02  2:48 ` Chong Yidong
2011-02-02  9:30   ` joakim
2011-02-02 19:32     ` Glenn Morris
2011-02-03  8:16 ` bug#7955: reply from the IM team joakim
2011-02-08 19:19   ` Glenn Morris
2011-02-11 23:38 ` bug#7955: patch for imagemagick header rename joakim
2011-02-12  1:11 ` Glenn Morris
2011-02-12 22:39   ` Chong Yidong
2011-02-13  0:28     ` joakim
2011-02-12 23:37 ` Glenn Morris
2011-02-14 20:13 ` Glenn Morris
2011-02-14 20:37   ` joakim
2011-02-15  2:51 ` Glenn Morris
2011-04-07 21:00   ` Glenn Morris
2011-04-12  3:56 ` Glenn Morris

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).