When i hit Configure it gives me this error! :S
i have installed:
Windows 7 32bit
Microsoft Visual Studio 10.0
MySQL 5.5
OpenSSL-Win32
Check for working C compiler using: Visual Studio 10
Check for working C compiler using: Visual Studio 10 -- broken
CMake Error at D:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
The C compiler "cl" is not able to compile a simple test program.
It fails with the following output:
Change Dir: D:/Program Files/TrinityBuild/CMakeFiles/CMakeTmp
Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
cmTryCompileExec.vcxproj /p:Configuration=Debug
Microsoft (R) Build Engine Version 4.0.30319.1
[Microsoft .NET Framework, Version 4.0.30319.1]
Copyright (C) Microsoft Corporation 2007. All rights reserved.
Build started 16-2-2011 14:46:07.
Project "D:\Program
Files\TrinityBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj" on node 1
(default targets).
InitializeBuildStatus:
Creating "cmTryCompileExec.dir\Debug\cmTryCompileExec.unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /nologo- /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"cmTryCompileExec.dir\Debug\\" /Fd"D:/Program Files/TrinityBuild/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c /Zm1000
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 /nologo- /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"cmTryCompileExec.dir\Debug\\" /Fd"D:/Program Files/TrinityBuild/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c /Zm1000
cl : Command line warning D9035: option 'nologo-' has been deprecated and
will be removed in a future release [D:\Program
Files\TrinityBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj]
testCCompiler.c
testCCompiler.c : fatal error C1033: cannot open program database ''
[D:\Program
Files\TrinityBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj]
Done Building Project "D:\Program
Files\TrinityBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj" (default
targets) -- FAILED.
Build FAILED.
"D:\Program
Files\TrinityBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj" (default
target) (1) ->
(ClCompile target) ->
cl : Command line warning D9035: option 'nologo-' has been deprecated and will be removed in a future release [D:\Program Files\TrinityBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj]
"D:\Program
Files\TrinityBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj" (default
target) (1) ->
(ClCompile target) ->
testCCompiler.c : fatal error C1033: cannot open program database '' [D:\Program Files\TrinityBuild\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj]
1 Warning(s)
1 Error(s)
Time Elapsed 00:00:01.05
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:12 (project)
Configuring incomplete, errors occurred!