<br><div class="gmail_quote">On Thu, Aug 19, 2010 at 5:25 PM, Steven Watanabe <span dir="ltr"><<a href="mailto:watanabesj@gmail.com">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 class="im"><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 class="h5">
Are you using the current svn?  </div></div></blockquote><div><br>Yes, I am using the current SVN ( actually from las week ).<br> 
<br></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 class="h5">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 class="h5">
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><br><span id="result_box" class="short_text"><span style="" title="">So, no chance of using Clang in Windows?</span></span> <br>What about MinGW ? <span id="result_box" class="short_text"><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>