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

Compiling Linker error PLEASE TAKE A LOOK!

ond

Veteran OT User
Joined
Mar 24, 2008
Messages
2,775
Solutions
25
Reaction score
483
Location
Sweden
Hello! I'm trying to compile an UmbyEvo server. It is an 8.0 XML server. (Please don't tell me to change server)

Anyway, here is my compiling error:

Code:
Building Makefile: "C:\Documents and Settings\Abdullah\Skrivbord\UmbyEvo_800\source\dev-C++\Makefile.win"
Kör  make...
make.exe -f "C:\Documents and Settings\Abdullah\Skrivbord\UmbyEvo_800\source\dev-C++\Makefile.win" all
g++.exe ../account.o ../actions.o ../admin.o ../allocator.o ../ban.o ../baseevents.o ../beds.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 ../guilds.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 ../monster.o ../monsters.o ../movement.o ../networkmessage.o ../npc.o ../otserv.o ../outfit.o ../party.o ../player.o ../position.o ../protocol79.o ../pvparena.o ../raids.o ../rsa.o ../scheduler.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 Evolutions-XML_private.res -o "Evolutions-XML.exe" -L"C:/Dev-Cpp/lib" -L"C:/Dev-Cpp/others/lua-5.1/lib" -L"C:/Dev-Cpp/others/boost_1_33_1/libregex" -llibxml2 -llua -llualib -lwsock32 -lregex -lgmp -s  

../iomapserializexml.o(.text+0x335):iomapserializexml.cpp: undefined reference to `_imp__xmlFree'
../iomapserializexml.o(.text+0x389):iomapserializexml.cpp: undefined reference to `_imp__xmlFree'
../iomapserializexml.o(.text+0x49d):iomapserializexml.cpp: undefined reference to `_imp__xmlFree'

I would be really thankfull if someone could help me!

And also the linkers required: (as far as I know)

Code:
-llibxml2
-llua
-llualib
-lwsock32
-lregex
-lgmp
-s

Help me Otland!
 
Thuggeh was right. Updated it and 0 errors, I did find out before you posted ;b I'll rep u anyway for correct helping
 
Back
Top