|
楼主 |
发表于 2009-1-27 20:50:09
|
显示全部楼层
Determining if the C compiler works failed with the following output:
Change Dir: D:/OSG/CMakeFiles/CMakeTmp
Run Build Command:\MICROS~1.0\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec
Microsoft (R) Visual Studio 9.0.21022.8 版。
版权所有 (C) Microsoft Corp。保留所有权利。
------ 已启动生成: 项目: cmTryCompileExec, 配置: Debug Win32 ------
正在编译...
用于 80x86 的 Microsoft (R) 32 位 C/C++ 优化编译器 15.00.21022.08 版
版权所有(C) Microsoft Corporation。保留所有权利。
cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec.dir\Debug\\" /Fd"D:/osg/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec.pdb" /W3 /c /Zi /TC /Zm1000
.\testCCompiler.c
testCCompiler.c
.\testCCompiler.c : fatal error C1902: 程序数据库管理器不匹配;请检查安装
生成日志保存在“file://d:\osg\CMakeFiles\CMakeTmp\cmTryCompileExec.dir\Debug\BuildLog.htm”
cmTryCompileExec - 1 个错误,0 个警告
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
环境变量设置:
INCLUDE
D:\Microsoft Visual Studio 9.0\VC\include
LIB
D:\Microsoft Visual Studio 9.0\VC\LIB
PATH
D:\Microsoft Visual Studio 9.0\VC\bin;C:\WINDOWSXP\system32;C:\WINDOWSXP;C:\WINDOWSXP\System32\wbem
请问,如何做? |
|