if gcc -DHAVE_CONFIG_H -DLINUX -D_GNU_SOURCE -I. -I. -I../include -I../include -I../ythtlib -I../libythtbbs -I/usr/include/mysql -DENABLE_MYSQL -O2 -mmmx -msse -mcpu=athlon -march=athlon -pipe -DCONF_HAVE_OPENPTY -Wall -g -MT regimage.o -MD -MP -MF ".deps/regimage.Tpo" -c -o regimage.o regimage.c; \
then mv -f ".deps/regimage.Tpo" ".deps/regimage.Po"; else rm -f ".deps/regimage.Tpo"; exit 1; fi
regimage.c:2:16: gd.h: 没有那个文件或目录
regimage.c: In function `main':
regimage.c:54: error: `gdImagePtr' undeclared (first use in this function)
regimage.c:54: error: (Each undeclared identifier is reported only once
regimage.c:54: error: for each function it appears in.)
regimage.c:54: error: syntax error before "im"
regimage.c:94: warning: implicit declaration of function `gdImageStringTTF'
regimage.c:94: warning: assignment makes pointer from integer without a cast
regimage.c:101: error: `im' undeclared (first use in this function)
regimage.c:101: warning: implicit declaration of function `gdImageCreate'
regimage.c:104: warning: implicit declaration of function `gdImageColorResolve'
regimage.c:112: warning: implicit declaration of function `gdImageStringFT'
regimage.c:112: warning: assignment makes pointer from integer without a cast
regimage.c:117: warning: implicit declaration of function `gdImagePng'
regimage.c:120: warning: implicit declaration of function `gdImageDestroy'
make[2]: *** [regimage.o] 错误 1
make[2]: Leaving directory `/root/bbs/nju09'
make[1]: *** [all] 错误 2
make[1]: Leaving directory `/root/bbs/nju09'
make: *** [all-recursive] 错误 1
--
FROM 218.86.241.0