decimusphostle

Untitled

Aug 29th, 2011
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. cmake_build_dir$ more CMakeCache.txt
  2. ...
  3.  
  4. //Path to a file.
  5. Boost_INCLUDE_DIR:PATH=/home/dp/projects/wesnoth/lib/include/
  6. ...
  7.  
  8. $ $ ll /home/dp/projects/wesnoth/lib/include/boost/unordered_map.hpp
  9. -rw-r--r-- 1 dp staff 550 2011-04-20 16:13 /home/dp/projects/wesnoth/lib/include/boost/unordered_map.hpp
  10.  
  11. ---
  12.  
  13. Compilation error:
  14.  
  15. ...
  16. from /home/dp/projects/wesnoth/src/wesnoth/src/arrow.cpp:21:
  17. /home/dp/projects/wesnoth/src/wesnoth/src/map_location.hpp:27:35: error: boost/unordered_map.hpp: No such file or directory
  18. In file included from /home/dp/projects/wesnoth/src/wesnoth/src/unit.hpp:23,
  19. dp
  20. ...
Advertisement
Add Comment
Please, Sign In to add comment