Hrvoje Niksic <hniksic(a)srce.hr> writes:
> tiffio.h:
> /*
> * This define can be used in code that requires
> * compilation-related definitions specific to a
> * version or versions of the library. Runtime
> * version checking should be done based on the
> * string returned by TIFFGetVersion.
> */
> #define TIFFLIB_VERSION 19960307 /* March 7, 1996 */
I see:
...
tiffio.h:
/*
* This define can be used in code that requires
* compilation-related definitions specific to a
* version or versions of the library. Runtime
* version checking should be done based on the
* string returned by TIFFGetVersion.
*/
#define TIFFLIB_VERSION 19970127 /* January 27, 1997 */
Uh oh. Exactly what version of tiff are you running? I thought I was
running a canonical, latest and greatest tiff 3.4?
which is quite strange, because it is supposed to mean that I have a
*later* tifflib than you do. Weird!
It's a good thing you reported this. There appears to be more here
than I originally thought.