Hello experts. This is my first post in this group.
I hit an error while trying to compile and install wxWidgets 2.9.4:
The entire compile and link apprently went fine, but at the test stage (I've
done it from Perl), perl.exe crashed (a very rare event) and an MS Window
popped up with this message:
Problem Event Name: APPCRASH
Application Name: perl.exe
Application Version: 0.0.0.0
Application Timestamp: 513f0ec4
Fault Module Name: wxbase294u_gcc_custom.dll
Fault Module Version: 2.9.4.0
Fault Module Timestamp: 518e8f2c
Exception Code: c0000005
Exception Offset: 000000000004cc55
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional Information 1: 1c08
Additional Information 2: 1c088a33d2f6bb66ead4dd52958c47ec
Additional Information 3: ddec
Additional Information 4: ddec72cc39270964f7a59fd6c1d39e4c
I'll be thankful to you if you could suggest a way to pinpoint the problem
and debug this.
Note that the resulting wxWidgets 2.9.4 installation is usable, and several
programs I have using it, are running fine. But when trying to install another
program depending on the ExtUtils package, it crashed again with the same
messages.
System/ environment info: WX : 2.9.4
OS : Windows 7 64 bit
COMPILER: gcc (makefile)
Here is the relevant excerpt from the test log:
...
F:\Win7programs\SBPerl\perl\bin\perl.exe -MExtUtils::Command -e cp
-- script/wxperl_overload blib\script\wxperl_overload
pl2bat.bat blib\script\wxperl_overload
[ERROR] [Tue May 14 03:43:31 2013] MAKE TEST failed:
F:\Win7programs\SBPerl\perl\bin\perl.exe "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
Thank you.