I've resolved the issue. I needed to install the 'Command Line Tools' component of XCode. It looks like this component is optional starting with XCode 4.3.
Additionally, I was missing SWIG and PCRE which I compiled and installed without issue. I'll update the build instructions. Regards, Matt -----Original Message----- From: Kopec, Matt Sent: Wednesday, August 01, 2012 12:00 PM To: 'Jim Ingham' Cc: [email protected] Subject: RE: [lldb-dev] lldb not building out of the box in XCode? Hi Jim, Thanks for responding. Yes, the file is in the location you say. I'm assuming XCode should know about this path by default (without a project explicitly providing this directory)? Regards, Matt -----Original Message----- From: Jim Ingham [mailto:[email protected]] Sent: Tuesday, July 31, 2012 10:09 PM To: Kopec, Matt Cc: [email protected] Subject: Re: [lldb-dev] lldb not building out of the box in XCode? 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" <[email protected]> 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
