flamey has asked for the wisdom of the Perl Monks concerning the following question:
How can I get wxPerl to run with ActivePerl 5.10.0?
Here's what I've tried so far:
I have ActivePerl v5.10.0 installed.
(1) first I tried to install what I downloaded from wxperl.sourceforge.net, but that gave me "The PPD does not provide code to install for this platform".
(2) Then I found wxperl.co.uk, and installed wxPerl via PPM from http://www.wxperl.co.uk/repository
When I tried to run any of the wxPerl examples, or "perl -MWx", I got
--------------------------- perl.exe - Unable To Locate Component --------------------------- This application has failed to start because wxbase28u_gcc_wxperl.dll +was not found. Re-installing the application may fix this problem. --------------------------- OK ---------------------------
(3) Then I tried to modify PPD that came with original binaries from wxperl.sourceforge.net to say ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.10" not ..-5.8
That got something installed without errors, but "perl -MWx" gives me
--------------------------- perl.exe - Unable To Locate Component --------------------------- This application has failed to start because perl58.dll was not found. + Re-installing the application may fix this problem. --------------------------- OK ---------------------------
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: wxPerl with ActiveState Perl? (err after install)
by ikegami (Patriarch) on Sep 23, 2009 at 16:33 UTC | |
by flamey (Scribe) on Sep 23, 2009 at 17:18 UTC | |
by ikegami (Patriarch) on Sep 23, 2009 at 19:58 UTC | |
|
Re: wxPerl with ActiveState Perl? (err after install)
by biohisham (Priest) on Sep 23, 2009 at 18:50 UTC | |
|
Re: wxPerl with ActiveState Perl? (err after install)
by Anonymous Monk on Sep 24, 2009 at 02:31 UTC | |
by flamey (Scribe) on Sep 28, 2009 at 19:57 UTC |