Subject: | GD 1.3.8 fails on test 8 |
I'm trying to install GD-1.3.8 on AIX 4.3.3 using freetype-2.1.0, freetype-1.3.1, zlib-1.1.4 and gd-1.8.4.
Every thing seems to be correct installed but i can't figure out why 'make test' complains about test 8. It seems to have something to do with the freetype part because test 8 is using a font called ./t/Generic.ttf.
At first i belived that is was a missing freetype-1 library, but it did'nt help must.
Second i belived that is was because it turned this 'adope copyrighted' on, in freetype-2, but it still did'nt helped must.
Any ideas ?
Theo W. Tams
UNI-C
Denmark, Europe
Show quoted text
> perl -v
This is perl, v5.6.0 built for aix
Show quoted text> make test TEST_VERBOSE=1
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/loca
l/lib/perl5/5.6.0/aix -I/usr/local/lib/perl5/5.6.0 -e 'use Test::Harness qw(&run
tests $verbose); $verbose=1; runtests @ARGV;' t/*.t
t/GD................1..10
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
not ok 8
ok 9 # Skip, no XPM support
ok 10
FAILED test 8
Failed 1/10 tests, 90.00% okay (-1 skipped test: 8 okay, 80.00%)
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/GD.t 10 1 10.00% 8
1 subtest skipped.
Failed 1/1 test scripts, 0.00% okay. 1/10 subtests failed, 90.00% okay.
make: 1254-004 The error code from the last command is 255.