打印

Cent OS 5 Gcc Make err

Cent OS 5 Gcc Make err

[root@localhost gmsv8018]# make
make[1]: Entering directory `/root/gmsv8018/char'
gcc -O3 -w -I. -I.. -I../include    -c -o char_base.o char_base.c
In file included from char_base.c:15:
../include/configfile.h:74: 錯誤:數組元素的類型不完全
make[1]: *** [char_base.o] 錯誤 1
make[1]: Leaving directory `/root/gmsv8018/char'
make[1]: Entering directory `/root/gmsv8018/npc'
gcc -O3 -w -I. -I.. -I../include    -c -o readnpc.o readnpc.c
gcc -O3 -w -I. -I.. -I../include    -c -o npcgen.o npcgen.c
gcc -O3 -w -I. -I.. -I../include    -c -o npctemplate.o npctemplate.c


換了一個平台測試的GCC,編譯時出現了這個數組不完全

求大神指點...........
www.allla.net

TOP