<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Apr 22, 2009, at 12:13 PM, Martinez, Javier E wrote:</div><div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="color: rgb(0, 0, 0); "><div lang="EN-US" link="blue" vlink="purple"><div class="Section1"><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman'; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">Hello,<o:p></o:p></span></font></div><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman'; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "><o:p> </o:p></span></font></div><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman'; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">I downloaded the latest snapshot from the trunk sometime yesterday and have been experiencing build errors using VS9. I’m wondering if others are seeing this too. I generated the project files using CMake 2.6.<o:p></o:p></span></font></div><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman'; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "><o:p> </o:p></span></font></div><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman'; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">The first error is on the LLVM truck in the file \lib\Analisys\ScalarEvolutionExpander.cpp at lines 92 and 93. The compiler complains about Instruction::Instruction. If I change that to just one “Instruction::” the file compiles fine. The second error is on the file \tools\clang\lib\Basic\Diagnostic.cpp at lines 354 and 360. The included file (DiagnosticGroups.inc) can’t be found.<o:p></o:p></span></font></div></div></div></span></blockquote></div><br></div><div>I ran into the second one too.  There's a missing dependency on ClangDiagnosticGroups:<div><br></div><div><div>Index: lib/Basic/CMakeLists.txt</div><div>===================================================================</div><div>--- lib/Basic/CMakeLists.txt<span class="Apple-tab-span" style="white-space: pre; ">     </span>(revision 69807)</div><div>+++ lib/Basic/CMakeLists.txt<span class="Apple-tab-span" style="white-space: pre; ">      </span>(working copy)</div><div>@@ -19,6 +19,7 @@</div><div>                  ClangDiagnosticCommon</div><div>                  ClangDiagnosticDriver</div><div>                  ClangDiagnosticFrontend</div><div>+                 ClangDiagnosticGroups</div><div>                  ClangDiagnosticLex</div><div>                  ClangDiagnosticParse</div><div>                  ClangDiagnosticSema)</div><div><br></div><div>Regards,</div><div>Jason</div><div><br></div></div></div></body></html>