Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from /usr/local/include/boost/thread/detail/platform.hpp:17:0,
- from /usr/local/include/boost/thread/thread.hpp:12,
- from /usr/local/include/boost/thread.hpp:13,
- from ghostdbmysql.cpp:36:
- /usr/local/include/boost/config/requires_threads.hpp:29:4: error: #error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS"
- # error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS"
- ^
- In file included from /usr/local/include/boost/thread/thread.hpp:12:0,
- from /usr/local/include/boost/thread.hpp:13,
- from ghostdbmysql.cpp:36:
- /usr/local/include/boost/thread/detail/platform.hpp:67:9: error: #error "Sorry, no boost threads are available for this platform."
- # error "Sorry, no boost threads are available for this platform."
- ^
- In file included from /usr/local/include/boost/thread.hpp:13:0,
- from ghostdbmysql.cpp:36:
- /usr/local/include/boost/thread/thread.hpp:19:2: error: #error "Boost threads unavailable on this platform"
- #error "Boost threads unavailable on this platform"
- ^
- In file included from /usr/local/include/boost/thread/detail/thread.hpp:11:0,
- from /usr/local/include/boost/thread/thread.hpp:22,
- from /usr/local/include/boost/thread.hpp:13,
- from ghostdbmysql.cpp:36:
- /usr/local/include/boost/thread/mutex.hpp:18:2: error: #error "Boost threads unavailable on this platform"
- #error "Boost threads unavailable on this platform"
- ^
- In file included from /usr/local/include/boost/thread/detail/thread.hpp:13:0,
- from /usr/local/include/boost/thread/thread.hpp:22,
- from /usr/local/include/boost/thread.hpp:13,
- from ghostdbmysql.cpp:36:
- /usr/local/include/boost/thread/detail/thread_heap_alloc.hpp:19:2: error: #error "Boost threads unavailable on this platform"
- #error "Boost threads unavailable on this platform"
- ^
- In file included from /usr/local/include/boost/thread/detail/thread_group.hpp:9:0,
- from /usr/local/include/boost/thread/thread.hpp:24,
- from /usr/local/include/boost/thread.hpp:13,
- from ghostdbmysql.cpp:36:
- /usr/local/include/boost/thread/shared_mutex.hpp:18:2: error: #error "Boost threads unavailable on this platform"
- #error "Boost threads unavailable on this platform"
- ^
- In file included from /usr/local/include/boost/thread.hpp:14:0,
- from ghostdbmysql.cpp:36:
- /usr/local/include/boost/thread/condition_variable.hpp:18:2: error: #error "Boost threads unavailable on this platform"
- #error "Boost threads unavailable on this platform"
- ^
- In file included from /usr/local/include/boost/thread.hpp:17:0,
- from ghostdbmysql.cpp:36:
- /usr/local/include/boost/thread/once.hpp:18:2: error: #error "Boost threads unavailable on this platform"
- #error "Boost threads unavailable on this platform"
- ^
- In file included from /usr/local/include/boost/thread.hpp:18:0,
- from ghostdbmysql.cpp:36:
- /usr/local/include/boost/thread/recursive_mutex.hpp:18:2: error: #error "Boost threads unavailable on this platform"
- #error "Boost threads unavailable on this platform"
- ^
- In file included from /usr/include/pthread.h:24:0,
- from /usr/include/i386-linux-gnu/c++/4.8/bits/gthr-default.h:35,
- from /usr/include/i386-linux-gnu/c++/4.8/bits/gthr.h:148,
- from /usr/include/c++/4.8/ext/atomicity.h:35,
- from /usr/include/c++/4.8/bits/ios_base.h:39,
- from /usr/include/c++/4.8/ios:42,
- from /usr/include/c++/4.8/istream:38,
- from /usr/include/c++/4.8/fstream:38,
- from includes.h:34,
- from ghost.h:24,
- from ghostdbmysql.cpp:23:
- /usr/local/include/boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
- TIME_UTC=1
- ^
- /usr/local/include/boost/thread/xtime.hpp:23:5: error: expected ‘}’ before numeric constant
- /usr/local/include/boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
- In file included from /usr/local/include/boost/thread/detail/thread.hpp:12:0,
- from /usr/local/include/boost/thread/thread.hpp:22,
- from /usr/local/include/boost/thread.hpp:13,
- from ghostdbmysql.cpp:36:
- /usr/local/include/boost/thread/xtime.hpp:46:14: error: expected type-specifier before ‘system_time’
- operator system_time() const
- ^
- In file included from /usr/local/include/boost/thread/detail/thread.hpp:12:0,
- from /usr/local/include/boost/thread/thread.hpp:22,
- from /usr/local/include/boost/thread.hpp:13,
- from ghostdbmysql.cpp:36:
- /usr/local/include/boost/thread/xtime.hpp: In function ‘int xtime_get(xtime*, int)’:
- /usr/local/include/boost/thread/xtime.hpp:73:40: error: ‘get_system_time’ was not declared in this scope
- *xtp=get_xtime(get_system_time());
- ^
- /usr/local/include/boost/thread/xtime.hpp:73:40: note: suggested alternative:
- In file included from /usr/local/include/boost/thread/xtime.hpp:14:0,
- from /usr/local/include/boost/thread/detail/thread.hpp:12,
- from /usr/local/include/boost/thread/thread.hpp:22,
- from /usr/local/include/boost/thread.hpp:13,
- from ghostdbmysql.cpp:36:
- /usr/local/include/boost/thread/thread_time.hpp:18:24: note: ‘boost::get_system_time’
- inline system_time get_system_time()
- ^
- In file included from /usr/local/include/boost/thread/detail/thread.hpp:12:0,
- from /usr/local/include/boost/thread/thread.hpp:22,
- from /usr/local/include/boost/thread.hpp:13,
- from ghostdbmysql.cpp:36:
- /usr/local/include/boost/thread/xtime.hpp: At global scope:
- /usr/local/include/boost/thread/xtime.hpp:88:1: error: expected declaration before ‘}’ token
- } // namespace boost
- ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement