I have two quick questions 1) It seems that everytime I do an svn up, I can no longer compile lvm ( + clang ) currently it hangs here llvm/tools/clang/lib/Serialization/../../include/clang/Serialization/AttrPCHRead.inc:20:31: error: ‘F’ was not declared in this scope The only way for me to get it to compile again is a complete fresh check out of all source files, which is not optimal. Am I the only one having these issues ? 2) Are there any dev's in the DC, VA area who would want to meet up ( over a pint of Guinness ) Varol :)
On 07.10.2010 14:14, Varol Okan wrote:> I have two quick questions > > 1) It seems that everytime I do an svn up, I can no longer compile lvm ( > + clang ) currently it hangs here > llvm/tools/clang/lib/Serialization/../../include/clang/Serialization/AttrPCHRead.inc:20:31: > error: ‘F’ was not declared in this scope > The only way for me to get it to compile again is a complete fresh check > out of all source files, which is not optimal. > Am I the only one having these issues ? >Huh, this one sounds like your LLVM tree is ahead of the Clang tree. If it was a different error, I'd say it's a dependency tracker issue, but not with this one. Sebastian
On Oct 7, 2010, at 5:14 AM, Varol Okan wrote:> 1) It seems that everytime I do an svn up, I can no longer compile lvm ( > + clang ) currently it hangs here > llvm/tools/clang/lib/Serialization/../../include/clang/Serialization/AttrPCHRead.inc:20:31: > error: ‘F’ was not declared in this scope > The only way for me to get it to compile again is a complete fresh check > out of all source files, which is not optimal.It's important to note that 'svn up' in the LLVM root will not update sub-checkouts like clang. 'make update' will, though. I'm afraid I'm on the wrong side of the country to join you for beer. John.
Yep, just tried it out and it works. thanks. I will use make update from now on. Varol ;) On 10/07/2010 01:41 PM, John McCall wrote:> On Oct 7, 2010, at 5:14 AM, Varol Okan wrote: > >> 1) It seems that everytime I do an svn up, I can no longer compile lvm ( >> + clang ) currently it hangs here >> llvm/tools/clang/lib/Serialization/../../include/clang/Serialization/AttrPCHRead.inc:20:31: >> error: ‘F’ was not declared in this scope >> The only way for me to get it to compile again is a complete fresh check >> out of all source files, which is not optimal. >> > It's important to note that 'svn up' in the LLVM root will not update > sub-checkouts like clang. 'make update' will, though. > > I'm afraid I'm on the wrong side of the country to join you for beer. > > John. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >