Search found 1 match
- 2013-12-18T06:19:52-07:00
- Forum: Bugs
- Topic: Unable to compile due to coders/tiff.c
- Replies: 1
- Views: 2268
Unable to compile due to coders/tiff.c
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: # if !defined(TIFFTAG_OPIIMAGEID) # define TIFF_OPIIMAGEID 32781 # endif Is supposed be: # if !defined(TIFFTAG ...