g++编译问题,又要麻烦大家了
Andyi 2009-01-19 09:11:04 make
g++ -g -D_REENTRANT -Wall -lresolv -lpthread -lmysqlclient -lnsl *.c ./server/*.cpp ./std/*.cpp ./client/*.c ./list/*.c ./setup_item/*.cpp ./setup_npc/*.cpp ./setup_room/*.cpp ./setup_skill/*.cpp -o test
g++: *.c: 没有那个文件或目录
g++: ./client/*.c: 没有那个文件或目录
g++: ./list/*.c: 没有那个文件或目录
server/Char.cpp: In member function `void CChar::FlushMyInfo()':
server/Char.cpp:2751: warning: decimal constant is so large that it is unsigned
server/Char.cpp:2751: warning: decimal constant is so large that it is unsigned
server/Char.cpp:2752: warning: decimal constant is so large that it is unsigned
server/Char.cpp:2752: warning: decimal constant is so large that it is unsigned
server/Char.cpp:2753: warning: decimal constant is so large that it is unsigned
server/Char.cpp:2753: warning: decimal constant is so large that it is unsigned
make: *** [all] Error 1
all 的第一行是:
g++ -g -D_REENTRANT -Wall -lresolv -lpthread -lmysqlclient -lnsl *.c ./server/*.cpp ./std/*.cpp ./client/*.c ./list/*.c ./setup_item/*.cpp ./setup_npc/*.cpp ./setup_room/*.cpp ./setup_skill/*.cpp -o test
请大家帮帮忙吧,谢谢!