Subject: | Build and test failures on AIX 5.2 |
make fails due to redefinition of TRUE and FALSE. Modify serpent.h to only define the values if NOT already defined.
Once that is done.. the test fail pretty badly:
make test TEST_VERBOSE=1
PERL_DL_NONLAZY=1 /usr/local/bin/perl-current "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/00_load....1..13
ok 1
not ok 2
ok 3
not ok 4
ok 5
not ok 6
ok 7
not ok 8
ok 9
not ok 10
ok 11
not ok 12
ok 13
FAILED tests 2, 4, 6, 8, 10, 12
Failed 6/13 tests, 53.85% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/00_load.t 13 6 46.15% 2 4 6 8 10 12
Failed 1/1 test scripts, 0.00% okay. 6/13 subtests failed, 53.85% okay.