[Padre-dev] Strawberry + Padre has a bug in it - and it's a fixable one.
Curtis Jewell
lists.perl.padre-dev at csjewell.fastmail.us
Tue Feb 9 21:06:47 PST 2010
(Original at: http://csjewell.dreamwidth.org/8490.html )
I included a development version of the wxWidgets libraries in the
Strawberry+Padre builds, and it turns out that the development version
causes Padre to crash upon exit.
Here's what to do about it, until Padre 0.57 is released and a new build
is created:
rem These 2 lines delete the old version, just to be safe.
del /F c:\strawberry\perl\vendor\lib\Alien\wxWidgets.pm
del /F /S c:\strawberry\perl\vendor\lib\Alien\wxWidgets\*.*
rem The next command should all be on one line,
rem and will install the fixed libraries.
perl -MPAR::Dist -e"install_par
q(http://www.strawberryperl.com/download/padre/Alien-wxWidgets-0.50-MSWin32-x86-multi-thread-5.10.1.par)"
rem This rebuilds the Wx perl connector.
cpan -f Wx
(The .par file has now been updated to use wxWidgets 2.8.10 instead of
the 2.9.0 that was used.)
--
Curtis Jewell
csjewell at cpan.org http://csjewell.dreamwidth.org/
perl at csjewell.fastmail.us http://csjewell.comyr.org/perl/
"Your random numbers are not that random" -- perl-5.10.1.tar.gz/util.c
Strawberry Perl for Windows betas: http://strawberryperl.com/beta/
More information about the Padre-dev
mailing list