Am Donnerstag, 30. Juni 2016 um 13:43:59, schrieb racoon <[email protected]>
> On 25.06.2016 20:41, Georg Baum wrote:
> > racoon wrote:
> >
> >> On 25.06.2016 18:16, Georg Baum wrote:
> >>>
> >>> You could also send me (privately please) the file C:\Program Files
> >>>
> > (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\Win32\PlatformToolsets\v140\Toolset.targets,
> >>> maybe I have then an idea about possible causes for the error message you
> >>> are seeing.
> >>
> >> I don't have a folder "Microsoft.Cpp" in
> >>
> >> C:\Program Files (x86)\MSBuild\
> >>
> >> I have a "Microsoft" folder there. But that does not contain any "v4.0"
> >> folder only "Windows Workflow Foundation".
> >
> > This is strange. This file created the error in the CMakeError.log you sent
> > some days ago. Maybe this directory does not exist anymore after you
> > reinstalled the SDK? If the current CMakeError.log looks different than the
> > one you sent already please send this one, maybe the platform SDK error is
> > fixed and we see a different one now.
> 
> Sorry for the delay. Attached is the new error log.
> 
> Daniel

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
        "[email protected]" <[email protected]>

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to