qnikst/imagemagick

Compilation failed - MagickHuge was deprecated in ImageMagick 6.8.9

Closed this issue · 3 comments

I was trying to compile your package with the newest release of ImageMagick library (6.8.9). Install process has stopped when it was trying to resolve value of MagickHuge. In ImageMagick 6.8.8 it was defined in magick/deprecate.h included by magick/MagickCore.h. In ImageMagick 6.8.9 that definition was excluded by defining MAGICKCORE_EXCLUDE_DEPRECATED in magick/magick-baseconfig.h.

Could you take that change on board?

Once again very interesting versioning policy from ImageMagick...

Interesting, I have installrf imagemagick 6.8.9.8 and I can't reproduce the issue.
However I think that I can just drop 'magicHuge' as it is not used in a code.

Thanks for the report! Fixed.
Feel free to reopen if fix is not acceptable.