Advertisement
Guest User

Untitled

a guest
Jan 10th, 2015
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. CMake Error at D:/Program Files/cmake-3.1.0-win32-x86/share/cmake-3.1/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
  2. Could NOT find GLEW (missing: GLEW_INCLUDE_DIR GLEW_LIBRARY)
  3. Call Stack (most recent call first):
  4. D:/Program Files/cmake-3.1.0-win32-x86/share/cmake-3.1/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
  5. D:/Program Files/cmake-3.1.0-win32-x86/share/cmake-3.1/Modules/FindGLEW.cmake:44 (find_package_handle_standard_args)
  6. cmake/Modules/CocosBuildHelpers.cmake:44 (find_package)
  7. CMakeLists.txt:158 (cocos_find_package)
  8.  
  9. CMake Warning (dev) at cmake/Modules/CocosBuildHelpers.cmake:153 (elseif):
  10. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  11. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  12. details. Use the cmake_policy command to set the policy and suppress this
  13. warning.
  14.  
  15. Quoted variables like "MSVC" will no longer be dereferenced when the policy
  16. is set to NEW. Since the policy is not set the OLD behavior will be used.
  17. Call Stack (most recent call first):
  18. CMakeLists.txt:38 (include)
  19. This warning is for project developers. Use -Wno-dev to suppress it.
  20.  
  21. CMake Warning (dev) at cmake/Modules/CocosBuildHelpers.cmake:155 (elseif):
  22. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  23. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  24. details. Use the cmake_policy command to set the policy and suppress this
  25. warning.
  26.  
  27. Quoted variables like "MSVC" will no longer be dereferenced when the policy
  28. is set to NEW. Since the policy is not set the OLD behavior will be used.
  29. Call Stack (most recent call first):
  30. CMakeLists.txt:38 (include)
  31. This warning is for project developers. Use -Wno-dev to suppress it.
  32.  
  33. It appears you are builing natively for Windows Desktop with Visual Studio C++
  34.  
  35. CMake Warning (dev) at cmake/Modules/CocosBuildHelpers.cmake:147 (elseif):
  36. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  37. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  38. details. Use the cmake_policy command to set the policy and suppress this
  39. warning.
  40.  
  41. Quoted variables like "MSVC" will no longer be dereferenced when the policy
  42. is set to NEW. Since the policy is not set the OLD behavior will be used.
  43. Call Stack (most recent call first):
  44. CMakeLists.txt:38 (include)
  45. This warning is for project developers. Use -Wno-dev to suppress it.
  46.  
  47. CMake Warning (dev) at cmake/Modules/CocosBuildHelpers.cmake:144 (if):
  48. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  49. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  50. details. Use the cmake_policy command to set the policy and suppress this
  51. warning.
  52.  
  53. Quoted variables like "MSVC" will no longer be dereferenced when the policy
  54. is set to NEW. Since the policy is not set the OLD behavior will be used.
  55. Call Stack (most recent call first):
  56. CMakeLists.txt:38 (include)
  57. This warning is for project developers. Use -Wno-dev to suppress it.
  58. -- The C compiler identification is MSVC 18.0.31101.0
  59. -- The CXX compiler identification is MSVC 18.0.31101.0
  60. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/cl.exe
  61. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/cl.exe -- works
  62. -- Detecting C compiler ABI info
  63. -- Detecting C compiler ABI info - done
  64. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/cl.exe
  65. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/cl.exe -- works
  66. -- Detecting CXX compiler ABI info
  67. -- Detecting CXX compiler ABI info - done
  68. -- Found OpenGL: opengl32
  69. -- OpenGL include dirs:
  70. -- Configuring incomplete, errors occurred!
  71. See also "D:/cocos2d-x-3.3-build1/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement