AndrzejL

Boost

Apr 1st, 2012
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. [andrzejl@icsserver build]$ make
  2. Scanning dependencies of target components
  3. [ 0%] Building CXX object components/CMakeFiles/components.dir/bsa/bsa_archive.cpp.o
  4. In file included from /usr/include/boost/filesystem.hpp:36:0,
  5. from /home/andrzejl/OpenMW/openmw/components/bsa/bsa_archive.hpp:25,
  6. from /home/andrzejl/OpenMW/openmw/components/bsa/bsa_archive.cpp:24:
  7. /usr/include/boost/filesystem/v3/operations.hpp: In member function ‘boost::filesystem3::directory_entry& boost::filesystem3::directory_iterator::dereference() const’:
  8. /usr/include/boost/filesystem/v3/operations.hpp:714:74: error: ‘BOOST_ASSERT_MSG’ was not declared in this scope
  9. In file included from /usr/include/boost/filesystem.hpp:36:0,
  10. from /home/andrzejl/OpenMW/openmw/components/bsa/bsa_archive.hpp:25,
  11. from /home/andrzejl/OpenMW/openmw/components/bsa/bsa_archive.cpp:24:
  12. /usr/include/boost/filesystem/v3/operations.hpp: In member function ‘void boost::filesystem3::detail::recur_dir_itr_imp::pop()’:
  13. /usr/include/boost/filesystem/v3/operations.hpp:818:63: error: ‘BOOST_ASSERT_MSG’ was not declared in this scope
  14. /usr/include/boost/filesystem/v3/operations.hpp: In member function ‘boost::filesystem3::recursive_directory_iterator& boost::filesystem3::recursive_directory_iterator::increment(boost::system::error_code&)’:
  15. /usr/include/boost/filesystem/v3/operations.hpp:879:58: error: ‘BOOST_ASSERT_MSG’ was not declared in this scope
  16. /usr/include/boost/filesystem/v3/operations.hpp: In member function ‘int boost::filesystem3::recursive_directory_iterator::level() const’:
  17. /usr/include/boost/filesystem/v3/operations.hpp:889:54: error: ‘BOOST_ASSERT_MSG’ was not declared in this scope
  18. /usr/include/boost/filesystem/v3/operations.hpp: In member function ‘bool boost::filesystem3::recursive_directory_iterator::no_push_pending() const’:
  19. /usr/include/boost/filesystem/v3/operations.hpp:896:69: error: ‘BOOST_ASSERT_MSG’ was not declared in this scope
  20. /usr/include/boost/filesystem/v3/operations.hpp: In member function ‘void boost::filesystem3::recursive_directory_iterator::pop()’:
  21. /usr/include/boost/filesystem/v3/operations.hpp:908:52: error: ‘BOOST_ASSERT_MSG’ was not declared in this scope
  22. /usr/include/boost/filesystem/v3/operations.hpp: In member function ‘void boost::filesystem3::recursive_directory_iterator::no_push(bool)’:
  23. /usr/include/boost/filesystem/v3/operations.hpp:916:56: error: ‘BOOST_ASSERT_MSG’ was not declared in this scope
  24. /usr/include/boost/filesystem/v3/operations.hpp: In member function ‘boost::filesystem3::file_status boost::filesystem3::recursive_directory_iterator::status() const’:
  25. /usr/include/boost/filesystem/v3/operations.hpp:926:55: error: ‘BOOST_ASSERT_MSG’ was not declared in this scope
  26. /usr/include/boost/filesystem/v3/operations.hpp: In member function ‘boost::filesystem3::file_status boost::filesystem3::recursive_directory_iterator::symlink_status() const’:
  27. /usr/include/boost/filesystem/v3/operations.hpp:933:63: error: ‘BOOST_ASSERT_MSG’ was not declared in this scope
  28. /usr/include/boost/filesystem/v3/operations.hpp: In member function ‘boost::filesystem3::directory_entry& boost::filesystem3::recursive_directory_iterator::dereference() const’:
  29. /usr/include/boost/filesystem/v3/operations.hpp:952:58: error: ‘BOOST_ASSERT_MSG’ was not declared in this scope
  30. /usr/include/boost/filesystem/v3/operations.hpp: In member function ‘void boost::filesystem3::recursive_directory_iterator::increment()’:
  31. /usr/include/boost/filesystem/v3/operations.hpp:959:56: error: ‘BOOST_ASSERT_MSG’ was not declared in this scope
  32. make[2]: *** [components/CMakeFiles/components.dir/bsa/bsa_archive.cpp.o] Error 1
  33. make[1]: *** [components/CMakeFiles/components.dir/all] Error 2
  34. make: *** [all] Error 2
  35. [andrzejl@icsserver build]$
Advertisement
Add Comment
Please, Sign In to add comment