Mon Jun 14 14:40:34 2010: Request 58357 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: PAR-Packer Subject: maybe a bug of par Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: yangqingq...@fudan.edu.cn Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=58357 >
On 2010-06-13 07:38:22, yangqingq...@fudan.edu.cn wrote: Please state: - the version of Perl you're using (and on Windows: ActiveState or Strawberry or ...) - the version of PAR::Packer > mktmpdir.c(179) : warning C4013: 'strcasecmp' undefined; assuming > extern returnng int > main.c(115) : error C2143: syntax error : > missing ';' before 'type' > main.c(116) : error C2065: 'argno' : > undeclared identifier > NMAKE : fatal error U1077: 'cl' : return code > '0x2' > Stop. > NMAKE : fatal error U1077: '"C:\Program > Files\Microsoft Visual Studio\VC98\bin\ > MAKE.EXE"' : return code > '0x2' > Stop. Looks like you have an ancient toolchain - what version of Microsoft Visual Whatever is this? Anyway, given a recent C compiler and/or the correct options, none of the above are actual errors. Note that you can also use the MingW toolchain to build PAR::Packer (and other Perl XS modules). Cheers, Roderich