Hi, On Sat, Oct 22, 2011 at 11:20 PM, Joel Dillon <[email protected]> wrote:
> Hi, > > I've just grabbed lldb and the specified version of llvm and clang from > svn according to the instructions on the website. I had to make some changes > to get things to build (a missing std:: for ptrdiff_t in Core/Stream.cpp, > stddef.h needs to be included for RegisterContextDarwin_i386.cpp and > _x86_64.cpp, and for some reason I had to manually add -lrt and the python > link stuff to LIBS in Makefile.config to get liblldb to link). However, now > it's falling over at the final stage of linking the driver, and I'm not sure > why. I'm compiling on Kubuntu 11.10 64-bit, gcc 4.6.1, if that's relevant. > Any other intrepid Linux-lldb users had this problem? Log is thus - > > Could you send a patch for the ptrdiff and stddef.h stuff please? I didn't have to include -lrt (was already there) BUT I had the same error the first time I tried to build. The second time worked out ok... Hope it's not a bug in the build sytem. Thanks, Dragos
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
