Advertisement
yumetodo

boost1.62.0shardbuilderror_ubuntu

Oct 6th, 2016
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. $ ./b2 threading=multi variant=debug,release link=shared runtime-link=shared address-model=64 architecture=x86 -j 4 -s BZIP2_SOURCE=~/ダウンロード/bzip2-1.0.6 -s ZLIB_SOURCE=~/ダウンロード/zlib-1.2.8 cxxflags="-std=c++14"
  2. - symlinks supported : yes
  3. - C++11 mutex : yes
  4. - lockfree boost::atomic_flag : yes
  5. - Boost.Config Feature Check: cxx11_auto_declarations : yes
  6. - Boost.Config Feature Check: cxx11_constexpr : yes
  7. - Boost.Config Feature Check: cxx11_defaulted_functions : yes
  8. - Boost.Config Feature Check: cxx11_final : yes
  9. - Boost.Config Feature Check: cxx11_hdr_tuple : yes
  10. - Boost.Config Feature Check: cxx11_lambdas : yes
  11. - Boost.Config Feature Check: cxx11_noexcept : yes
  12. - Boost.Config Feature Check: cxx11_nullptr : yes
  13. - Boost.Config Feature Check: cxx11_rvalue_references : yes
  14. - Boost.Config Feature Check: cxx11_template_aliases : yes
  15. - Boost.Config Feature Check: cxx11_thread_local : yes
  16. - Boost.Config Feature Check: cxx11_variadic_templates : yes
  17. - has_icu builds : yes
  18. - iconv (libc) : yes
  19. - icu : yes
  20. - native-atomic-int32-supported : yes
  21. - pthread-supports-robust-mutexes : yes
  22. - compiler-supports-visibility : yes
  23. - compiler-supports-ssse3 : yes
  24. - compiler-supports-avx2 : yes
  25. - gcc visibility : yes
  26. - long double support : yes
  27. error: Name clash for '<pstage/lib>libboost_atomic.so.1.62.0'
  28. error:
  29. error: Tried to build the target twice, with property sets having
  30. error: these incompatible properties:
  31. error:
  32. error: - <debug-symbols>on <inlining>off <optimization>off <runtime-debugging>on <variant>debug
  33. error: - <debug-symbols>off <define>NDEBUG <inlining>full <optimization>speed <runtime-debugging>off <variant>release
  34. error:
  35. error: Please make sure to have consistent requirements for these
  36. error: properties everywhere in your project, especially for install
  37. error: targets.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement