Répondre à : Version 4.09b

#2697
Dominique SOUDIERE
Participant
Up
0
Down
::

Zut…; j’ai esssayé …
Alors que tout marche sur ma virtualbox j’ai ceci sur le serveur:

cp libwims.a ../../lib
make[1]: quittant le répertoire « /srv/wims/src/Lib »
cd Flydraw; make all
make[1]: entrant dans le répertoire « /srv/wims/src/Flydraw »
gcc -o flylines.o -g -O2 -Wall -DGNU_SOURCE -DVERSION_DATE=\ »2015-02-01\ » -c flylines.c
In file included from flylines.c:19:
flydraw.h:25:16: error: gd.h: Aucun fichier ou dossier de ce type
flydraw.h:26:21: error: gdfontt.h: Aucun fichier ou dossier de ce type
flydraw.h:27:21: error: gdfonts.h: Aucun fichier ou dossier de ce type
flydraw.h:28:22: error: gdfontmb.h: Aucun fichier ou dossier de ce type
flydraw.h:29:21: error: gdfontl.h: Aucun fichier ou dossier de ce type
flydraw.h:30:21: error: gdfontg.h: Aucun fichier ou dossier de ce type
In file included from flylines.c:19:
flydraw.h:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘image’
flylines.c: In function ‘getcolor’:
flylines.c:96: warning: implicit declaration of function ‘gdImageColorExact’
flylines.c:96: error: ‘image’ undeclared (first use in this function)
flylines.c:96: error: (Each undeclared identifier is reported only once
flylines.c:96: error: for each function it appears in.)
flylines.c:97: warning: implicit declaration of function ‘gdImageColorAllocate’
flylines.c: In function ‘widthcolor’:
flylines.c:105: error: ‘wimg’ undeclared (first use in this function)
flylines.c:106: warning: implicit declaration of function ‘gdImageDestroy’
flylines.c:107: warning: implicit declaration of function ‘gdImageCreate’
flylines.c:112: warning: implicit declaration of function ‘gdImageColorTransparent’
flylines.c:113: warning: implicit declaration of function ‘gdImageRed’
flylines.c:113: error: ‘image’ undeclared (first use in this function)
flylines.c:114: warning: implicit declaration of function ‘gdImageGreen’
flylines.c:115: warning: implicit declaration of function ‘gdImageBlue’
flylines.c:119: warning: implicit declaration of function ‘gdImageFill’
flylines.c:123: warning: implicit declaration of function ‘gdImageSetPixel’
flylines.c:135: error: ‘gdPoint’ undeclared (first use in this function)
flylines.c:135: error: expected ‘;’ before ‘pl’
flylines.c:137: warning: implicit declaration of function ‘gdImageFilledPolygon’
flylines.c:137: error: ‘pl’ undeclared (first use in this function)
flylines.c:141: warning: implicit declaration of function ‘gdImageArc’
flylines.c:142: warning: implicit declaration of function ‘gdImageFillToBorder’
flylines.c:147: warning: implicit declaration of function ‘gdImageSetBrush’
flylines.c:147: error: ‘gdBrushed’ undeclared (first use in this function)
make[1]: *** [flylines.o] Erreur 1
make[1]: quittant le répertoire « /srv/wims/src/Flydraw »
make: *** [flydraw] Erreur 2
wims@wims:~$