Advertisement
dalvorsn

Untitled

Feb 7th, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:694 (file):
  2. file Internal CMake error when trying to open file:
  3. C:/Users/Dalvo/Downloads/boost_1_47_0/boost/boost/version.hpp for reading.
  4. Call Stack (most recent call first):
  5. src/framework/CMakeLists.txt:21 (FIND_PACKAGE)
  6. CMakeLists.txt:4 (INCLUDE)
  7.  
  8.  
  9. CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:707 (math):
  10. math cannot parse the expression: " / 100000": syntax error, unexpected
  11. exp_DIVIDE, expecting exp_OPENPARENT or exp_NUMBER (2)
  12. Call Stack (most recent call first):
  13. src/framework/CMakeLists.txt:21 (FIND_PACKAGE)
  14. CMakeLists.txt:4 (INCLUDE)
  15.  
  16.  
  17. CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:708 (math):
  18. math cannot parse the expression: " / 100 % 1000": syntax error, unexpected
  19. exp_DIVIDE, expecting exp_OPENPARENT or exp_NUMBER (2)
  20. Call Stack (most recent call first):
  21. src/framework/CMakeLists.txt:21 (FIND_PACKAGE)
  22. CMakeLists.txt:4 (INCLUDE)
  23.  
  24.  
  25. CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:709 (math):
  26. math cannot parse the expression: " % 100": syntax error, unexpected
  27. exp_MOD, expecting exp_OPENPARENT or exp_NUMBER (2)
  28. Call Stack (most recent call first):
  29. src/framework/CMakeLists.txt:21 (FIND_PACKAGE)
  30. CMakeLists.txt:4 (INCLUDE)
  31.  
  32.  
  33. CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1199 (message):
  34. Unable to find the requested Boost libraries.
  35.  
  36. Boost version: ..
  37.  
  38. Boost include path: C:/Users/Dalvo/Downloads/boost_1_47_0/boost
  39.  
  40. The following Boost libraries could not be found:
  41.  
  42. boost_system
  43.  
  44. No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
  45. directory containing Boost libraries or BOOST_ROOT to the location of
  46. Boost.
  47. Call Stack (most recent call first):
  48. src/framework/CMakeLists.txt:21 (FIND_PACKAGE)
  49. CMakeLists.txt:4 (INCLUDE)
  50.  
  51.  
  52. Build type: Debug
  53. Renderer: OpenGL
  54. Crash handler: OFF
  55. Disable windows console: ON
  56. Protocol: 861
  57. Bot protection: OFF
  58. Use precompiled header: ON
  59. Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement