• 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 Problem with TFS Compiling Debian

Danonz

OTS Owner
Joined
Feb 3, 2009
Messages
16
Reaction score
0
Location
Sosnowiec, Poland.
Hello.

I'm using Elf's tutorial how to compile TFS on Linux and i have big problem.

When i was typing "./configure" everything is good but:

checking for main in -lboost_regex-gcc-mt... no
checking for main in -lboost_regex-mt... no
checking for main in -lboost_regex... yes
checking for main in -lboost_system-gcc-mt... no
checking for main in -lboost_system-mt... no
checking for main in -lboost_system... yes
checking for main in -lboost_date_time-gcc-mt... no
checking for main in -lboost_date_time-mt... no
checking for main in -lboost_date_time... yes
checking for main in -lboost_filesystem-gcc-mt... no
checking for main in -lboost_filesystem-mt... no
checking for main in -lboost_filesystem... no
configure: error: "Linking against boost::filesystem library failed."

What should I do? Help please! I'm trying compile this server 2 days.:blink:
 
Ok I have now:

checking for main in -lboost_regex-gcc-mt... no
checking for main in -lboost_regex-mt... no
checking for main in -lboost_regex... yes
checking for main in -lboost_system-gcc-mt... no
checking for main in -lboost_system-mt... no
checking for main in -lboost_system... yes
checking for main in -lboost_date_time-gcc-mt... no
checking for main in -lboost_date_time-mt... no
checking for main in -lboost_date_time... yes
checking for main in -lboost_filesystem-gcc-mt... no
checking for main in -lboost_filesystem-mt... no
checking for main in -lboost_filesystem... yes
checking boost/asio.hpp usability... yes
checking boost/asio.hpp presence... yes
checking for boost/asio.hpp... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LUA... yes
checking mysql/mysql.h usability... yes
checking mysql/mysql.h presence... yes
checking for mysql/mysql.h... yes
checking for main in -lmysqlclient... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands

theforgottenserver 0.3.5

Server diagnostics.......... : no
Login server mode........... : no
Remote control.............. : no
Root run permission......... : no
Home-directory configuration : no
OTServ custom allocator..... : no
Debug build................. : no

Build with MySQL............ : yes
Build with SQLite........... : no
Build with PostgreSQL....... : no
Build with ODBC............. : no

Configure complete, now you may type 'make'.
r27248:/opt/ots/0.3.5pl1# make

but when i compile i have error:

scriptmanager.cpp:18:32: error: boost/filesystem.hpp: Nie ma takiego pliku ani katalogu
scriptmanager.cpp: In member function 'bool ScriptingManager::loadMods()':
scriptmanager.cpp:117: error: 'boost::filesystem' has not been declared
scriptmanager.cpp:117: error: expected `;' before 'modsPath'
scriptmanager.cpp:118: error: 'boost::filesystem' has not been declared
scriptmanager.cpp:118: error: 'modsPath' was not declared in this scope
scriptmanager.cpp:122: error: 'boost::filesystem' has not been declared
scriptmanager.cpp:122: error: expected `;' before 'it'
scriptmanager.cpp:122: error: 'it' was not declared in this scope
scriptmanager.cpp:122: error: 'end' was not declared in this scope
scriptmanager.cpp:125: error: 'boost::filesystem' has not been declared
 

Similar threads

Back
Top