• 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!

Linux Bug Compiling Multiworld

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
44
Location
Mexico
Hi i tried to compile rev 3777 with -D__LOGIN_SERVER__ and i go this error:
Code:
game.o: In function `Game::reloadInfo(ReloadInfo_t, unsigned int)':
game.cpp:(.text+0x17633): undefined reference to `GameServers::reload()'
game.o: In function `GameServers::~GameServers()':
game.cpp:(.text._ZN11GameServersD0Ev[GameServers::~GameServers()]+0x19): undefined reference to `GameServers::clear()'
game.o: In function `GameServers::~GameServers()':
game.cpp:(.text._ZN11GameServersD1Ev[GameServers::~GameServers()]+0x19): undefined reference to `GameServers::clear()'
iologindata.o: In function `IOLoginData::loadAccount(unsigned int, bool)':
iologindata.cpp:(.text+0x7998): undefined reference to `GameServers::getServerById(unsigned int) const'
otserv.o: In function `otserv(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, ServiceManager*)':
otserv.cpp:(.text+0x279e): undefined reference to `GameServers::loadFromXml(bool)'
collect2: ld returned 1 exit status
make[1]: *** [theforgottenserver] Error 1
make[1]: Leaving directory `/trunk'
make: *** [all] Error 2
In configure.ac i changed this:
Code:
OPTIONAL_FLAGS="-D__WAR_SYSTEM__ -D__LOGIN_SERVER__"
 
Back
Top