TIFFReadEXIFDirectory=no in configure
Posted: 2012-12-04T01:58:59-07:00
Hello,
what libraries or configuration am I missing when I execute configure for the latest ImageMagick (6.8.0-5) source and get the following output:
Why do the last tests fail? I need TIFFReadEXIFDirectory because my images contain EXIF information and opening them will fail.
what libraries or configuration am I missing when I execute configure for the latest ImageMagick (6.8.0-5) source and get the following output:
Code: Select all
checking for TIFF...
checking tiff.h usability... yes
checking tiff.h presence... yes
checking for tiff.h... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFOpen in -ltiff... yes
checking for TIFFClientOpen in -ltiff... yes
checking for TIFFIsByteSwapped in -ltiff... yes
checking for TIFFReadRGBATile in -ltiff... yes
checking for TIFFReadRGBAStrip in -ltiff... yes
checking if TIFF package is complete... yes
checking tiffconf.h usability... yes
checking tiffconf.h presence... yes
checking for tiffconf.h... yes
checking for TIFFIsCODECConfigured... yes
checking for TIFFMergeFieldInfo... yes
checking for TIFFIsBigEndian... no
checking for TIFFReadEXIFDirectory... no
checking for TIFFSetErrorHandlerExt... no
checking for TIFFSetTagExtender... yes
checking for TIFFSetWarningHandlerExt... no
checking for TIFFSwabArrayOfTriples... no