[LLVMdev] Running external build tool in Xcode?

Chris Lattner clattner at apple.com
Tue Oct 7 18:57:36 PDT 2008


On Oct 7, 2008, at 12:40 AM, Cloud Strife wrote:

> Hi everyone.
> I am using Mac OS X to inspect the llvm source code.
> Although the make command works perfectly when compiling the source  
> code, the Xcode tool prompted me:
>
> Makefile:26: Makefile.config: No such file or directory
> Makefile:58: /Makefile.rules: No such file or directory
>
> I downloaded the latest SVN code from the web site, built it without  
> any modification in Xcode context. Xcode couldn't build even a  
> single line of code. It just said it could not find the Makefile.
> This may be caused by incorrect path setting.
> If anyone here has came across this problem, would you please tell  
> me how to set up the project properly in Xcode environment?
> Any tip or advise is highly appreciated. Thank you very much for any  
> help.
>

Please try configuring your tree first, according to the 'getting  
started guide'.  Also note that the Xcode project files are often out  
of date and may not work for building the code, most mac developer use  
make on the command line.

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081007/43f69246/attachment.html>


More information about the llvm-dev mailing list