[lldb-dev] Errors when building lldb on a Mac
Greg Clayton
gclayton at apple.com
Thu Feb 12 14:22:34 PST 2015
No, just cd into the top level directory and type:
xcodebuild -configuration Debug -target desktop
Or
xcodebuild -configuration Release -target desktop
It should download llvm/clang for you as part of a shell script build phase.
So you'll need a network connection during your build so it can download llvm/clang from SVN.
> On Feb 12, 2015, at 1:14 PM, Murat Yakici <murat.yakici at gmail.com> wrote:
>
> Hi,
> I am trying to build LLDB on Mac. Successfully followed the signing steps. However, when attempting to build via Xcode or getting command line, I am getting (fatal error: 'llvm/ADT/StringRef.h' file not found or similar build errors. Do I need to build LLVM first?
>
> Only Xcode 6.1 (on Yosemite) and command line tools installed. No other compiler or build tool exists.
>
> I would appreciate your urgent help.
>
> Thanks,
> Murat
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list