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

Linux Forgotten Server 0.2.2

Azag

New Member
Joined
May 31, 2009
Messages
1
Reaction score
0
I try to compile it in the GNU/Linux distribution: Red Hat, Arch and Ubuntu, and I get error when I compile.

In Ubuntu I get:
En el fichero incluído de admin.cpp:24:
connection.h:25:26: error: boost/asio.hpp: No existe el fichero ó directorio
In file included from admin.cpp:24:
connection.h:63: error: expected ‘;’ before ‘(’ token
connection.h:92: error: ‘boost::asio’ no se ha declarado
connection.h:92: error: expected `)' before ‘*’ token
connection.h:125: error: ‘boost::asio’ no se ha declarado
connection.h:125: error: ISO C++ prohíbe la declaración de ‘socket’ sin tipo
connection.h:125: error: expected ‘;’ before ‘&’ token
connection.h:127: error: expected `;' before ‘void’
connection.h:139: error: expected unqualified-id before ‘::’ token
connection.h:139: error: expected ‘,’ or ‘...’ before ‘::’ token
connection.h:140: error: expected unqualified-id before ‘::’ token
connection.h:140: error: expected ‘,’ or ‘...’ before ‘::’ token
connection.h:142: error: expected unqualified-id before ‘::’ token
connection.h:142: error: expected ‘,’ or ‘...’ before ‘::’ token
connection.h:145: error: expected unqualified-id before ‘::’ token
connection.h:145: error: expected ‘,’ or ‘...’ before ‘::’ token
connection.h:146: error: expected unqualified-id before ‘::’ token
connection.h:146: error: expected ‘,’ or ‘...’ before ‘::’ token
connection.h:147: error: expected unqualified-id before ‘::’ token
connection.h:147: error: expected ‘,’ or ‘...’ before ‘::’ token
connection.h:157: error: ‘boost::asio’ no se ha declarado
connection.h:157: error: ISO C++ prohíbe la declaración de ‘socket’ sin tipo
connection.h:157: error: expected ‘;’ before ‘*’ token
connection.h:158: error: ‘boost::asio’ no se ha declarado
connection.h:158: error: ISO C++ prohíbe la declaración de ‘deadline_timer’ sin tipo
connection.h:158: error: expected ‘;’ before ‘m_timer’
connection.h:159: error: ‘boost::asio’ no se ha declarado
connection.h:159: error: ISO C++ prohíbe la declaración de ‘io_service’ sin tipo
connection.h:159: error: expected ‘;’ before ‘&’ token
make: *** [admin.o] Error 1

I use the Makefile include in the package.
I have all dependency.
What can be the problem?
And other thing... I want to use the server in a 'professional' server but I don't have access to install (no root account), anyone have a easy way to run the server without install anything?

Thanks to all.
 
Back
Top