develooper Front page | perl.par | Postings from October 2006

Re: perl_ck_warn_d not found in perl58.dll (win 32)

Thread Previous | Thread Next
From:
Sisyphus
Date:
October 31, 2006 03:47
Subject:
Re: perl_ck_warn_d not found in perl58.dll (win 32)
Message ID:
002701c6fce1$6bdc03e0$0100a8c0@desktop

----- Original Message ----- 
From: "Daniel McBrearty" <danielmcbrearty@gmail.com>
.
.
>
> I mistyped the warning - it is "Perl_ckwarn_d" - it is in warnings.h.
>

In that case .... "Perl_ckwarn_d" did not come into existence until perl
5.8.8.

This starts to smell a little like the PL_memory_wrap issue. I suspect that
the PAR you have was built using a pre-5.8.8 version of perl, and that you
need to use a PAR that was built using perl 5.8.8.

Try using your own visual studio compiler to build PAR (especially if you
have version 6.0 of that compiler).

Other than that, there's a ppm of PAR (version 0.957 - ppm install
http://theoryx5.uwinnipeg.ca/ppms/PAR-588.ppd ) at Randy Kobe's uwinnipeg
rep that avoids the PL_memory_wrap issue on perl 5.8.8. Perhaps that same
version also beats this Perl_ckwarn_d issue.

Cheers,
Rob


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About