From: Matt F. <ma...@iw...> - 2002-02-23 19:52:27
|
Hi. I downloaded and compiled wxMac 2.3.2, then compiled and ran both the minimal app and the grid app without problems. I then built wxPerl and ran a make test, but it failed all tests. Regardless, I installed it and ran a few samples, and none of them worked. The errors are provided below. Thanks, Matt Errors when running make test for wxPerl: [localhost:~/Documents/Wx/Wx-0.08] matt% make test make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; 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 Status Wstat Total Fail Failed List of failed ------------------------------------------------------------------------------- t/1_load.t 255 65280 1 1 100.00% 1 t/2_inheritance 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 When running any perl sample, the following error is produced: [localhost:~/Documents/Wx/Wx-0.08] matt% perl samples/minimal/minimal.pl ClassInfo initialization failed 'wxTimer' at /System/Library/Perl/darwin/DynaLoader.pm line 200. Compilation failed in require at samples/minimal/minimal.pl line 14. BEGIN failed--compilation aborted at samples/minimal/minimal.pl line 14. Note that it takes about 10 seconds for the error to be printed. _____________________________________________________________ |