You probably need to install and configure the &quot;platform SDK&quot; as described here:<br><a href="http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/">http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/
</a><br><br>Without the platform SDK, CMake cannot link even a simple TRY_COMPILE result because the expected .lib files are not installed with the VCExpress edition...<br><br>Be forewarned, also.... You may only be able to build a 32-bit version of gccxml out of the box. It may take quite some tweaking to get it to work with a 64-bit build.
<br><br><br>HTH,<br>David<br><br><br><div><span class="gmail_quote">On 7/20/07, <b class="gmail_sendername">Simon Wimmer</b> &lt;<a href="mailto:wimmersimon@googlemail.com">wimmersimon@googlemail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I was redirected from the gccxml mailinglis to the cmake mailinglist<br>with this problem:<br>
<br>Iīm working on Windows Vista Home Premium 64bit and I want to install<br>gccxml. I have Visual C++ ExpressEdition and I read about localization<br>problems so I think it could be important to notice that I am from<br>
Germany. I ran Cmake 2.4 chose the gccxml-cvs directory as the source<br>tree and another directory as build directory. Then I press Configure<br>and choose VC8 or VC8(64bit). Both times I get different huge errors but<br>
the main about both is CMake Error: The c compiler &quot;cl&quot; isnīt able to<br>compile a simple test program.<br>What should I do?<br><br>Thank you for your help.<br>_______________________________________________<br>
CMake mailing list<br><a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>