Hello,
I attached the contents of the CMakeError.log below.
I ll try to configure my system the way you suggest next.
Many thanks for your help,
Bernhard
Determining if the C compiler works failed with the following output:
Change Dir: C:/Users/bernhard/Documents/Visual Studio 2010/Projects/optix301/build/CMakeFiles/CMakeTmp
Run Build Command:c:\PROGRA~2\MICROS~2.0\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec4022543123
Microsoft (R) Visual Studio Version 10.0.30319.1.
Copyright (C) Microsoft Corp. All rights reserved.
1>------ Build started: Project: cmTryCompileExec4022543123, Configuration: Debug Win32 ------
1>Build started 16/08/2013 16:51:05.
1>PrepareForBuild:
1> Creating directory "C:\Users\bernhard\Documents\Visual Studio 2010\Projects\optix301\build\CMakeFiles\CMakeTmp\Debug".
1>InitializeBuildStatus:
1> Creating “cmTryCompileExec4022543123.dir\Debug\cmTryCompileExec4022543123.unsuccessfulbuild” because “AlwaysCreate” was specified.
1>ClCompile:
1> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
1> Copyright (C) Microsoft Corporation. All rights reserved.
1>
1> cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec4022543123.dir\Debug\" /Fd"C:/Users/bernhard/Documents/Visual Studio 2010/Projects/optix301/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec4022543123.pdb" /Gd /TC /analyze- /errorReport:prompt testCCompiler.c /Zm1000
1>
1> testCCompiler.c
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.47
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========