Advertisement
Guest User

Untitled

a guest
Oct 1st, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1202 (message):
  2. Unable to find the requested Boost libraries.
  3.  
  4. Unable to find the Boost header files. Please set BOOST_ROOT to the root
  5. directory containing Boost or BOOST_INCLUDEDIR to the directory containing
  6. Boost's headers.
  7. Call Stack (most recent call first):
  8. CMakeLists.txt:12 (find_package)
  9.  
  10.  
  11. -- checking for module 'sqlite3'
  12. -- package 'sqlite3' not found
  13. CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
  14. A required package was not found
  15. Call Stack (most recent call first):
  16. /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
  17. CMakeLists.txt:16 (pkg_check_modules)
  18.  
  19.  
  20. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  21. Please set them or make sure they are set and tested correctly in the CMake files:
  22. Boost_INCLUDE_DIR (ADVANCED)
  23. used as include directory in directory /dat-ext/dat/liv/tmp/fragview-0.1.1
  24.  
  25. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement