[cfe-dev] Build errors from trunk

Chris Lattner clattner at apple.com
Wed Apr 22 12:00:23 PDT 2009


On Apr 22, 2009, at 11:56 AM, Jason Haslam wrote:

> On Apr 22, 2009, at 12:13 PM, Martinez, Javier E wrote:
>
>> Hello,
>>
>> 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.
>>
>> 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.
>
> I ran into the second one too.  There's a missing dependency on  
> ClangDiagnosticGroups:
>
Committed, thanks!
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090420/016086.html

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090422/de4a2e22/attachment.html>


More information about the cfe-dev mailing list