No way for me. When I compile wxWidgets with MS VC++ , I get: error PRJ0003 : Error spawning 'cmd.exe'
When I compile it under strawberry perl, I get the same: Can't spawn "cmd.exe": No such file or directory at inc/My/Build/Base.pm line 28 0. Any idea? Thank you so much for your time. On Thu, Sep 3, 2009 at 8:07 PM, Roode, Eric<ero...@barrack.com> wrote: > On Thursday, September 03, 2009, Jacky Jack wrote: >> >> I try to compile wxperl on Perl 5. 10 (of both ActivePerl and > StrawberryPerl) >> None of them work. >> >> Extensive googling show me: >> http://www.wxperl.co.uk/repository/ >> >> and http://www.wxperl.co.uk/Wx-510.zip >> >> They too don't work. >> >> How can I make it for coping with 5.10 and for Windows platform. > > The easiest way to install wxPerl for Strawberry Perl is to > install the Alien::wxWidgets module: > > perl -MCPAN -install Alien::wxWidgets > > That worked painlessly for me. > > For ActivePerl, you should use the ppm utility and install > the Wx module. Also I think installing the Alien::wxWidgets > module from ppm would work too. > > Hope this helps, > -- Eric Roode > >