• 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 Linux Debian

Dzanar2

New Member
Joined
Mar 14, 2008
Messages
78
Reaction score
1
Location
/dev/null
Hi
I have a problem with compiling TFS 0.3 on debian. If i can compile it, i will a problem.
Code:
ks355867:/home/ots/source/trunk# make
rm -rf *.o
g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Werror -O1 -c account.cpp
g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Werror -O1 -c actions.cpp
g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Werror -O1 -c admin.cpp
In file included from admin.cpp:24:
connection.h:25:20: error: asio.hpp: Nie ma takiego pliku ani katalogu
connection.h:65: error: expected ';' before '(' token
connection.h:98: error: 'asio' has not been declared
connection.h:98: error: expected `)' before '&' token
connection.h:118: error: 'asio' has not been declared
connection.h:118: error: ISO C++ forbids declaration of 'socket' with no type
connection.h:118: error: expected ';' before '&' token
connection.h:120: error: expected `;' before 'void'
connection.h:128: error: expected ',' or '...' before '::' token
connection.h:128: error: ISO C++ forbids declaration of 'asio' with no type
connection.h:129: error: expected ',' or '...' before '::' token
connection.h:129: error: ISO C++ forbids declaration of 'asio' with no type
connection.h:131: error: expected ',' or '...' before '::' token
connection.h:131: error: ISO C++ forbids declaration of 'asio' with no type
connection.h:133: error: expected ',' or '...' before '::' token
connection.h:133: error: ISO C++ forbids declaration of 'asio' with no type
connection.h:134: error: expected ',' or '...' before '::' token
connection.h:134: error: ISO C++ forbids declaration of 'asio' with no type
connection.h:143: error: 'asio' has not been declared
connection.h:143: error: ISO C++ forbids declaration of 'socket' with no type
connection.h:143: error: expected ';' before 'm_socket'
make: *** [admin.o] Błąd 1
How can i solve this problem? Pls help me. I a beginner user linux. Sorry for my english
 
Back
Top