> 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=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 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.
To test wxWindows, just
cd path_to_wx_build_dir/samples/minimal
make
./minimal
for wxPerl I am afraid I can't help you ( if the above test works );
I just compiled wxPerl for wxMac once, on the SF compile farm, and
was not able to see it ( can't run a graphic app over ssh );
HTH
Mattia
|