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

Veniox

New Member
Joined
Jan 24, 2012
Messages
75
Reaction score
2
Location
Poland
Hello guys when I'm trying to compile TFS i get this error, could someone help me? @Limos @dominique120 @o_O o_O

Code:
/
/usr/include/boost/thread/lock_types.hpp:967:31: error: 'errc' is not a member of 'boost::system'
/usr/include/boost/thread/lock_types.hpp:972:31: error: 'errc' is not a member of 'boost::system'
/usr/include/boost/thread/lock_types.hpp: In member function 'bool boost::upgrade_lock<Mutex>::try_lock_for(const boost::chrono::duration<Rep2, Period2>&)':
/usr/include/boost/thread/lock_types.hpp:983:50: error: 'errc' is not a member of 'boost::system'
/usr/include/boost/thread/lock_types.hpp:987:50: error: 'errc' is not a member of 'boost::system'
/usr/include/boost/thread/lock_types.hpp: In member function 'bool boost::upgrade_lock<Mutex>::try_lock_until(const boost::chrono::time_point<Clock, Duration>&)':
/usr/include/boost/thread/lock_types.hpp:997:50: error: 'errc' is not a member of 'boost::system'
/usr/include/boost/thread/lock_types.hpp:1001:50: error: 'errc' is not a member of 'boost::system'
In file included from /usr/include/boost/thread/thread_only.hpp:22:0,
                 from /usr/include/boost/thread/thread.hpp:12,
                 from /usr/include/boost/thread.hpp:13,
                 from otsystem.h:34,
                 from baseevents.h:20,
                 from actions.h:20,
                 from actions.cpp:20:
/usr/include/boost/thread/detail/thread.hpp: In member function 'void boost::thread::join()':
/usr/include/boost/thread/detail/thread.hpp:752:56: error: 'errc' is not a member of 'boost::system'
/usr/include/boost/thread/detail/thread.hpp: In member function 'bool boost::thread::do_try_join_until(const timespec&)':
/usr/include/boost/thread/detail/thread.hpp:766:56: error: 'errc' is not a member of 'boost::system'
In file included from /usr/include/boost/thread.hpp:23:0,
                 from otsystem.h:34,
                 from baseevents.h:20,
                 from actions.h:20,
                 from actions.cpp:20:
/usr/include/boost/thread/barrier.hpp: In static member function 'static unsigned int boost::barrier::check_counter(unsigned int)':
/usr/include/boost/thread/barrier.hpp:97:28: error: 'errc' is not a member of 'boost::system'
make[1]: *** [actions.o] Error 1
make[1]: Leaving directory `/home/ots/trunk.r3884'
make: *** [all] Error 2
root@server-provider:/home/ots/trunk.r3884#
 
Last edited:
Back
Top