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