[cfe-dev] Newbie: Build Problem

Douglas Gregor dgregor at apple.com
Thu Oct 15 06:26:26 PDT 2009


On Oct 15, 2009, at 6:12 AM, Chris Hobbs wrote:

> Carefully following the instructions on the clang web page:
>
> svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
> cd llvm/tools/
> svn co http://llvm.org/svn/llvm-project/cfe/trunk clang
> cd ..
> ./configure
> make

Try running "svn up" in both "llvm" and "llvm/tools/clang", then  
building again. Someone accidentally broke the Clang build with a  
change to LLVM, but it's fixed now.

	- Doug




More information about the cfe-dev mailing list