<div dir="ltr">Hey Jevin,<div><br></div><div>FWIW I tried this on my MBP at top of tree.  I am getting this error before hitting your patch's fix:</div><div><br></div><div><p class=""><font face="courier new, monospace" size="1">llvm[5]: Compiling AppleGetQueuesHandler.cpp for Debug+Asserts build<br>
/Users/tfiala/lldb/svn/llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp:16:10: fatal error: <br>      'AppleThreadPlanStepThroughObjCTrampoline.h' file not found<br>#include "AppleThreadPlanStepThroughObjCTrampoline.h"</font></p>
<p class="">This is using the following (with a dir structure like below):</p>|- llvm/<br>|- build/</div><div><br>$ cd build<br>$ ../llvm/configure --enable-cxx11 --prefix=`pwd`/../install<br>$ make -j16</div><div><br></div>
<div>I'm at this change:</div><div><div><font size="1" face="courier new, monospace">tfiala-macbookpro:lldb tfiala$ svn info</font></div><div><font size="1" face="courier new, monospace">Path: .</font></div><div><font size="1" face="courier new, monospace">Working Copy Root Path: /Users/tfiala/lldb/svn/llvm/tools/lldb</font></div>
<div><font size="1" face="courier new, monospace">URL: <a href="https://tfiala@llvm.org/svn/llvm-project/lldb/trunk">https://tfiala@llvm.org/svn/llvm-project/lldb/trunk</a></font></div><div><font size="1" face="courier new, monospace">Repository Root: <a href="https://tfiala@llvm.org/svn/llvm-project">https://tfiala@llvm.org/svn/llvm-project</a></font></div>
<div><font size="1" face="courier new, monospace">Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8</font></div><div><font size="1" face="courier new, monospace">Revision: 202527</font></div><div><font size="1" face="courier new, monospace">Node Kind: directory</font></div>
<div><font size="1" face="courier new, monospace">Schedule: normal</font></div><div><font size="1" face="courier new, monospace">Last Changed Author: gclayton</font></div><div><font size="1" face="courier new, monospace">Last Changed Rev: 202525</font></div>
<div><font size="1" face="courier new, monospace">Last Changed Date: 2014-02-28 10:22:24 -0800 (Fri, 28 Feb 2014)</font></div></div><div><br></div><div>-Todd</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Feb 28, 2014 at 10:27 AM, Jevin Sweval <span dir="ltr"><<a href="mailto:jevinsweval@gmail.com" target="_blank">jevinsweval@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am unable to build LLDB ToT when I place lldb inside tools/ and<br>
build using the configure script. Linking liblldb.dylib complains<br>
about various missing *_panel methods.<br>
<br>
The attached patch links libedit, libcurses, and libpanel on Darwin. I<br>
would have gotten many more undefined symbol errors at link if LLDB<br>
didn't already link in libedit and libpanel due to the top-level LLVM<br>
build using them.<br>
<br>
The patch enables me to build LLDB but I'm not sure if it is correct.<br>
Should the linking be conditionalized on some option?<br>
<br>
Looking on the CMake side of things, should libedit also get linked in?<br>
<br>
Cheers,<br>
Jevin<br>
<br>_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@cs.uiuc.edu">lldb-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small">
<td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">tfiala@google.com</span></a> |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><font color="#1155cc"> <a>650-943-3180</a></font></td></tr></tbody></table><br></div>
</div>