GNU bug report logs -
#7955
configure does not thoroughly test for ImageMagick includes
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Tue, 1 Feb 2011 20:31:02 UTC
Severity: minor
Found in version 24.0.50
Fixed in version 24.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #15 received at 7955 <at> debbugs.gnu.org (full text, mbox):
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
This bug report was last modified 14 years and 102 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.