cinco has asked for the wisdom of the Perl Monks concerning the following question:
I want to convert my perl script to an executable to run on Windows. In the past I have used perl2exe, but now I cannot get this option to work so I'm trying PAR::Packer.
However, I cannot get this to install. When I run cpan>install PAR::Packer I get the following. (I omitted all of the stuff that seemed to work) Last night I searched the web for hours and haven't found the answer.
C:\Perl64\site\bin\gcc.exe -c -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT +-DWIN64 -D CONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DPERL_IMPLIC +IT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DHASATTRIBUTE -fno-strict-aliasing +-mms-bitfi elds -I"C:\Perl64\lib\CORE" -DPARL_EXE=\"parl.exe\" -O2 main.c windres -F pei-i386 -i winres\pp.rc -o winres\pp.res windres -o ppresource.coff winres\pp.res C:\Perl64\site\lib\auto\MinGW\bin\windres.exe: unexpected version stri +ng length 68 != 32 + 8 dmake.exe: Error code 129, while making 'ppresource.coff' dmake.exe: Error code 255, while making 'subdirs' RSCHUPP/PAR-Packer-1.013.tar.gz C:\Perl64\site\bin\dmake.exe -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Failed during this command: RSCHUPP/PAR-Packer-1.013.tar.gz : make NO
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Intalling PAR::Packer
by dasgar (Priest) on Oct 12, 2012 at 03:40 UTC | |
by cinco (Initiate) on Oct 16, 2012 at 16:07 UTC | |
by dasgar (Priest) on Oct 16, 2012 at 17:03 UTC | |
|
Re: Intalling PAR::Packer
by Anonymous Monk on Oct 12, 2012 at 00:35 UTC |