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

Errors compiling/[codes of] devland on linux..

biel-kun

New Member
Joined
Sep 4, 2007
Messages
31
Reaction score
0
Hey people, can you send me a light for compile this sources? *-*

Errors:
Code:
g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__SKULLSYSTEM__ -D__EXCEPTION_TRACER__ -D__PB_BUY_HOUSE__ -D__YUR_NPC_EXT__ -D__YUR_CMD_EXT__ -D__PREMIUM__ -D__FIGHT_CONFIG__   -Werror -O2 -o ./otserv account.o actions.o admin.o allocator.o ban.o baseevents.o chat.o combat.o commands.o condition.o configmanager.o container.o creature.o cylinder.o depot.o exception.o fileloader.o game.o house.o housetile.o ioaccount.o ioaccountxml.o iomapotbm.o iomapserialize.o iomapserializexml.o iomapxml.o ioplayer.o ioplayerxml.o item.o itemloader.o items.o logger.o luascript.o mailbox.o map.o md5.o monster.o monsters.o movement.o networkmessage.o npc.o otserv.o outfit.o player.o position.o protocol80.o raids.o rsa.o scriptmanager.o spawn.o spells.o status.o talkaction.o teleport.o thing.o tile.o tools.o trashholder.o vocation.o waitlist.o weapons.o -L/usr/lib -lxml2 -lpthread -llua5.1 -lboost_thread -lgmp -lmysqlclient -lboost_regex -llua5.1-sql-mysql -ldl
creature.o: In function `Creature::registerCreatureEvent(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
creature.cpp:(.text+0x904): undefined reference to `CreatureEvents::getEventByName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
creature.o: In function `Creature::onDie()':
creature.cpp:(.text+0x1a68): undefined reference to `CreatureEvent::executeOnDie(Creature*, Item*)'
otserv.o: In function `__static_initialization_and_destruction_0(int, int)':
otserv.cpp:(.text+0x223): undefined reference to `Quests::Quests()'
otserv.o: In function `main':
otserv.cpp:(.text+0x445a): undefined reference to `Quests::loadFromXml()'
otserv.o: In function `__tcf_14':
otserv.cpp:(.text+0x2c): undefined reference to `Quests::~Quests()'
player.o: In function `Player::onCreatureDisappear(Creature const*, unsigned int, bool)':
player.cpp:(.text+0x34ff): undefined reference to `CreatureEvents::playerLogOut(Player*)'
player.o: In function `Player::onCreatureAppear(Creature const*, bool)':
player.cpp:(.text+0x2395): undefined reference to `CreatureEvents::playerLogIn(Player*)'
protocol80.o: In function `Protocol80::parseQuestLine(NetworkMessage&)':
protocol80.cpp:(.text+0x48d): undefined reference to `Quests::getQuestByID(unsigned short)'
protocol80.cpp:(.text+0x4af): undefined reference to `Quest::getMissionList(Player*, NetworkMessage&)'
protocol80.o: In function `Protocol80::parseQuestLog(NetworkMessage&)':
protocol80.cpp:(.text+0x530): undefined reference to `Quests::getQuestsList(Player*, NetworkMessage&)'
scriptmanager.o: In function `ScriptingManager::loadScriptSystems()':
scriptmanager.cpp:(.text+0x347): undefined reference to `CreatureEvents::CreatureEvents()'
collect2: ld returned 1 exit status
make: *** [otserv] Error 1


I tryed to resolve the errors but I'm not obtained success.

If you want:
OTServer Download: http://rapidshare.com/files/46772268/DevLand_0.96b_XML.rar
Rar Password: www.devland.info

PLEASE HELP ME! :S

Thank you.
 
Back
Top Bottom