PDA

View Full Version : Error while compiling Zone (WesQuests.cpp)


tuxygnome
03-14-2002, 09:54 AM
I get this error while trying to compile Zone
This is under Redhat Linux 7.1
Any help appriciated :)



gcc -c -g -m486 -pthread -pipe -DLUCLIN -D_GNU_SOURCE -DFX -I/usr/include/mysql WesQuests.cpp -o WesQuests.o
In file included from WesQuests.cpp:1:
../common/debug.h:19:6: warning: no newline at end of file
../common/debug.h:19:6: warning: no newline at end of file
WesQuests.cpp: In method `void Client::CheckQuests (char *, char *,
unsigned int, unsigned int)':
WesQuests.cpp:125: `_snprintf' undeclared (first use this function)
WesQuests.cpp:125: (Each undeclared identifier is reported only once
for each function it appears in.)
make: *** [WesQuests.o] Error 1