Tue Jul 19 12:37:22 2016: Request 116254 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: Compilation error under strawberry perl 5.24 x64
Broken in: 1.034
Severity: Important
Owner: RSCHUPP
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=116254 >
On 2016-07-17 15:57:56, ZDM wrote:
> boot.c:112:56: error: expected ',' or ';' before numeric constant
> char pp_version_info[] = "@(#) Packed by PAR::Packer " PP_VERSION;
s/PP_VERSION/PAR_PACKER_VERSION/ everywhere as Strawberry Perl also defines
PP_VERSION (in c/x86_64-w64-mingw32/include/wincrypt.h).
Fix committed, will be in the next release.
Cheers, Roderich