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

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

bug#7955: reply from the IM team


From: joakim
Subject: bug#7955: reply from the IM team
Date: Thu, 03 Feb 2011 09:16:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=17985

basically:

,----
| The magick_wand.h header file was deprecated after ImageMagick version 6. Its 
still included in the distribution but probably should not be used since it 
will be removed in version 7 of ImageMagick (due in 3-4 years). It should not 
be a problem. Change your configure.ac file to check for MagickWand.h then use 
a conditional compile, something like:
| 
| #if defined (HAVE_MAGICKWAND_H)
| #include <wand/MagickWand.h>
| #else
| #include <wand/magick_wand.h>
| #endif /* HAVE_MAGICKWAND_H */
`----

-- 
Joakim Verona





reply via email to

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