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

Help with compiling tutorial by Elf !;-(

MagicHereos

Magic.org.pl
Joined
Nov 6, 2008
Messages
60
Reaction score
0
When I compiling by this tutorial : http://otland.net/f137/linux-ultimate-compile-guide-debian-ubuntu-included-2868/
I have error with comand : sudo g++ boost_asio_1_0_0/libs/system/src/error_code.cpp -c -o /usr/lib/libboost_system.a
Code:
root@ks302028:~# sudo g++ boost_asio_1_0_0/libs/system/src/error_code.cpp -c -o /usr/lib/libboost_system.a
In file included from boost_asio_1_0_0/libs/system/src/error_code.cpp:25:
/usr/include/boost/system/config.hpp:13:28: error: boost/config.hpp: No such file or directory
In file included from boost_asio_1_0_0/libs/system/src/error_code.cpp:26:
/usr/include/boost/system/error_code.hpp:15:29: error: boost/cstdint.hpp: No such file or directory
/usr/include/boost/system/error_code.hpp:16:28: error: boost/assert.hpp: No such file or directory
/usr/include/boost/system/error_code.hpp:17:31: error: boost/operators.hpp: No such file or directory
/usr/include/boost/system/error_code.hpp:18:33: error: boost/noncopyable.hpp: No such file or directory
/usr/include/boost/system/error_code.hpp:19:39: error: boost/utility/enable_if.hpp: No such file or directory
/usr/include/boost/system/error_code.hpp:32:68: error: boost/config/abi_prefix.hpp: No such file or directory
/usr/include/boost/system/error_code.hpp:487:70: error: boost/config/abi_suffix.hpp: No such file or directory
In file included from boost_asio_1_0_0/libs/system/src/error_code.cpp:26:
/usr/include/boost/system/error_code.hpp:182: b\u0142\u0105d: expected class-name before `{, token
/usr/include/boost/system/error_code.hpp:227: b\u0142\u0105d: `enable_if, in namespace `boost, does not name a type
/usr/include/boost/system/error_code.hpp:227: b\u0142\u0105d: expected `,, or `..., before `<, token
/usr/include/boost/system/error_code.hpp:241: b\u0142\u0105d: `enable_if, in namespace `boost, does not name a type
/usr/include/boost/system/error_code.hpp:241: b\u0142\u0105d: expected unqualified-id before `<, token
/usr/include/boost/system/error_code.hpp:314: b\u0142\u0105d: `enable_if, in namespace `boost, does not name a type
/usr/include/boost/system/error_code.hpp:314: b\u0142\u0105d: expected `,, or `..., before `<, token
/usr/include/boost/system/error_code.hpp:327: b\u0142\u0105d: `enable_if, in namespace `boost, does not name a type
/usr/include/boost/system/error_code.hpp:327: b\u0142\u0105d: expected unqualified-id before `<, token
What I should do?; - \
I give rep++ for help.
 
Back
Top