Guest User

cmake error

a guest
Jun 3rd, 2015
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. CMake Error: Error in cmake code at
  2. /Users/Guillaume/Desktop/VTK/CMake/ios.device.toolchain.cmake:90:
  3. Parse error. Function missing ending ")". Instead found unterminated string with text ")
  4. ".
  5. CMake Error at /opt/local/share/cmake-3.2/Modules/CMakeDetermineSystem.cmake:104 (message):
  6. Could not find toolchain file: CMake/ios.device.toolchain.cmake
  7. Call Stack (most recent call first):
  8. CMakeLists.txt:28 (project)
  9.  
  10.  
  11. CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
  12. Missing variable is:
  13. CMAKE_C_COMPILER_ENV_VAR
  14. CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
  15. Missing variable is:
  16. CMAKE_C_COMPILER
  17. CMake Error: Could not find cmake module file: /Users/Guillaume/Desktop/build/CMakeExternals/Build/vtk-ios-device/CMakeFiles/3.2.2/CMakeCCompiler.cmake
  18. CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
  19. Missing variable is:
  20. CMAKE_CXX_COMPILER_ENV_VAR
  21. CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
  22. Missing variable is:
  23. CMAKE_CXX_COMPILER
  24. CMake Error: Could not find cmake module file: /Users/Guillaume/Desktop/build/CMakeExternals/Build/vtk-ios-device/CMakeFiles/3.2.2/CMakeCXXCompiler.cmake
  25. CMake Error at CMakeLists.txt:28 (project):
  26. No CMAKE_C_COMPILER could be found.
  27.  
  28. Tell CMake where to find the compiler by setting the CMake cache entry
  29. CMAKE_C_COMPILER-- -- gcc found at: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc
  30. to the full path to the compiler, or to-- -- g++ found at: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++
  31. the compiler name
  32. if it is in the PATH.
  33.  
  34.  
  35. -- -- Using iOS SDK: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk
  36. CMake Error at CMakeLists.txt:28 (project):
  37. No CMAKE_CXX_COMPILER could be found.
  38.  
  39. Tell CMake where to find the compiler by setting the CMake cache entry
  40. CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler
  41. name if it is in the PATH.
  42.  
  43.  
  44. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
  45. CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
  46. -- Configuring incomplete, errors occurred!
  47. make[2]: *** [CMakeExternals/Prefix/vtk-ios-device/src/vtk-ios-device-stamp/vtk-ios-device-configure] Error 1
  48. make[1]: *** [CMakeFiles/vtk-ios-device.dir/all] Error 2
  49. make[1]: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment