Re: [rt.cpan.org #116254] Compilation error under strawberry perl 5.24 x64

2016-07-22 Thread Javier Arturo Rodriguez
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  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  cpan.org
>   Status: new
>  Ticket 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.

Thanks!

> 
> Cheers, Roderich
> 
> 

All the best,

-Javier Arturo Rodriguez






Re: [rt.cpan.org #116254] Compilation error under strawberry perl 5.24 x64

2016-07-19 Thread dzagas...@gmail.com via RT
Tue Jul 19 12:38:56 2016: Request 116254 was acted upon.
Transaction: Correspondence added by dzagas...@gmail.com
   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: z...@cpan.org
  Status: resolved
 Ticket https://rt.cpan.org/Ticket/Display.html?id=116254 >


Thank you.


On 19.07.2016 19:37, Roderich Schupp via RT wrote:
> 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