I posted this to the users' list the other day. I now realize it is a developer's problem. Configure cannot seem to find any header files for the various coders in 6.3.0. The do not seem to exist in the download and I am wondering where I might find them.

On Dec 1, 2006, at 12:41 PM, [EMAIL PROTECTED] wrote:

 but it seems not to have been compiled (no tiff.o file)

When you execute the configure script read the last 30 or 40 lines of
output.  It will tell you whether ImageMagick found and validated the
TIFF delegate library or not. If not, see config.log and look for - ltiff. It will describe why TIFF failed to validate. Fix the problem and rerun
the configure script until the TIFF library is validated.

It appears no header files exist, or at least cannot be found, not only for tiff but for jpeg and others. From configure's output I got the following:

checking if LCMS package is complete... no
checking for RSVG... checking for TIFF support ...
checking tiff.h usability... no
checking tiff.h presence... no
checking for tiff.h... no

. . .

JPEG v1           --with-jpeg=yes               no
JPEG-2000         --with-jp2=yes                no
LCMS              --with-lcms=yes               no
Magick++          --with-magick-plus-plus=yes   yes
PERL              --with-perl=yes               /usr/bin/perl
PNG               --with-png=yes                no
RSVG              --with-rsvg=yes               no
TIFF              --with-tiff=yes               no


I looked at config.log and found:

/usr/bin/ld: can't locate file for: -ltiff

Is it possible the source download is incomplete? Where should tiff.h be located?


_______________________________________________
Magick-developers mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-developers

Reply via email to