There is an error...I get the same thing when compiling the world src:
In file included from ../common/database.h:32,
from ../common/database.cpp:39:
../common/eq_packet_structs.h:562: anonymous class type not used to declare any objects
../common/database.cpp: In method `sint32 Database::GetItemsCount(int32 * = 0)':
../common/database.cpp:2034: warning: unused variable `int32 tmpItemCount'
../common/database.cpp:2033: warning: unused variable `int32 tmpMaxItem'
make: *** [../common/database.o] Error 1
It errors, and doesn't finish...not sure what the error is though....
|