[lldb-dev] lldb not building out of the box in XCode?
Jim Ingham
jingham at apple.com
Tue Jul 31 19:09:24 PDT 2012
Huh, I've never seen this. You shouldn't have to do any more than install Xcode, check out the lldb sources and build the lldb tool target.
The ciso646 file should be in:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/ciso646
is that present on your system?
Jim
On Jul 31, 2012, at 5:01 PM, "Kopec, Matt" <matt.kopec at intel.com> wrote:
> Hi,
>
> I’m running XCode 4.4 on Mac OS X 10.7.4. I imported ‘lldb.xcworkspace’ and tried to build ‘lldb-tool’ scheme but the compiler can’t locate some c++/sdk headers used in lldb sources. Looks like the paths aren’t being passed to the compiler. I attached a log of the first error (there are many) generated and the compiler invocation.
>
> Did I miss a step in setting up the project?
>
> Thanks a lot!
> Matt
> <log.rtf>_______________________________________________
> 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