Page 1 of 1

help! Build TMWServ error!

Posted: 30 Mar 2008, 13:12
by cg21
-------------- Build: default in TMWServ Accountserver ---------------

Linking console executable: accountserver.exe
.objs\src\account-server\dalstorage.o:dalstorage.cpp:(.text+0xaa4e): undefined reference to `Guild::Guild(std::string const&)'
.objs\src\account-server\dalstorage.o:dalstorage.cpp:(.text+0xad70): undefined reference to `Guild::addMember(std::string const&)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x2303): undefined reference to `GuildManager::doesExist(std::string const&)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x354b): undefined reference to `GuildManager::doesExist(std::string const&)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x356d): undefined reference to `GuildManager::createGuild(std::string const&, std::string const&)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x3594): undefined reference to `GuildManager::findByName(std::string const&)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x3798): undefined reference to `GuildManager::findById(short)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x37c4): undefined reference to `Guild::checkLeader(std::string const&)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x38a2): undefined reference to `Guild::addInvited(std::string const&)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x3b64): undefined reference to `GuildManager::findById(short)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x3b86): undefined reference to `Guild::checkInvited(std::string const&)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x3b9f): undefined reference to `Guild::addMember(std::string const&)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x3d2a): undefined reference to `GuildManager::findById(short)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x3d76): undefined reference to `Guild::getMember(int) const'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x3eb2): undefined reference to `GuildManager::findById(short)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x3ed0): undefined reference to `Guild::checkInGuild(std::string const&)'
.objs\src\chat-server\chathandler.o:chathandler.cpp:(.text+0x3efc): undefined reference to `Guild::removeMember(std::string const&)'
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 11 seconds)
17 errors, 0 warnings

Re: help! Build TMWServ error!

Posted: 31 Mar 2008, 01:09
by leeor_net
This is not a bug but rather a compiler error that you failed to investigate further. I'm not a dev or a moderator but I would suggest you post in the appropriate forums.

Re: help! Build TMWServ error!

Posted: 31 Mar 2008, 03:46
by cg21
ok!

Re: help! Build TMWServ error!

Posted: 31 Mar 2008, 03:57
by Crush