Hi, sorry, don't know if I'm asking this in the right place, but I can't find any other place...
I'm running Cygwin on WinXP, and using the latest GTK+ version of wxWidgets. This is the first
time I've ever installed wxWidgets, but it seems to work (after copying some DLLs to a directory
in the PATH), based on the fact that the wxWidgets fractal demo compiles, runs, and displays its
not-too-impressive fractal just fine.
Installing wxPerl has proven more problematic, though. When I do "make test", after following all
the instructions and installing everything with no apparent errors, every single test fails. How
can I find out why this is happening and how to fix it?
Whenever I try running any script that contains the words "use Wx;", perl just immediately exits,
before running any code, with no errors or warnings.
Just for your amusement, here is the output of make test (with useless babbling from make
omitted).
/usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_load.............FAILED before any test output arrived
t/02_inheritance......FAILED before any test output arrived
t/03_event............FAILED before any test output arrived
t/04_userdata.........FAILED before any test output arrived
t/05_timer............FAILED before any test output arrived
t/06_loadxpm..........FAILED before any test output arrived
t/07_overload.........FAILED before any test output arrived
t/08_ovl_func.........FAILED before any test output arrived
t/09_create_delete....FAILED before any test output arrived
t/10_oor..............FAILED before any test output arrived
t/11_twostage.........FAILED before any test output arrived
t/12_pod..............skipped
all skipped: Test::Pod 1.00 required for testing POD
t/13_nbksizer.........FAILED before any test output arrived
t/14_eh_die...........FAILED before any test output arrived
t/zz_distrib..........skipped
all skipped: YAML 0.35 required for testing META.yml
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/01_load.t ?? ?? % ??
t/02_inheritance.t ?? ?? % ??
t/03_event.t ?? ?? % ??
t/04_userdata.t ?? ?? % ??
t/05_timer.t ?? ?? % ??
t/06_loadxpm.t ?? ?? % ??
t/07_overload.t ?? ?? % ??
t/08_ovl_func.t ?? ?? % ??
t/09_create_delete.t ?? ?? % ??
t/10_oor.t ?? ?? % ??
t/11_twostage.t ?? ?? % ??
t/13_nbksizer.t ?? ?? % ??
t/14_eh_die.t ?? ?? % ??
2 tests skipped.
Failed 13/15 test scripts, 13.33% okay. 4/4 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 14
Pretty depressing, eh?
--Xezlec
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|