root:~eq/server/world> gmake -f makefilefreebsd
gcc32 -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Wcomment -Wcast-align -Winline -Wno-deprecated -g -march=i686 -O3 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -I/usr/local/include/pthread/linuxthreads -I/usr/include -I/usr/local/include -I/usr/include/mysql -I/usr/local/include/mysql ../common/database.cpp -o ../common/database.o
../common/database.cpp: In destructor `Database::~Database()':
../common/database.cpp:601: `max_loottable' undeclared (first use this
function)
../common/database.cpp:601: (Each undeclared identifier is reported only once
for each function it appears in.)
../common/database.cpp:615: `max_lootdrop' undeclared (first use this function)
../common/database.cpp: In member function `bool Database::LoadNPCTypes()':
../common/database.cpp:6723: warning: unused variable `MYSQL_RES*result2'
../common/database.cpp:6727: warning: unused variable `char**row2'
../common/database.cpp: In member function `bool
Database::GetFactionIdsForNPC(int, LinkedList<NPCFaction*>*, sint32*)':
../common/database.cpp:9251: warning: comparison between signed and unsigned
integer expressions
../common/database.cpp: In member function `bool
Database::LoadNPCFactionLists()':
../common/database.cpp:10193: warning: comparison between signed and unsigned
integer expressions
gmake: *** [../common/database.o] Error 1
root:~eq/server/world>
root:~eq/server.old/zone> gmake -f makefilefreebsd
gmake: *** No rule to make target `../common/crc32/o', needed by `zone'. Stop.
root:~eq/server.old/zone>
|