Any idea what is going on here?
-------------------------
rob@DESKTOP-QG4Q9DB:~/itpp-4.3.1/build$ cmake ..
CMake Error: Parse error in cache file /home/rob/itpp-4.3.1/build/CMakeCache.txt. Offending entry: CMAKE_NUMBER_OF_LOCAL_GENERATORS
-- The C compiler identification is unknown
CMake Error at /usr/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake:186 (configure_file):
configure_file Problem configuring file
Call Stack (most recent call first):
CMakeLists.txt:32 (project)
-- The CXX compiler identification is unknown
CMake Error at /usr/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake:185 (configure_file):
configure_file Problem configuring file
Call Stack (most recent call first):
CMakeLists.txt:32 (project)
-- Check for working C compiler: /usr/bin/cc
CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:47 (try_compile):
Unknown extension ".c" for file
/home/rob/itpp-4.3.1/build/CMakeFiles/CMakeTmp/testCCompiler.c
try_compile() works only for enabled languages. Currently these are:
C CXX
See project() command to enable other languages.
Call Stack (most recent call first):
CMakeLists.txt:32 (project)
-- Check for working C compiler: /usr/bin/cc -- broken
CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "/usr/bin/cc" is not able to compile a simple test program.
It fails with the following output:
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:32 (project)
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Configuring incomplete, errors occurred!
See also "/home/rob/itpp-4.3.1/build/CMakeFiles/CMakeOutput.log".
See also "/home/rob/itpp-4.3.1/build/CMakeFiles/CMakeError.log".
rob@DESKTOP-QG4Q9DB:~/itpp-4.3.1/build$
------------------
Windows 10 Home Insider Preview
Build 14342.rs1_release.160506-1708
↧