Hello,
For some reason when ever I try to generate the project files I keep getting this error
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "c:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/bin/cl.exe" is not able to compile a simple test program.
It fails with the following output:
Change Dir: C:/Trinity/CMakeFiles/CMakeTmp
Run Build Command:C:WindowsMicrosoft.NETFrameworkv4.0.30319MSBuild.exe
cmTryCompileExec2796812712.vcxproj /p:Configuration=Debug
/p:VisualStudioVersion=10.0
Microsoft (R) Build Engine version 4.0.30319.17929
[Microsoft .NET Framework, version 4.0.30319.18034]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 6/6/2013 4:56:19 PM.
Project "C:TrinityCMakeFilesCMakeTmpcmTryCompileExec2796812712.vcxproj"
on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTryCompileExec2796812712.dirDebug".
Creating directory "C:TrinityCMakeFilesCMakeTmpDebug".
InitializeBuildStatus:
Creating "cmTryCompileExec2796812712.dirDebugcmTryCompileExec2796812712.unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
c:Program Files (x86)Microsoft Visual Studio 10.0VCbinCL.exe /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"cmTryCompileExec2796812712.dirDebug" /Fd"C:/Trinity/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2796812712.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
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"cmTryCompileExec2796812712.dirDebug" /Fd"C:/Trinity/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2796812712.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
testCCompiler.c
ManifestResourceCompile:
C:Program Files (x86)Microsoft SDKsWindowsv7.0Abinrc.exe /nologo /fo"cmTryCompileExec2796812712.dirDebugcmTryCompileExec2796812712.exe.embed.manifest.res" cmTryCompileExec2796812712.dirDebugcmTryCompileExec2796812712_manifest.rc
Link:
c:Program Files (x86)Microsoft Visual Studio 10.0VCbinlink.exe /ERRORREPORT:QUEUE /OUT:"C:TrinityCMakeFilesCMakeTmpDebugcmTryCompileExec2796812712.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /ManifestFile:"cmTryCompileExec2796812712.dirDebugcmTryCompileExec2796812712.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/Trinity/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2796812712.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Trinity/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2796812712.lib" /MACHINE:X86 cmTryCompileExec2796812712.dirDebugcmTryCompileExec2796812712.exe.embed.manifest.res
cmTryCompileExec2796812712.dirDebugtestCCompiler.obj /machine:X86 /debug
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid
or corrupt
[C:TrinityCMakeFilesCMakeTmpcmTryCompileExec2796812712.vcxproj]
Done Building Project
"C:TrinityCMakeFilesCMakeTmpcmTryCompileExec2796812712.vcxproj"
(default targets) -- FAILED.
Build FAILED.
"C:TrinityCMakeFilesCMakeTmpcmTryCompileExec2796812712.vcxproj"
(default target) (1) ->
(Link target) ->
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:TrinityCMakeFilesCMakeTmpcmTryCompileExec2796812712.vcxproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.42
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:12 (project)
Configuring incomplete, errors occurred!
Is there a problem with my Visual Studio or is it something different?