|
The C compiler identification is MSVC 16.0.30319.1
The CXX compiler identification is MSVC 16.0.30319.1
Check for working C compiler using: Visual Studio 10 2010
Check for working C compiler using: Visual Studio 10 2010 -- broken
CMake Error at F:/Program Files/CMake/share/cmake-3.4/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "F:/vs2010/VC/bin/cl.exe" is not able to compile a simple
test program.
It fails with the following output:
Change Dir: I:/OSG1/OpenSceneGraph-3.2.0/build/CMakeFiles/CMakeTmp
Run Build
Command:"C:/windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe"
"cmTC_c2e9f.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=10.0"
Microsoft(R) ���������汾 4.0.30319.18408
[Microsoft .NET Framework �汾 4.0.30319.18408]
��Ȩ����(C) Microsoft Corporation 2007����������Ȩ����
��������ʱ��Ϊ 04/03/2016 20:38:25��
�ڵ� 1
�ϵ���Ŀ��I:\OSG1\OpenSceneGraph-3.2.0\build\CMakeFiles\CMakeTmp\cmTC_c2e9f.vcxproj��(Ĭ��Ŀ��)��
PrepareForBuild:
���ڴ���Ŀ¼��cmTC_c2e9f.dir\Debug\����
���ڴ���Ŀ¼��I:\OSG1\OpenSceneGraph-3.2.0\build\CMakeFiles\CMakeTmp\Debug\����
InitializeBuildStatus:
���ڴ�����cmTC_c2e9f.dir\Debug\cmTC_c2e9f.unsuccessfulbuild������Ϊ��ָ����AlwaysCreate����
ClCompile:
F:\vs2010\VC\bin\CL.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"cmTC_c2e9f.dir\Debug\\" /Fd"cmTC_c2e9f.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
���� 80x86 �� Microsoft (R) 32 λ C/C++ �Ż������� 16.00.30319.01 ��
��Ȩ����(C) Microsoft Corporation����������Ȩ����
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"cmTC_c2e9f.dir\Debug\\" /Fd"cmTC_c2e9f.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
testCCompiler.c
ManifestResourceCompile:
C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"cmTC_c2e9f.dir\Debug\cmTC_c2e9f.exe.embed.manifest.res" cmTC_c2e9f.dir\Debug\cmTC_c2e9f_manifest.rc
Link:
F:\vs2010\VC\bin\link.exe /ERRORREPORTUEUE /OUT:"I:\OSG1\OpenSceneGraph-3.2.0\build\CMakeFiles\CMakeTmp\Debug\cmTC_c2e9f.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:"cmTC_c2e9f.dir\Debug\cmTC_c2e9f.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"I:/OSG1/OpenSceneGraph-3.2.0/build/CMakeFiles/CMakeTmp/Debug/cmTC_c2e9f.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"I:/OSG1/OpenSceneGraph-3.2.0/build/CMakeFiles/CMakeTmp/Debug/cmTC_c2e9f.lib" /MACHINE:X86 cmTC_c2e9f.dir\Debug\cmTC_c2e9f.exe.embed.manifest.res
cmTC_c2e9f.dir\Debug\testCCompiler.obj /machine:X86 /debug
LINK : fatal error LNK1123:
[I:\OSG1\OpenSceneGraph-3.2.0\build\CMakeFiles\CMakeTmp\cmTC_c2e9f.vcxproj]
������������Ŀ��I:\OSG1\OpenSceneGraph-3.2.0\build\CMakeFiles\CMakeTmp\cmTC_c2e9f.vcxproj��(Ĭ��Ŀ��)�IJ���
- ʧ�ܡ�
����ʧ�ܡ�
��I:\OSG1\OpenSceneGraph-3.2.0\build\CMakeFiles\CMakeTmp\cmTC_c2e9f.vcxproj��(Ĭ��Ŀ��)
(1) ->
(Link Ŀ��) ->
LINK : fatal error LNK1123: [I:\OSG1\OpenSceneGraph-3.2.0\build\CMakeFiles\CMakeTmp\cmTC_c2e9f.vcxproj]
0 ���
1 ������
����ʱ�� 00:00:06.26
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:47 (PROJECT)
Configuring incomplete, errors occurred!
See also "I:/OSG1/OpenSceneGraph-3.2.0/build/CMakeFiles/CMakeOutput.log".
See also "I:/OSG1/OpenSceneGraph-3.2.0/build/CMakeFiles/CMakeError.log". |
|