| Newsgroups |
gmane.comp.lang.perl.par |
| Message-ID |
<[email protected]> |
Tue Jul 19 12:38:56 2016: Request 116254 was acted upon.
Transaction: Correspondence added by [email protected]
Queue: PAR-Packer
Subject: Re: [rt.cpan.org #116254] Compilation error under strawberry perl 5.24 x64
Broken in: 1.034
Severity: Important
Owner: RSCHUPP
Requestors: [email protected]
Status: resolved
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=116254 >
Thank you.
On 19.07.2016 19:37, Roderich Schupp via RT wrote:
> <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