Hello, Everyone: I encountered these errors when trying to use the Par::packer(Version: 0.991) installed from ppm.
pp -o a.exe -i favion3.ico -g GUI-a.pl

It looks like you don't have a C compiler on your PATH, so you will no +t be able to compile C or XS extension modules. You can install GCC from t +he MinGW package using the Perl Package Manager by running: ppm install MinGW Perl lib version (5.12.2) doesn't match executable version (v5.12.0) a +t C:/perl/lib/Config.pm line 50. Compilation failed in require at C:/perl/lib/Errno.pm line 8. BEGIN failed--compilation aborted at C:/perl/lib/Errno.pm line 8. Compilation failed in require at C:/perl/lib/File/Temp.pm line 148. BEGIN failed--compilation aborted at C:/perl/lib/File/Temp.pm line 148 +. Compilation failed in require at C:/perl/lib/Archive/Zip.pm line 14. BEGIN failed--compilation aborted at C:/perl/lib/Archive/Zip.pm line 1 +4. Compilation failed in require at -e line 449. C:/perl/site/bin/pp.bat: Failed to extract a parl from 'PAR::StrippedP +ARL::Static' to file 'parli08Dp77.exe' at C:/perl/ site/lib/PAR/Packer.pm line 1155, <DATA> line 1.

I tried to install MinGW and see whether it helps. Unfortunately that does not help. Any suggestions would be appreciated. Is there a workable Par::Packer for ActivePer 5.12.2 or I have to downgrade to a previous version of Perl and/or Par::Packer? Thank you, Xingliang

In reply to installing correct Par::Packer on ActivePerl 5.12.2 by dxxd116

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.