Problem with Strawberry + Padre 0.56
Feb. 9th, 2010 06:16 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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:
(The .par file has now been updated to use wxWidgets 2.8.10 instead of the 2.9.0 that was used.)
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.)