Page 1 of 1

Unable to compile due to coders/tiff.c

Posted: 2013-12-18T06:19:52-07:00
by mkin
Yesterday I had to compile IM 6.8.7-9 on a very old server, with very old tiff.h -- Managed to do it but run in to one problem along the way.


Pretty sure this in coders/tiff.c line ~101:

Code: Select all

# if !defined(TIFFTAG_OPIIMAGEID)
#  define TIFF_OPIIMAGEID  32781
# endif
Is supposed be:

Code: Select all

# if !defined(TIFFTAG_OPIIMAGEID)
#  define TIFFTAG_OPIIMAGEID  32781
# endif
.. at least that fixed it for me

Re: Unable to compile due to coders/tiff.c

Posted: 2013-12-18T06:51:37-07:00
by magick
We can reproduce the problem you posted and have a patch in ImageMagick 6.8.8-0 Beta available by sometime tomorrow. Thanks.