Unable to compile due to coders/tiff.c

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
mkin
Posts: 1
Joined: 2013-12-18T06:05:35-07:00
Authentication code: 6789

Unable to compile due to coders/tiff.c

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

Post 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.
Post Reply