Advertisement
Guest User

Untitled

a guest
Feb 8th, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.68 KB | None | 0 0
  1. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:
  2. In function ‘void boost::<unnamed>::create_current_thread_tls_key()’:
  3. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:64:37:
  4. error: ‘tss_cleanup_implemented’ was not declared in this scope
  5. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:
  6. In member function ‘void boost::thread::start_thread()’:
  7. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:220:127:
  8. error: ‘struct boost::detail::thread_data_base’ has no member named ‘id’
  9. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:225:48:
  10. error: ‘intrusive_ptr_add_ref’ was not declared in this scope
  11. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:226:45:
  12. error: ‘boost::detail::win32’ has not been declared
  13. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:
  14. In member function ‘void boost::thread::start_thread(const
  15. boost::thread::attributes&)’:
  16. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:233:172:
  17. error: ‘struct boost::detail::thread_data_base’ has no member named ‘id’
  18. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:238:46:
  19. error: ‘intrusive_ptr_add_ref’ was not declared in this scope
  20. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:239:43:
  21. error: ‘boost::detail::win32’ has not been declared
  22. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:
  23. In constructor
  24. ‘boost::<unnamed>::externally_launched_thread::externally_launched_thread()’:
  25. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:254:19:
  26. error: ‘count’ was not declared in this scope
  27. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:255:17:
  28. error: ‘interruption_enabled’ was not declared in this scope
  29. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:
  30. In member function ‘boost::thread::id boost::thread::get_id() const’:
  31. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:303:51:
  32. error: ‘struct boost::detail::thread_data_base’ has no member named ‘id’
  33. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:
  34. In member function ‘void boost::thread::join()’:
  35. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:323:13:
  36. error: ‘interruptible_wait’ is not a member of ‘boost::this_thread’
  37. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:323:86:
  38. error: ‘boost::detail::timeout’ has not been declared
  39. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:
  40. At global scope:
  41. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:334:10:
  42. error: redefinition of ‘bool boost::thread::timed_join(const
  43. boost::system_time&)’
  44. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/thread/detail/thread.hpp:385:14:
  45. error: ‘bool boost::thread::timed_join(const boost::system_time&)’ previously
  46. defined here
  47. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:339:10:
  48. error: prototype for ‘bool boost::thread::do_try_join_until(uintmax_t)’ does
  49. not match any in class ‘boost::thread’
  50. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/thread/detail/thread.hpp:403:14:
  51. error: candidate is: bool boost::thread::do_try_join_until(const timespec&)
  52. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:
  53. In member function ‘void boost::thread::release_handle()’:
  54. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:370:21:
  55. error: no match for ‘operator=’ in
  56. ‘((boost::thread*)this)->boost::thread::thread_info = 0’
  57. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/smart_ptr/shared_ptr.hpp:309:18:
  58. note: candidate is: boost::shared_ptr<T>&
  59. boost::shared_ptr<T>::operator=(const boost::shared_ptr<T>&) [with T =
  60. boost::detail::thread_data_base, boost::shared_ptr<T> =
  61. boost::shared_ptr<boost::detail::thread_data_base>]
  62. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:
  63. In member function ‘void boost::thread::interrupt()’:
  64. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:378:32:
  65. error: ‘struct boost::detail::thread_data_base’ has no member named
  66. ‘interrupt’
  67. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:
  68. In member function ‘bool boost::thread::interruption_requested() const’:
  69. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:385:52:
  70. error: ‘boost::detail::win32’ has not been declared
  71. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:385:98:
  72. error: ‘struct boost::detail::thread_data_base’ has no member named
  73. ‘interruption_handle’
  74. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:
  75. In member function ‘__pthread_t* boost::thread::native_handle()’:
  76. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:398:43:
  77. error: ‘boost::detail::win32’ has not been declared
  78. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:398:57:
  79. error: expected ‘:’ before ‘local_thread_info’
  80. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:398:89:
  81. error: expected ‘;’ before ‘:’ token
  82. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:398:89:
  83. error: expected primary-expression before ‘:’ token
  84. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:398:89:
  85. error: expected ‘;’ before ‘:’ token
  86. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:
  87. At global scope:
  88. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:410:40:
  89. error: ‘timeout’ is not a member of ‘boost::detail’
  90. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:411:13:
  91. error: expected ‘,’ or ‘;’ before ‘{’ token
  92. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:725:1:
  93. error: expected ‘}’ at end of input
  94. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:725:1:
  95. error: expected ‘}’ at end of input
  96. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:725:1:
  97. error: expected ‘}’ at end of input
  98. In file included from
  99. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/smart_ptr/shared_ptr.hpp:32:0,
  100. from
  101. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/shared_ptr.hpp:17,
  102. from
  103. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/date_time/time_clock.hpp:17,
  104. from
  105. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/thread/thread_time.hpp:9,
  106. from
  107. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/thread/locks.hpp:14,
  108. from
  109. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/thread/pthread/thread_data.hpp:11,
  110. from
  111. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/thread/thread.hpp:17,
  112. from
  113. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:15:
  114. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/smart_ptr/detail/shared_count.hpp:
  115. In constructor ‘boost::detail::shared_count::shared_count(P, D) [with P =
  116. boost::detail::thread_data_base*, D = bool]’:
  117. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/smart_ptr/shared_ptr.hpp:194:70:
  118. instantiated from ‘boost::shared_ptr<T>::shared_ptr(Y*, D) [with Y =
  119. boost::detail::thread_data_base, D = bool, T =
  120. boost::detail::thread_data_base]’
  121. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:154:88:
  122. instantiated from here
  123. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/smart_ptr/detail/shared_count.hpp:132:13:
  124. error: ‘d’ cannot be used as a function
  125. In file included from
  126. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/smart_ptr/detail/shared_count.hpp:30:0,
  127. from
  128. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/smart_ptr/shared_ptr.hpp:32,
  129. from
  130. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/shared_ptr.hpp:17,
  131. from
  132. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/date_time/time_clock.hpp:17,
  133. from
  134. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/thread/thread_time.hpp:9,
  135. from
  136. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/thread/locks.hpp:14,
  137. from
  138. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/thread/pthread/thread_data.hpp:11,
  139. from
  140. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/thread/thread.hpp:17,
  141. from
  142. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:15:
  143. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/smart_ptr/detail/sp_counted_impl.hpp:
  144. In member function ‘void boost::detail::sp_counted_impl_pd<P, D>::dispose()
  145. [with P = boost::detail::thread_data_base*, D = bool]’:
  146. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/thread/src/win32/thread.cpp:725:1:
  147. instantiated from here
  148. /home/user003/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/smart_ptr/detail/sp_counted_impl.hpp:148:9:
  149. error: ‘((boost::detail::sp_counted_impl_pd<boost::detail::thread_data_base*,
  150. bool>*)this)->boost::detail::sp_counted_impl_pd<boost::detail::thread_data_base*,
  151. bool>::del’ cannot be used as a function
  152. BoostParts/CMakeFiles/BoostParts.dir/build.make:2403: recipe for target
  153. `BoostParts/CMakeFiles/BoostParts.dir/libs/thread/src/win32/thread.cpp.o'
  154. failed
  155. make[2]: ***
  156. [BoostParts/CMakeFiles/BoostParts.dir/libs/thread/src/win32/thread.cpp.o]
  157. Error 1
  158. CMakeFiles/Makefile2:78: recipe for target
  159. `BoostParts/CMakeFiles/BoostParts.dir/all' failed
  160. make[1]: *** [BoostParts/CMakeFiles/BoostParts.dir/all] Error 2
  161. Makefile:75: recipe for target `all' failed
  162. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement