• 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 in Kubuntu

Arlianin

....Pwnz....
Senator
Joined
Jul 31, 2007
Messages
673
Reaction score
2
Location
Lima, Peru
Rox fixed. Kornholijo helped me he rox:)

I had mixed three different lines >.> my fault.

Thanks anyways!
 
Last edited:
"I followed the readme tutorial using correct links.", if you did you wouldn't get that error.
 
I did. The readme says I should use the Sourceforge link which u said is not working. I used the public SVN link of otland to download the sources. I still get this error. >.>
 
I'm not talking about the subversion links, I'm talking about installing/compiling libraries part.
 
I ran it once again and found out I did something wrong. So I erased the folder and ran once again the lines but correctly now. I got this error look:

Code:
boost_asio_1_0_0/libs/system/src/error_code.cpp:25:35: error: boost/system/config.hpp: No such file or directory
boost_asio_1_0_0/libs/system/src/error_code.cpp:26:39: error: boost/system/error_code.hpp: No such file or directory
boost_asio_1_0_0/libs/system/src/error_code.cpp:27:28: error: boost/cerrno.hpp: No such file or directory
boost_asio_1_0_0/libs/system/src/error_code.cpp:32: error: ‘boost’ has not been declared
boost_asio_1_0_0/libs/system/src/error_code.cpp:32: error: ‘system’ is not a namespace-name
boost_asio_1_0_0/libs/system/src/error_code.cpp:32: error: expected namespace-name before ‘;’ token
boost_asio_1_0_0/libs/system/src/error_code.cpp:33: error: ‘boost’ has not been declared
boost_asio_1_0_0/libs/system/src/error_code.cpp:33: error: ‘posix_error’ is not a namespace-name
boost_asio_1_0_0/libs/system/src/error_code.cpp:33: error: expected namespace-name before ‘;’ token
boost_asio_1_0_0/libs/system/src/error_code.cpp:51: error: expected class-name before ‘{’ token
boost_asio_1_0_0/libs/system/src/error_code.cpp:59: error: expected class-name before ‘{’ token
boost_asio_1_0_0/libs/system/src/error_code.cpp:64: error: ‘error_condition’ does not name a type
boost_asio_1_0_0/libs/system/src/error_code.cpp: In member function ‘std::string<unnamed>::posix_error_category::message(int) const’:
boost_asio_1_0_0/libs/system/src/error_code.cpp:74: error: return type ‘struct std::string’ is incomplete
boost_asio_1_0_0/libs/system/src/error_code.cpp:99: error: invalid use of incomplete type ‘struct std::string’
/usr/include/c++/4.2/bits/stringfwd.h:56: error: declaration of ‘struct std::string’
boost_asio_1_0_0/libs/system/src/error_code.cpp: At global scope:
boost_asio_1_0_0/libs/system/src/error_code.cpp:151: error: ‘error_condition’ does not name a type
boost_asio_1_0_0/libs/system/src/error_code.cpp: In member function ‘std::string<unnamed>::system_error_category::message(int) const’:
boost_asio_1_0_0/libs/system/src/error_code.cpp:326: error: return type ‘struct std::string’ is incomplete
boost_asio_1_0_0/libs/system/src/error_code.cpp:328: error: ‘posix_category’ was not declared in this scope
boost_asio_1_0_0/libs/system/src/error_code.cpp: At global scope:
boost_asio_1_0_0/libs/system/src/error_code.cpp:406: error: expected constructor, destructor, or type conversion before ‘const’
boost_asio_1_0_0/libs/system/src/error_code.cpp:412: error: expected constructor, destructor, or type conversion before ‘const’

That appears when I run the line:
Code:
sudo g++ boost_asio_1_0_0/libs/system/src/error_code.cpp -c -o /usr/lib/libboost_system.a
 
Back
Top