• 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 on Windows

deluss

New Member
Joined
Apr 4, 2008
Messages
22
Reaction score
0
Hi I want compiling my TFS on Windows. When i do it show's the error :
Code:
"exe\TheForgottenServerGui.exe" -L"C:/Dev-Cpp/lib" -mwindows -O1 -lboost_system -lgmp -llua5.1 -lmysql -lboost_regex -lsqlite3 -lwsock32 -lxml2 -lmysql -lws2_32 -s  

obj//admin.o:admin.cpp:(.text+0xbdd3): undefined reference to `boost::system::get_posix_category()'
obj//admin.o:admin.cpp:(.text+0xbdf9): undefined reference to `boost::system::get_posix_category()'
obj//commands.o:commands.cpp:(.text+0x1e955): undefined reference to `boost::system::get_posix_category()'
obj//commands.o:commands.cpp:(.text+0x1e97b): undefined reference to `boost::system::get_posix_category()'
obj//connection.o:connection.cpp:(.text+0x321b): undefined reference to `boost::system::get_posix_category()'
obj//connection.o:connection.cpp:(.text+0x3241): more undefined references to `boost::system::get_posix_category()' follow
obj//luascript.o:luascript.cpp:(.text+0x6f98): undefined reference to `_luaopen_luasql_mysql'
obj//luascript.o:luascript.cpp:(.text+0x6fb2): undefined reference to `_luaopen_luasql_sqlite3'
obj//otserv.o:otserv.cpp:(.text+0x7f2a): undefined reference to `boost::system::get_posix_category()'
obj//otserv.o:otserv.cpp:(.text+0x7f50): undefined reference to `boost::system::get_posix_category()'
obj//outputmessage.o:outputmessage.cpp:(.text+0x152f): undefined reference to `boost::system::get_posix_category()'

obj//outputmessage.o:outputmessage.cpp:(.text+0x1555): undefined reference to `boost::system::get_posix_category()'
obj//protocol.o:protocol.cpp:(.text+0xc0b): undefined reference to `boost::system::get_posix_category()'
obj//protocol.o:protocol.cpp:(.text+0xc31): more undefined references to `boost::system::get_posix_category()' follow

make.exe: *** [exe/TheForgottenServerGui.exe] Error 1

I have the Dev C++ for TFS
 
Back
Top