Skip Menu |

This queue is for tickets about the Prima CPAN distribution.

Report information
The Basics
Id: 77087
Status: resolved
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
fixed
Subject: Re: [rt.cpan.org #77087] Resolved: Prima 1.33 fails to build with tiff-4.x library
Date: Tue, 22 May 2012 10:47:15 +0200
To: bug-Prima [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
Dmitry, I am sorry for reopening this ticket but I want you to know that the next strawberry perl which will be released this week is gonna fail to install latest Prima version from CPAN (due to the new tiff library). Please consider releasing fixed version. -- kmx P.S. I am currently running final QA checks of strawberry 5.16.0 (Prima is part of the module set I use in pre-release testing)
Ow great -- thanks! I'll get myself a copy of 5.16 and try it
Subject: Re: [rt.cpan.org #77087] Prima 1.33 fails to build with tiff-4.x library
Date: Tue, 22 May 2012 10:55:01 +0200
To: bug-Prima [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
On 22.5.2012 10:50, KARASIK via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=77087 > > > Ow great -- thanks! I'll get myself a copy of 5.16 and try it
The release candidate2 is available at http://strawberryperl.com/beta/ It will help me if you can test 5.16.0 PortableZIP (32/64bit) as my currently running tests are focused on MSI editions. -- kmx
Hi, I've just checked Prima against 5.16, works fine with minor warnings... I'll shave them off thoroughly before releasing the new version, but other that this, it works fine both on 32- and 64- bits, also with the libtiff-4. Thanks for the wake-up call! :)
( btw i've tested Prima on Portables, not on MSIs )
1.34 is out, closed