• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Debian:(

averatec

Advanced OT User
Joined
Jun 1, 2007
Messages
2,243
Solutions
4
Reaction score
160
Location
Poland
Hello, I compiling TRUNKS 1008 on debian but I have problem, this meessage is when I compiling:
g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__U SE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -Werror -O1 -c comman ds.cpp
commands.cpp: In member function 'bool Commands::reloadInfo(Creature*, const std ::string&, const std::string&)':
commands.cpp:598: error: 'g_npcs' was not declared in this scope
make: *** [commands.o] Błąd 1
 
Back
Top