Leser: 1
9 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
...
Configuring for libgd version 2.0.33.
Included Features: GD_GIF GD_UNCLOSEDPOLY GD_ANIMGIF GD_FTCIRCLE VERSION_33
GD library used from: /usr/local
If you experience compile problems, please check the @INC, @LIBPATH and @LIBS
arrays defined in Makefile.PL and manually adjust, if necessary.
Checking if your kit is complete...
Looks good
Writing Makefile for GD
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" GD/Image.pm.PLS GD/Image.pm
Extracting Image.pm (with variable substitutions)
cp GD/Polyline.pm blib/lib/GD/Polyline.pm
cp qd.pl blib/lib/qd.pl
cp GD/Image.pm blib/lib/GD/Image.pm
cp GD.pm blib/lib/GD.pm
AutoSplitting blib/lib/GD.pm (blib/lib/auto/GD)
cp GD/Simple.pm blib/lib/GD/Simple.pm
cp GD/Polygon.pm blib/lib/GD/Polygon.pm
/usr/bin/perl /usr/lib/perl5/5.8.6/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.6/ExtUtils/typemap -typemap typemap GD.xs > GD.xsc && mv GD.xsc GD.c
cc -c -I/usr/local/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -g -Wall -pipe -DVERSION=\"2.28\" -DXS_VERSION=\"2.28\" -fPIC "-I/usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE" -DHAVE_FT -DHAVE_GIF -DHAVE_ANIMGIF -DVERSION_33 -DHAVE_UNCLOSEDPOLY -DHAVE_FTCIRCLE GD.c
GD.xs: In function `constant':
GD.xs:331: warning: label `not_there' defined but not used
GD.c: In function `XS_GDImageImage_newFromGifData':
GD.xs:810: warning: unused variable `errormsg'
GD.xs:811: warning: unused variable `truecolor'
GD.xs: In function `XS_GDImage_gifanimadd':
GD.xs:922: warning: implicit declaration of function `gdImageGifAnimAddPtr'
GD.xs: In function `XS_GDImage_colorClosestAlpha':
GD.c:2915: warning: unused variable `a'
GD.xs: In function `XS_GDImage_useFontConfig':
GD.c:3761: warning: unused variable `flag'
GD.xs: In function `XS_GDFont_Small':
GD.xs:2360: warning: assignment makes pointer from integer without a cast
GD.xs: In function `XS_GDFont_Giant':
GD.xs:2382: warning: assignment makes pointer from integer without a cast
GD.xs: In function `XS_GDFont_Tiny':
GD.xs:2404: warning: assignment makes pointer from integer without a cast
GD.c: At top level:
GD.xs:56: warning: `not_here' defined but not used
make: *** [GD.o] Error 1
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
1
2
If you experience compile problems, please check the @INC, @LIBPATH and @LIBS
arrays defined in Makefile.PL and manually adjust, if necessary.
9 Einträge, 1 Seite |