build TMWserv error

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
cg21
Peon
Peon
Posts: 9
Joined: 26 Mar 2008, 10:31

build TMWserv error

Post by cg21 »

||=== TMWServ Accountserver, default ===|
.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&)'|
||=== Build finished: 17 errors, 0 warnings ===|
User avatar
leeor_net
Novice
Novice
Posts: 180
Joined: 03 Feb 2008, 09:17
Location: Ohio, USA
Contact:

Re: build TMWserv error

Post by leeor_net »

You are probably missing recently added files, 'guild' and 'guildmanager' in your C::B project. Be sure to add them and any other guild-related files to your C::B project.

If you don't have these files, you may have downloaded the wrong SVN trunk.
- Leeor

"Oh, no thanks. I ate a boulder on the way in." - Shrek
cg21
Peon
Peon
Posts: 9
Joined: 26 Mar 2008, 10:31

Re: build TMWserv error

Post by cg21 »

First of all, thank you for your answer, salute!
My English is not good,Can only rely on translation tools!
This is in accordance with:
http://forums.themanaworld.org/viewtopic.php?f=2&t=3731
http://www.crushnet.org/tmw/TMW0.1.0-re ... -build.zip
The information provided!
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Re: build TMWserv error

Post by ElvenProgrammer »

That should be a precompiled package. If you want you can try beta nightly builds at http://nightly.themanaworld.org
Post Reply