http://www.perlmonks.org?node_id=814659


in reply to Re: Installation instructions for Wx (wxWdgets fomerly wxWindows) using ActivePerl
in thread Installation instructions for Wx (wxWidgets fomerly wxWindows) using ActivePerl

http://search.cpan.org/CPAN/authors/id/M/MB/MBARBON/Alien-wxWidgets-0.48.tar.gz
  • Comment on Re^2: Installation instructions for Wx (wxWdgets fomerly wxWindows) using ActivePerl

Replies are listed 'Best First'.
Re^3: Installation instructions for Wx (wxWidgets fomerly wxWindows) using ActivePerl
by ikegami (Patriarch) on Dec 29, 2009 at 15:48 UTC

    I doubt that it will help, but if you want to try 0.48, skip the following step of the OP:

    perl -i.bak -pe"s/config => \{ cc => \$cc, ld => \K(?=\$cc })/\$cc eq +'cl' ? 'link' : /" lib\Alien\wxWidgets\Utility.pm

    The only difference between 0.47 and 0.48 is a fix that addresses the same problem as the patch applied by that step.