Advertisement
Guest User

Untitled

a guest
Jul 27th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. CMake Error at C:/Users/chenning/cmake-2.8.8-win32-x86/share/cmake-2.8/Modules/F
  2. indBoost.cmake:1200 (message):
  3. Unable to find the requested Boost libraries.
  4.  
  5. Boost version: 1.50.0
  6.  
  7. Boost include path: C:/boost
  8.  
  9. The following Boost libraries could not be found:
  10.  
  11. boost_thread
  12.  
  13. No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
  14. directory containing Boost libraries or BOOST_ROOT to the location of
  15. Boost.
  16. Call Stack (most recent call first):
  17. cmake/common.cmake:90 (find_package)
  18. CMakeLists.txt:74 (add_boost_library)
  19.  
  20.  
  21. CMake Error at C:/Users/chenning/cmake-2.8.8-win32-x86/share/cmake-2.8/Modules/F
  22. indBoost.cmake:1200 (message):
  23. Unable to find the requested Boost libraries.
  24.  
  25. Boost version: 1.50.0
  26.  
  27. Boost include path: C:/boost
  28.  
  29. The following Boost libraries could not be found:
  30.  
  31. boost_system
  32.  
  33. No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
  34. directory containing Boost libraries or BOOST_ROOT to the location of
  35. Boost.
  36. Call Stack (most recent call first):
  37. cmake/common.cmake:90 (find_package)
  38. CMakeLists.txt:75 (add_boost_library)
  39.  
  40.  
  41. CMake Error at C:/Users/chenning/cmake-2.8.8-win32-x86/share/cmake-2.8/Modules/F
  42. indBoost.cmake:1200 (message):
  43. Unable to find the requested Boost libraries.
  44.  
  45. Boost version: 1.50.0
  46.  
  47. Boost include path: C:/boost
  48.  
  49. The following Boost libraries could not be found:
  50.  
  51. boost_date_time
  52.  
  53. No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
  54. directory containing Boost libraries or BOOST_ROOT to the location of
  55. Boost.
  56. Call Stack (most recent call first):
  57. cmake/common.cmake:90 (find_package)
  58. CMakeLists.txt:77 (add_boost_library)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement