• 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 Tfs 0.3.1

fireelement

New Member
Joined
May 16, 2009
Messages
34
Reaction score
0
Location
Brazil
When I go to compile of the one error in makefile.win (build error).
Im have dev c++ by talaturen.

Compiler:

C:\Dev-Cpp\0.3.1\dev-cpp\Makefile.win [Build Error] [TheForgottenServer.exe] Error 1

Compile Log:

Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\0.3.1\dev-cpp\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\0.3.1\dev-cpp\Makefile.win" all
g++.exe obj//account.o 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//TheForgottenServer_private.res -o "TheForgottenServer.exe" -L"lib" -mwindows -O1 -lboost_system -lgmp -llua5.1 -lmysql -lsqlite3 -lwsock32 -lxml2 -lmysql -lws2_32 -s ../../../../../Dev-Cpp/lib/libboost_regex-mgw-mt-s-1_33_1

g++.exe: ../../../../../Dev-Cpp/lib/libboost_regex-mgw-mt-s-1_33_1: No such file or directory

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

Execution terminated
 
Back
Top