From: Emmanuel. M. D. <em...@sc...> - 2001-12-14 20:56:35
|
Hello, I have installed WxWindow (wxMAC-2.3.2) with success (I think) on OS X 10.1.1, but WxPerl fail to install. This is on G4 400 AGP with 320 MB of RAM. I tried from CPAN.pm or from the sources that I got here: <http://prdownloads.sourceforge.net/wxperl/Wx-0.08.tar.gz> Here's the what I get back for the tests. >mem: ~/Telechargement/Wx-0.08 % make test >make[1]: Nothing to be done for `all'. >make[1]: Nothing to be done for `all'. >PERL_DL_NONLAZY=3D1 /usr/bin/perl -Iblib/arch -Iblib/lib >-I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use >Test::Harness qw(&runtests $verbose); $verbose=3D0; runtests @ARGV;' >t/*.t >t/1_load...........ClassInfo initialization failed 'wxTimer' at >/System/Library/Perl/darwin/DynaLoader.pm line 200. >Compilation failed in require at t/1_load.t line 6. >BEGIN failed--compilation aborted at t/1_load.t line 6. >t/1_load...........dubious = > Test returned status 255 (wstat 65280, 0xff00) >DIED. FAILED test 1 > Failed 1/1 tests, 0.00% okay >t/2_inheritance....ClassInfo initialization failed 'wxTimer' at >/System/Library/Perl/darwin/DynaLoader.pm line 200. >Compilation failed in require at t/2_inheritance.t line 4. >BEGIN failed--compilation aborted at t/2_inheritance.t line 4. >t/2_inheritance....dubious = > Test returned status 255 (wstat 65280, 0xff00) >t/3_event..........ClassInfo initialization failed 'wxTimer' at >/System/Library/Perl/darwin/DynaLoader.pm line 200. >Compilation failed in require at t/3_event.t line 9. >BEGIN failed--compilation aborted at t/3_event.t line 9. >t/3_event..........dubious = > Test returned status 255 (wstat 65280, 0xff00) >DIED. FAILED test 1 > Failed 1/1 tests, 0.00% okay >t/4_userdata.......ClassInfo initialization failed 'wxTimer' at >/System/Library/Perl/darwin/DynaLoader.pm line 200. >Compilation failed in require at t/4_userdata.t line 9. >BEGIN failed--compilation aborted at t/4_userdata.t line 9. >t/4_userdata.......dubious = > Test returned status 255 (wstat 65280, 0xff00) >DIED. FAILED tests 1-5 > Failed 5/5 tests, 0.00% okay >Failed Test Stat Wstat Total Fail Failed List of Failed >---------------------------------------------------------------------------= ---- >t/1_load.t 255 65280 1 1 100.00% 1 >t/2_inheritance.t 255 65280 ?? ?? % ?? >t/3_event.t 255 65280 1 1 100.00% 1 >t/4_userdata.t 255 65280 5 5 100.00% 1-5 >Failed 4/4 test scripts, 0.00% okay. 7/7 subtests failed, 0.00% okay. >make: *** [test_dynamic] Error 2 Each test seems to fail on the line: "use Wx;" So, what should I do to test that WxWindows was properly builds and to be able to install WxPerl. TIA -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Emmanuel D=E9carie - Consultant Programmation pour le Web - Programming for the Web UserLand Frontier - Perl - JavaScript - AppleScript - HTML - XML http://www.scriptdigital.com ---> The Frontier Newbie Toolbox: <http://www.scriptdigital.com/fnt/frontierNewbieToolbox.html> |