MxSoft
Leave Tibia, Live Life.
Hi i tried to compile rev 3777 with -D__LOGIN_SERVER__ and i go this error:
In configure.ac i changed this:
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
Code:
OPTIONAL_FLAGS="-D__WAR_SYSTEM__ -D__LOGIN_SERVER__"