No subject


Tue Jan 15 14:41:49 EST 2013


  ABI is incompatible if quantum depth change. Add abi indication to library
  name, thanks to Bastien Roucaries (reference
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22352).

The library names now include a new suffix, either -Q8 or -Q16 (maybe others
too?), depending on the quantum depth ImageMagick was compiled with.

For example on Arch Linux we have the following library name changes:

/usr/lib/libMagick++.so.6 => /usr/lib/libMagick++-Q16.so.7
/usr/lib/libMagickCore.so.6 => /usr/lib/libMagickCore-Q16.so.7
/usr/lib/libMagickWand.so.6 => /usr/lib/libMagickWand-Q16.so.7

Due to the above, the following CMake commands now fail to find the relevant
libraries:

FIND_PACKAGE(ImageMagick COMPONENTS Magick++)
FIND_PACKAGE(ImageMagick COMPONENTS MagickWand)
FIND_PACKAGE(ImageMagick COMPONENTS MagickCore)
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-01-20 03:37 Evangelos FoutrasNew Issue                                    
======================================================================



More information about the cmake-developers mailing list