Front page | perl.wxperl.users |
Postings from April 2012
Test error on Wx
Thread Next
From:
Brian Jones
Date:
April 26, 2012 08:14
Subject:
Test error on Wx
Message ID:
007301cd23bf$53aec220$fb0c4660$@Intercept.com
OS: linux (RHEL 5.0)
Perl 5.14.2
wxWidgets 2.9.3
Alien 0.58
Wx 0.9906
The make ran without errors, but after that it fails on the test 'use Wx;'.
The error given is
# Failed test 'use Wx;'
# at t/01_load.t line 6.
# Tried to use 'Wx'.
# Error: Can't load
'/home/brian_jones/.cpan/build/Wx-0.9906-KCu6yc/blib/arch/auto/Wx/Wx.so' for
module Wx: /home/brian_jones/.cpan/build/Wx-0.9906-KCu6yc /blib/arc
h/auto/Wx/Wx.so: undefined symbol:
_ZThn44_N16wxAppConsoleBase11FilterEventER7wxEvent at
/home/brian_jones/perl/lib/DynaLoader.pm line 190.
# at (eval 4) line 2
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Could this be cause by having one version of wxWidgets installed on that
machine while Alien is telling it to look in another place for it?
BCJ
Thread Next
-
Test error on Wx
by Brian Jones