<span id="result_box" class="medium_text"><span style="" title=""></span></span><div class="gmail_quote">On Thu, Aug 19, 2010 at 5:32 PM, Fernando Pelliccioni <span dir="ltr"><<a href="mailto:fpelliccioni@gmail.com">fpelliccioni@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><br><div class="gmail_quote"><div><div></div><div class="h5">On Thu, Aug 19, 2010 at 5:25 PM, Steven Watanabe <span dir="ltr"><<a href="mailto:watanabesj@gmail.com" target="_blank">watanabesj@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
AMDG<br>
<br>
Let's try CC'ing the list...<div><br>
<br>
Fernando Pelliccioni wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I built Clang using the "Getting Started" & "Using Visual Studio" section.<br>
<br>
A brief on my Platform:<br>
    Intel Pentium D<br>
    Microsoft Windows XP Service Pack 3<br>
<br>
    Installed Compilers:<br>
        Microsoft Visual Studio 9.0<br>
        Microsoft Visual Studio 10.0<br>
<br>
I ran cmake like the following<br>
<br>
        cmake -G "Visual Studio 9 2008" .<br>
<br>
<br>
I am trying to compile a simple C++ Hello World code.<br>
<br>
    //helloworld.cpp<br>
    #include <iostream><br>
<br>
    int main( /*int argc, char **argv*/ )<br>
    {<br>
        std::cout << "hello world\n";<br>
        return 0;<br>
    }<br>
<br>
<br>
When I compiled helloword.cpp, I got errors from Visual Studio 10 Include<br>
Directory.<br>
Is there any way to specify to Clang where the Include directory is? I like<br>
to use the MSVC 9.0 Include Dir.<br>
How does Clang to assume that the compiler is VS2010? Remember that I chose<br>
-- cmake -G "Visual Studio 9 2008" . --<br>
  <br>
</blockquote>
<br></div><div><div></div><div>
Are you using the current svn?  </div></div></blockquote></div></div><div><br>Yes, I am using the current SVN ( actually from las week ).<br> 
<br></div><div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div>I thought that when I made<br>
the patch to find MSVC 10.0 headers, that it should favor<br>
the headers from the version that clang was compiled with.<br></div></div></blockquote><div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div><div>
The headers from both versions are rather broken with clang,<br>
but the 10.0 headers are more broken, since they rely on<br>
C++0x features.<br></div></div></blockquote></div><div><br><span><span title="">So, no chance of using Clang in Windows?</span></span> <br>What about MinGW ? <span><span style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);" title="">Is it working?<br>

<br>Regards,<br>Fernando.<br></span></span></div></div><br><br>
</blockquote></div><br><span id="result_box" class="medium_text"><span style="" title="">Sorry, I have a pseudo-off topic question.<br><br></span><span title=""></span></span>I like to test Clang on Darwin.<br><span id="result_box" class="medium_text"><span title="">Anyone know how I can install Darwin OS on Intel? </span><span title="">I can not find the installation CD anywhere.</span></span><br>

<br>
<br>
Thanks,<br>
Fernando.<br>
<br><br>