Hi, I joined to say the exact same thing. I've just discovered the lldb project - I've been using LLVM in my own compiler architecture for some time now and want to give back to the LLVM community - linux support for LLDB seemed something that I could help with and would benefit others.
But I have the same problems s Shaheed - Apple-isms and broken includes (specifically #include "lldb-private.h", which is liberally used, and should be #include "lldb/lldb-private.h"). Are these includes also broken for the mac builds, or does the XCode project file you all use add include/lldb to the -I list as well as just plain include/ ? I'm more than happy to help in the effort to get linux support working fully (aside from my own greedy wants of an LLVM-based debugger for my own language), but am loath to fix bugs that aren't really bugs at all or have been fixed already. Thanks, James > Ah, that worked a bit better ;-). > > I fixed a couple of very obvious __APPLE__ -isms and minor platform-specific > header file changes, but now seem to be heading into something more > substantial such as broken #includes in ASTResultSynthesizer. This does not > seem to be Linux-specific, so I'm now wondering if I've cught the tree mid- > reorg? > > On Sunday 05 Sep 2010, William Lynch wrote: > >* Make sure that you check out llvm first, and then checkout LLDB to > *>* llvm_trunk/tools/lldb > *>* > *>* Enjoy, > *>* Bill Lynch > *>* > *>* On Sat, Sep 4, 2010 at 4:28 PM, Shaheed <srhaque at theiet.org > <http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev>> wrote: > *>* > Hi, > *>* > > *>* > I just checked out r113084 with a view to making progress on Linux > *>* > builds, but am falling at the first hurdle: > *>* > > *>* > $ make > *>* > > *>* > Makefile:29: ../../Makefile.common: No such file or directory > *>* > > *>* > make: *** No rule to make target `../../Makefile.common'. Stop. > *>* > > *>* > Did somebody perhaps forget to do an "svn add"? > *>* > > *>* > Thanks, Shaheed > *>* > > *>* > > *>* > _______________________________________________ > *>* > lldb-dev mailing list > *>* > lldb-dev at cs.uiuc.edu > <http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev> > *>* > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev > *>* > *>* ______________________________________________________________________ > *>* This email has been scanned by the MessageLabs Email Security System. > *>* For more information please visit http://www.messagelabs.com/email > *>* ______________________________________________________________________ > * > >
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
