
31 Aug
2007
31 Aug
'07
3:59 p.m.
On Aug 31, 2007, at 11:45 AM, Fei Liu wrote:
Doug Gregor wrote:
The Clang web page (http://clang.llvm.org/) describes how to build Clang:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-July/009817.html I followed the exact instruction on that page to build, but it's obvious from the error message that it's requires a Makefile.common not currently in the documented SVN repository.
Directory layout matters. The directions say to check out llvm from the LLVM repository, then go into llvm/tools and check out clang there. That way, ../../Makefile.common refers to a file in the LLVM repository. - Doug