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
