Unable to compile due to coders/tiff.c
Posted: 2013-12-18T06:19:52-07:00
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:
Is supposed be:
.. at least that fixed it for me
Pretty sure this in coders/tiff.c line ~101:
Code: Select all
# if !defined(TIFFTAG_OPIIMAGEID)
# define TIFF_OPIIMAGEID 32781
# endif
Code: Select all
# if !defined(TIFFTAG_OPIIMAGEID)
# define TIFFTAG_OPIIMAGEID 32781
# endif