On 16/11/10 21.56, Jonathan Otsuka wrote:
I am trying to get Alien::wxWidgets to install manually by following installing _and_ upgrading wxWidgets and wxPerl steps found on http://padre.perlide.org/trac/wiki/DownloadMacOSX:
>
http://paste.scsys.co.uk/56269
Which wxWidgets version did you install? In the log above the wxWidgest version you copied in the build directory was not used (because you were running from the CPAN shell).
When I install Alien::wxWidgets without building manually and forcing the install of Wx I am getting errors like: # Failed test 'use Wx;' # at t/01_load.t line 6. # Tried to use 'Wx'. # Error: Can't load '/Users/Shared/CPAN/build/Wx-0.98-Q6o59_/blib/arch/auto/Wx/Wx.bundle' for module Wx: dlopen(/Users/Shared/CPAN/build/Wx-0.98-Q6o59_/blib/arch/auto/Wx/Wx.bundle, 2): Symbol not found: __ZN10wxFontBase18ms_encodingDefaultE # Referenced from: /Users/Shared/CPAN/build/Wx-0.98-Q6o59_/blib/arch/auto/Wx/Wx.bundle # Expected in: flat namespace # in /Users/Shared/CPAN/build/Wx-0.98-Q6o59_/blib/arch/auto/Wx/Wx.bundle at /System/Library/Perl/5.10.0/darwin-thread-multi-2level/DynaLoader.pm line 207. # at (eval 4) line 2 # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) l http://www.cpantesters.org/cpan/report/5e4b9c28-c702-11df-9941-b27d9056d12f
Could you paste the output of: $ perl -MAlien::wxWidgets=:dump -e 42 $ otool -L .../Wx-0.98-Q6o59_/blib/arch/auto/Wx/Wx.bundle and Wx build log? Regards, Mattia
