<div dir="ltr"><br>Any one can advice plz???<br><div class="gmail_quote"><br><br><div dir="ltr">Yes the VC++ runs a simple code perfectly without the CMAKE <div>but I don&#39;t have the Microsoft Windows SDK   in the start menu and when i checked this link </div>
<div><br></div><div><a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms759194(v=vs.85).aspx" target="_blank">http://msdn.microsoft.com/en-us/library/windows/desktop/ms759194(v=vs.85).aspx</a> </div>
<div><br></div><div>it says install the Core SDK which I didn&#39;t find there. Any ideas which one shall I install??<div><div class="h5"><br><br><div class="gmail_quote">On 28 March 2012 01:01, David Cole <span dir="ltr">&lt;<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In the Start menu, do you have a &quot;Microsoft Windows SDK ...&quot;?<br>
<br>
If not, install it.<br>
<br>
If so, please verify that you can build a simple hello world command<br>
line Win32 app WITHOUT CMake before trying to use CMake. CMake needs<br>
Visual Studio to be able to build a simple app before it can be<br>
useful.<br>
<div><div><br>
<br>
On Tue, Mar 27, 2012 at 3:17 PM, Sweety Pie &lt;<a href="mailto:sweetyp198612@gmail.com" target="_blank">sweetyp198612@gmail.com</a>&gt; wrote:<br>
&gt; I have installed Cmake 2.8.7 but still the same error occures. How can I<br>
&gt; know whether the corresponding Windows Platform<br>
&gt; SDK installed is proper or not?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On 27 March 2012 15:33, David Cole &lt;<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Mar 27, 2012 at 4:37 AM, Sweety Pie &lt;<a href="mailto:sweetyp198612@gmail.com" target="_blank">sweetyp198612@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; The visual studio runs perfectly but the compiler in the Cmake shows<br>
&gt;&gt; &gt; this<br>
&gt;&gt; &gt; error:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Check for working C compiler using: Visual Studio 10<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Check for working C compiler using: Visual Studio 10 -- broken<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; CMake Error at C:/Program Files (x86)/CMake<br>
&gt;&gt; &gt; 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The C compiler &quot;cl&quot; is not able to compile a simple test program.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; It fails with the following output:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Change Dir: C:/Program Files (x86)/CGAL-3.8/CMakeFiles/CMakeTmp<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Run Build<br>
&gt;&gt; &gt; Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; cmTryCompileExec.vcxproj /p:Configuration=Debug<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Microsoft (R) Build Engine Version 4.0.30319.1<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; [Microsoft .NET Framework, Version 4.0.30319.261]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Copyright (C) Microsoft Corporation 2007. All rights reserved.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Build started 3/27/2012 11:04:22 AM.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Project &quot;C:\Program Files<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; (x86)\CGAL-3.8\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj&quot; on node 1<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; (default targets).<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; InitializeBuildStatus:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Creating &quot;cmTryCompileExec.dir\Debug\cmTryCompileExec.unsuccessfulbuild&quot;<br>
&gt;&gt; &gt; because &quot;AlwaysCreate&quot; was specified.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ClCompile:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi<br>
&gt;&gt; &gt; /nologo /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D<br>
&gt;&gt; &gt; &quot;CMAKE_INTDIR=\&quot;Debug\&quot;&quot; /D _MBCS /Gm- /MDd /GS /fp:precise /Zc:wchar_t<br>
&gt;&gt; &gt; /Zc:forScope /Fo&quot;cmTryCompileExec.dir\Debug\\&quot; /Fd&quot;C:/Program Files<br>
&gt;&gt; &gt; (x86)/CGAL-3.8/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec.pdb&quot; /Gd /TC<br>
&gt;&gt; &gt; /analyze- /errorReport:queue testCCompiler.c /Zm1000 /GZ<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; cl : Command line warning D9035: option &#39;GZ&#39; has been deprecated and<br>
&gt;&gt; &gt; will<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; be removed in a future release [C:\Program Files<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; (x86)\CGAL-3.8\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; cl : Command line warning D9036: use &#39;RTC1&#39; instead of &#39;GZ&#39; [C:\Program<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Files (x86)\CGAL-3.8\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; testCCompiler.c<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ManifestResourceCompile:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo<br>
&gt;&gt; &gt; /fo&quot;cmTryCompileExec.dir\Debug\cmTryCompileExec.exe.embed.manifest.res&quot;<br>
&gt;&gt; &gt; cmTryCompileExec.dir\Debug\cmTryCompileExec_manifest.rc<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Link:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe<br>
&gt;&gt; &gt; /ERRORREPORT:QUEUE /OUT:&quot;C:\Program Files<br>
&gt;&gt; &gt; (x86)\CGAL-3.8\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec.exe&quot;<br>
&gt;&gt; &gt; /VERSION:&quot;0.0&quot; /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib<br>
&gt;&gt; &gt; winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib<br>
&gt;&gt; &gt; oleaut32.lib<br>
&gt;&gt; &gt; uuid.lib odbc32.lib odbccp32.lib /MANIFEST<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; /ManifestFile:&quot;cmTryCompileExec.dir\Debug\cmTryCompileExec.exe.intermediate.manifest&quot;<br>
&gt;&gt; &gt; /MANIFESTUAC:&quot;level=&#39;asInvoker&#39; uiAccess=&#39;false&#39;&quot; /DEBUG<br>
&gt;&gt; &gt; /PDB:&quot;C:\Program<br>
&gt;&gt; &gt; Files (x86)\CGAL-3.8\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec.pdb&quot;<br>
&gt;&gt; &gt; /SUBSYSTEM:CONSOLE /STACK:&quot;10000000&quot; /TLBID:1 /DYNAMICBASE /NXCOMPAT<br>
&gt;&gt; &gt; /IMPLIB:&quot;C:/Program Files<br>
&gt;&gt; &gt; (x86)/CGAL-3.8/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec.lib&quot;<br>
&gt;&gt; &gt; /MACHINE:X86<br>
&gt;&gt; &gt; cmTryCompileExec.dir\Debug\cmTryCompileExec.exe.embed.manifest.res<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; cmTryCompileExec.dir\Debug\testCCompiler.obj /machine:X86 /debug<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; LINK : fatal error LNK1104: cannot open file &#39;MSVCRTD.lib&#39; [C:\Program<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Files (x86)\CGAL-3.8\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Done Building Project &quot;C:\Program Files<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; (x86)\CGAL-3.8\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj&quot; (default<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; targets) -- FAILED.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Build FAILED.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &quot;C:\Program Files<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; (x86)\CGAL-3.8\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj&quot; (default<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; target) (1) -&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; (ClCompile target) -&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; cl : Command line warning D9035: option &#39;GZ&#39; has been deprecated and<br>
&gt;&gt; &gt; will be<br>
&gt;&gt; &gt; removed in a future release [C:\Program Files<br>
&gt;&gt; &gt; (x86)\CGAL-3.8\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; cl : Command line warning D9036: use &#39;RTC1&#39; instead of &#39;GZ&#39; [C:\Program<br>
&gt;&gt; &gt; Files (x86)\CGAL-3.8\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &quot;C:\Program Files<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; (x86)\CGAL-3.8\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj&quot; (default<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; target) (1) -&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; (Link target) -&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; LINK : fatal error LNK1104: cannot open file &#39;MSVCRTD.lib&#39; [C:\Program<br>
&gt;&gt; &gt; Files<br>
&gt;&gt; &gt; (x86)\CGAL-3.8\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2 Warning(s)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 1 Error(s)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Time Elapsed 00:00:01.62<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; CMake will not be able to correctly generate this project.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Call Stack (most recent call first):<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; CMakeLists.txt:6 (project)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Configuring incomplete, errors occurred!<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On 25 March 2012 00:49, Sweety Pie &lt;<a href="mailto:sweetyp198612@gmail.com" target="_blank">sweetyp198612@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I use CMake 2.8.4<br>
&gt;&gt; &gt;&gt; I have both installed but in the config of Cmake I choose this option:<br>
&gt;&gt; &gt;&gt; Visual Studio 10<br>
&gt;&gt; &gt;&gt; What is the windows platform SDK??<br>
&gt;&gt; &gt;&gt; Thank you for helping.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On 24 March 2012 21:54, David Cole &lt;<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Can you build a non-cmake-generated &quot;hello, world&quot; project with VS 10?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; What version of CMake?<br>
&gt;&gt; &gt;&gt;&gt; Is it the Express Edition of Visual Studio 10?<br>
&gt;&gt; &gt;&gt;&gt; Do you have a Windows Platform SDK installed?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On Sat, Mar 24, 2012 at 1:55 PM, Sweety Pie &lt;<a href="mailto:sweetyp198612@gmail.com" target="_blank">sweetyp198612@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; ---------- Forwarded message ----------<br>
&gt;&gt; &gt;&gt;&gt; &gt; From: Sweety Pie &lt;<a href="mailto:sweetyp198612@gmail.com" target="_blank">sweetyp198612@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Date: 17 March 2012 19:53<br>
&gt;&gt; &gt;&gt;&gt; &gt; Subject: Help with CMAKE<br>
&gt;&gt; &gt;&gt;&gt; &gt; To: <a href="mailto:cmake@cmake.org" target="_blank">cmake@cmake.org</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Hey everyone,<br>
&gt;&gt; &gt;&gt;&gt; &gt; Am trying to use Cmake with Visual studio 10 to generate some .sln<br>
&gt;&gt; &gt;&gt;&gt; &gt; files.<br>
&gt;&gt; &gt;&gt;&gt; &gt; When I press on configure button am getting this error:<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; CMake Error at C:/CMake<br>
&gt;&gt; &gt;&gt;&gt; &gt; 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; The C compiler &quot;cl&quot; is not able to compile a simple test program.<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; It fails with the following output:<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Change Dir: C:/CGAL-3.9/CMakeFiles/CMakeTmp<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &quot;C:\CGAL-3.9\CMakeFiles\CMakeTmp\testCCompiler.c&quot; /Zm1000<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; 1&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; 1&gt; testCCompiler.c<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; 1&gt;LINK : fatal error LNK1104: cannot open file &#39;MSVCRTD.lib&#39;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Please help me. :(<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; --<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Please try CMake 2.8.7, or last week&#39;s 2.8.8-rc1... There have been<br>
&gt;&gt; several Visual Studio 10 related issues fixed since 2.8.4.<br>
&gt;&gt;<br>
&gt;&gt; Can you build a plain &quot;hello, world&quot; C++ command line executable with<br>
&gt;&gt; Visual Studio by itself, without CMake?<br>
&gt;&gt;<br>
&gt;&gt; This error looks like exactly what happens when people have VS 10<br>
&gt;&gt; Express installed, but do not have a corresponding Windows Platform<br>
&gt;&gt; SDK installed...<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; HTH,<br>
&gt;&gt; David<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div></div></div></div>
</div><br></div>