Wed Jan 12 06:47:08 2011: Request 64576 was acted upon. Transaction: Correspondence added by [email protected] Queue: PAR-Packer Subject: Re: [rt.cpan.org #64576] pp bug Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: [email protected] Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=64576 >
Under MingW shell - installing by hand: $ perl Makefile.PL Set up gcc environment - 4.5.0 Checking if your kit is complete... Looks good Note (probably harmless): No library found for perl510.lib Note (probably harmless): No library found for -lkernel32 Note (probably harmless): No library found for -luser32 Note (probably harmless): No library found for -lgdi32 Note (probably harmless): No library found for -lwinspool Note (probably harmless): No library found for -lcomdlg32 Note (probably harmless): No library found for -ladvapi32 Note (probably harmless): No library found for -lshell32 Note (probably harmless): No library found for -lole32 Note (probably harmless): No library found for -loleaut32 Note (probably harmless): No library found for -lnetapi32 Note (probably harmless): No library found for -luuid Note (probably harmless): No library found for -lws2_32 Note (probably harmless): No library found for -lmpr Note (probably harmless): No library found for -lwinmm Note (probably harmless) : No library found for -lversion Note (probably harmless): No library found for -lodbc32 Note (probably harmless): No library found for -lodbccp32 Note (probably harmless): No library found for -lmsvcrt Writing Makefile for the par.exe program Writing Makefile for PAR::Packer Undefined subroutine &version::vxs::_VERSION called at inc/Module/Install/Makefile.pm line 357. >-------- Оригинално писмо -------- >От: "Roderich Schupp via RT" >Относно: [rt.cpan.org #64576] pp bug >До: [email protected] >Изпратено на: Вторник, 2011, Януари 11 12:20:54 EET > > >On 2011-01-11 00:39:53, [email protected] wrote: >>> please build> PAR::Packer from source (including running "[dn]make test") >> - How to do that in Windows Vista Ent environment ? > >Like any other Perl module, e.g. using the "cpan" command. >You'll need a C compiler for PAR::Packer. > >If you you have VisualStudio, just make sure that the path >to the C compiler is in the environment when you invoke "cpan". >Otherwise use MingW. I think ActiveState has a ppm "mingw" >or something, install that first. > >> - I don't have any output from command "pp -o test example.pl" Only >the error message : "Undefined subroutine &version::vxs::_VERSION >called at C:/Perl/site/lib/PAR/Packer.pm line" 566. > >Is this really the same error message when trying to pp the >trivial example (hello.exe)? > >Cheers, Roderich > > > >
