Skip Menu |

This queue is for tickets about the Prima CPAN distribution.

Report information
The Basics
Id: 77086
Status: rejected
Priority: 0/
Queue: Prima

People
Owner: Nobody in particular
Requestors: kmx [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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