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

TFS 0.3.6pl1 compile problem

kafar1

New Member
Joined
Apr 4, 2013
Messages
78
Reaction score
1
Hi,
I have problem with compile tfs 0.3.6pl1

I have ..Stian's Repack Dev-Cpp 0.2, 64bit and tfs from otland

Code:
Compiler: MinGW GCC 4.7.2 32-bit
Building Makefile: "C:\Documents and Settings\Mateo\Pulpit\OTSS\tfs\dev-cpp\Makefile.win"
Executing  make...
mingw32-make -f "C:\Documents and Settings\Mateo\Pulpit\OTSS\tfs\dev-cpp\Makefile.win" all
windres.exe -i TheForgottenServer_private.rc --input-format=rc -o obj//TheForgottenServer_private.res -O coff 

g++.exe obj//actions.o obj//allocator.o obj//baseevents.o obj//beds.o obj//chat.o obj//combat.o obj//protocolold.o obj//condition.o obj//configmanager.o obj//connection.o obj//container.o obj//creature.o obj//creatureevent.o obj//cylinder.o obj//database.o obj//databasemysql.o obj//databasesqlite.o obj//depot.o obj//exception.o obj//fileloader.o obj//game.o obj//gui.o obj//house.o obj//housetile.o obj//inputbox.o obj//ioguild.o obj//iologindata.o obj//iomap.o obj//iomapserialize.o obj//item.o obj//items.o obj//luascript.o obj//mailbox.o obj//map.o obj//md5.o obj//monster.o obj//monsters.o obj//movement.o obj//networkmessage.o obj//npc.o obj//otserv.o obj//outfit.o obj//outputmessage.o obj//party.o obj//player.o obj//playerbox.o obj//position.o obj//protocol.o obj//protocolgame.o obj//protocollogin.o obj//quests.o obj//raids.o obj//rsa.o obj//scheduler.o obj//scriptmanager.o obj//server.o obj//sha1.o obj//spawn.o obj//spells.o obj//status.o obj//talkaction.o obj//tasks.o obj//teleport.o obj//textlogger.o obj//thing.o obj//tile.o obj//tools.o obj//trashholder.o obj//vocation.o obj//waitlist.o obj//weapons.o obj//ioban.o obj//globalevent.o obj//gameservers.o obj//databasemanager.o obj//admin.o obj//itemattributes.o obj//group.o obj//TheForgottenServer_private.res -o "TheForgottenServer.exe" -L"lib" -mwindows -O1 -lboost_system -lgmp -llua5.1 -lmysql -lboost_regex -lsqlite3 -lwsock32 -lxml2 -lmysql -lws2_32 -s -lboost_filesystem -lboost_thread  

obj//status.o:status.cpp:(.text+0x1d5c): undefined reference to `_imp__xmlFree'
obj//tools.o:tools.cpp:(.text+0xe56): undefined reference to `_imp__xmlFree'
obj//tools.o:tools.cpp:(.text+0xe98): undefined reference to `_imp__xmlFree'
obj//tools.o:tools.cpp:(.text+0xee3): undefined reference to `_imp__xmlFree'
obj//tools.o:tools.cpp:(.text+0x21c1): undefined reference to `_imp__xmlFree'
obj//tools.o:tools.cpp:(.text+0x2229): more undefined references to `_imp__xmlFree' follow
collect2: ld returned 1 exit status

mingw32-make: *** [TheForgottenServer.exe] Error 1

Execution terminated

What is wrong? how to fix this?

- - - Updated - - -

Help please... Up!
 
Last edited:
Back
Top