On 30.06.2016 14:18, Kornel Benko wrote:
I cannot judge about microsoft. But this looks like fundamental error.
What you can do is:
1.) create a simple CMakeLists.txt file with content

        cmake_minimum_required(VERSION 2.6.4)
        project(foo)

2.) call "cmake ."

The output should look somehow like this (on linux)
        1.55 amd64.kornel 13:12 > cmake .
        -- The C compiler identification is GNU 4.8.4
        -- The CXX compiler identification is GNU 4.8.4
        -- Check for working C compiler: /usr/bin/cc
        -- Check for working C compiler: /usr/bin/cc -- works
        -- Detecting C compiler ABI info
        -- Detecting C compiler ABI info - done
        -- Detecting C compile features
        -- Detecting C compile features - done
        -- Check for working CXX compiler: /usr/bin/c++
        -- Check for working CXX compiler: /usr/bin/c++ -- works
        -- Detecting CXX compiler ABI info
        -- Detecting CXX compiler ABI info - done
        -- Detecting CXX compile features
        -- Detecting CXX compile features - done
        -- Configuring done
        -- Generating done
        -- Build files have been written to: /usr2/kornel/tmp/cmake

and post the errors to the cmake users list
        "cm...@cmake.org" <cm...@cmake.org>

Mine looks like this:

-- Building for: Visual Studio 14 2015
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:2 (project):
  No CMAKE_C_COMPILER could be found.



CMake Error at CMakeLists.txt:2 (project):
  No CMAKE_CXX_COMPILER could be found.



-- Configuring incomplete, errors occurred!
See also "C:/LyX/CMakeFiles/CMakeOutput.log".
See also "C:/LyX/CMakeFiles/CMakeError.log".


I have to stop this project for a while. It seems just a bit too cumbersome.

Daniel

Reply via email to