Advertisement
Guest User

Untitled

a guest
Sep 30th, 2011
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 1.87 KB | None | 0 0
  1. CMake Error: cmListFileCache: error can not open file C:/Users/Alec Taylor/Projects/a1241
  2. CMake Error: Could not find cmake module file:
  3. CMake Error: Could not find cmake module file:C:/Users/Alec Taylor/Projects/a1241/Build/CMakeFiles/CMakePrototypeCompiler.cmake
  4. CMake Error: Could not find cmake module file:CMakePrototypeInformation.cmake
  5. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1135 (message):
  6.   Unable to find the requested Boost libraries.
  7.  
  8.   Unable to find the Boost header files.  Please set BOOST_ROOT to the root
  9.   directory containing Boost or BOOST_INCLUDEDIR to the directory containing
  10.   Boost's headers.
  11. Call Stack (most recent call first):
  12.   CMakeLists.txt:5 (find_package)
  13.  
  14.  
  15. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  16. Please set them or make sure they are set and tested correctly in the CMake files:
  17. Boost_DATE_TIME_LIBRARY (ADVANCED)
  18.     linked by target "hellotest" in directory C:/Users/Alec Taylor/Projects/a1241
  19. Boost_FILESYSTEM_LIBRARY (ADVANCED)
  20.     linked by target "hellotest" in directory C:/Users/Alec Taylor/Projects/a1241
  21. Boost_INCLUDE_DIR (ADVANCED)
  22.    used as include directory in directory C:/Users/Alec Taylor/Projects/a1241
  23. Boost_PROGRAM_OPTIONS_LIBRARY (ADVANCED)
  24.     linked by target "hellotest" in directory C:/Users/Alec Taylor/Projects/a1241
  25. Boost_REGEX_LIBRARY (ADVANCED)
  26.     linked by target "hellotest" in directory C:/Users/Alec Taylor/Projects/a1241
  27. Boost_SIGNALS_LIBRARY (ADVANCED)
  28.     linked by target "hellotest" in directory C:/Users/Alec Taylor/Projects/a1241
  29. Boost_SYSTEM_LIBRARY (ADVANCED)
  30.     linked by target "hellotest" in directory C:/Users/Alec Taylor/Projects/a1241
  31. Boost_THREAD_LIBRARY (ADVANCED)
  32.     linked by target "hellotest" in directory C:/Users/Alec Taylor/Projects/a1241
  33.  
  34. Configuring incomplete, errors occurred!
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement