Subject: | Prima 1.33 fails to build with tiff-4.x library |
The failure is:
img\codec_tiff.c:178:4: error: 'TIFF_VERSION' undeclared here (not in a function)
Investigating tiff.h revealed that
tiff-4.0.1 has
#define TIFF_VERSION_CLASSIC 42
#define TIFF_VERSION_BIG 43
whereas tiff-3.5.9 has
#define TIFF_VERSION 42
#define TIFF_BIGTIFF_VERSION 43
--
kmx
img\codec_tiff.c:178:4: error: 'TIFF_VERSION' undeclared here (not in a function)
Investigating tiff.h revealed that
tiff-4.0.1 has
#define TIFF_VERSION_CLASSIC 42
#define TIFF_VERSION_BIG 43
whereas tiff-3.5.9 has
#define TIFF_VERSION 42
#define TIFF_BIGTIFF_VERSION 43
--
kmx