Thanks for the hint. This solved the problem for me:

$ perl -i.bak -pe 's/PP_VERSION/PAR_PACKER_VERSION/igs' myldr\* (in cygwin)
> perl Makefile.PL && make (in cmd)

Roderich Schupp via RT <bug-PAR-Packer <at> rt.cpan.org> writes:

> 
> 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: ZDM <at> cpan.org
>       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[] = " <at> (#) 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.

Thanks!

> 
> Cheers, Roderich
> 
> 

All the best,

-Javier Arturo Rodriguez




Reply via email to