Hi,
When building Wx 0.81, make completes normally (albeit with lots of
warnings). make test fails with:
# Error: Can't load
'/home/jv/.cpan/build/Wx-0.81/blib/arch/auto/Wx/Wx.so' for module
Wx: /home/jv/.cpan/build/Wx-0.81/blib/arch/auto/Wx/Wx.so: undefined
symbol: _ZN10wxLogChain5FlushEv at
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
"wxYES" is not exported by the Wx module
Can't continue after import errors at
/home/jv/.cpan/build/Wx-0.81/blib/lib/Wx.pm line 76
BEGIN failed--compilation aborted at t/01_load.t line 8.
Deep recursion on subroutine "Wx::AUTOLOAD" at
/home/jv/.cpan/build/Wx-0.81/blib/lib/Wx.pm line 46.
Out of memory!
Apparently, it seems to be missing the entry point wxLogChain::Flush
in the wx libraries (AFAIK that's correct, there's no
wxLogChain::Flush; wxLogChain inherits it from wxLog).
What am I doing wrong?
I have wxGTK 2.8.4 (Fedora 8 standard kits) installed, and
Alien::wxWidgets 0.33.
Thanks,
Johan