Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CMake Error: Error in cmake code at
- /Users/Guillaume/Desktop/VTK/CMake/ios.device.toolchain.cmake:90:
- Parse error. Function missing ending ")". Instead found unterminated string with text ")
- ".
- CMake Error at /opt/local/share/cmake-3.2/Modules/CMakeDetermineSystem.cmake:104 (message):
- Could not find toolchain file: CMake/ios.device.toolchain.cmake
- Call Stack (most recent call first):
- CMakeLists.txt:28 (project)
- CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
- Missing variable is:
- CMAKE_C_COMPILER_ENV_VAR
- CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
- Missing variable is:
- CMAKE_C_COMPILER
- CMake Error: Could not find cmake module file: /Users/Guillaume/Desktop/build/CMakeExternals/Build/vtk-ios-device/CMakeFiles/3.2.2/CMakeCCompiler.cmake
- CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
- Missing variable is:
- CMAKE_CXX_COMPILER_ENV_VAR
- CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
- Missing variable is:
- CMAKE_CXX_COMPILER
- CMake Error: Could not find cmake module file: /Users/Guillaume/Desktop/build/CMakeExternals/Build/vtk-ios-device/CMakeFiles/3.2.2/CMakeCXXCompiler.cmake
- CMake Error at CMakeLists.txt:28 (project):
- No CMAKE_C_COMPILER could be found.
- Tell CMake where to find the compiler by setting the CMake cache entry
- CMAKE_C_COMPILER-- -- gcc found at: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc
- to the full path to the compiler, or to-- -- g++ found at: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++
- the compiler name
- if it is in the PATH.
- -- -- Using iOS SDK: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk
- CMake Error at CMakeLists.txt:28 (project):
- No CMAKE_CXX_COMPILER could be found.
- Tell CMake where to find the compiler by setting the CMake cache entry
- CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler
- name if it is in the PATH.
- CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
- CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
- -- Configuring incomplete, errors occurred!
- make[2]: *** [CMakeExternals/Prefix/vtk-ios-device/src/vtk-ios-device-stamp/vtk-ios-device-configure] Error 1
- make[1]: *** [CMakeFiles/vtk-ios-device.dir/all] Error 2
- make[1]: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment