Advertisement
Guest User

libboost1.49_thread compile error

a guest
Jan 5th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. ./b2 -tx thread
  2. ...patience...
  3. ...found 527 targets...
  4. ...updating 3 targets...
  5. gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.8/debug/threading-multi/pthread/thread.o
  6. In file included from ./boost/config.hpp:57:0,
  7. from ./boost/thread/detail/config.hpp:10,
  8. from libs/thread/src/pthread/thread.cpp:8:
  9. ./boost/optional/optional.hpp: In member function ‘void boost::optional_detail::optional_base<T>::construct(const Expr&, const boost::in_place_factory_base*)’:
  10. ./boost/static_assert.hpp:125:21: warning: typedef ‘boost_static_assert_typedef_355’ locally defined but not used [-Wunused-local-typedefs]
  11. BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
  12. ^
  13. ./boost/optional/optional.hpp:355:8: note: in expansion of macro ‘BOOST_STATIC_ASSERT’
  14. BOOST_STATIC_ASSERT ( ::boost::mpl::not_<is_reference_predicate>::value ) ;
  15. ^
  16. ./boost/optional/optional.hpp: In member function ‘void boost::optional_detail::optional_base<T>::construct(const Expr&, const boost::typed_in_place_factory_base*)’:
  17. ./boost/static_assert.hpp:125:21: warning: typedef ‘boost_static_assert_typedef_364’ locally defined but not used [-Wunused-local-typedefs]
  18. BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
  19. ^
  20. ./boost/optional/optional.hpp:364:8: note: in expansion of macro ‘BOOST_STATIC_ASSERT’
  21. BOOST_STATIC_ASSERT ( ::boost::mpl::not_<is_reference_predicate>::value ) ;
  22. ^
  23. In file included from ./boost/bind/bind.hpp:29:0,
  24. from ./boost/bind.hpp:22,
  25. from ./boost/thread/detail/thread.hpp:22,
  26. from ./boost/thread/thread.hpp:22,
  27. from libs/thread/src/pthread/thread.cpp:10:
  28. ./boost/bind/arg.hpp: In constructor ‘boost::arg<I>::arg(const T&)’:
  29. ./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs]
  30. typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
  31. ^
  32. gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.8/debug/threading-multi/pthread/once.o
  33. gcc.link.dll bin.v2/libs/thread/build/gcc-4.8/debug/threading-multi/libboost_thread.so.1.49.0
  34. ...updated 3 targets...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement