Page 1 of 1

build TMWserv error

Posted: 30 Mar 2008, 02:36
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 ===|

Re: build TMWserv error

Posted: 31 Mar 2008, 01:04
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.

Re: build TMWserv error

Posted: 31 Mar 2008, 03:41
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!

Re: build TMWserv error

Posted: 31 Mar 2008, 07:26
by ElvenProgrammer
That should be a precompiled package. If you want you can try beta nightly builds at http://nightly.themanaworld.org