<div dir="ltr">Ah ok.  Yeah it only stopped working fairly recently, but I missed it because I had been working with configure/(g)make the last couple weeks.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 26, 2014 at 2:49 PM, Ed Maste <span dir="ltr"><<a href="mailto:emaste@freebsd.org" target="_blank">emaste@freebsd.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 26 February 2014 12:44, Todd Fiala <<a href="mailto:tfiala@google.com">tfiala@google.com</a>> wrote:<br>

> Author: tfiala<br>
> Date: Wed Feb 26 11:44:00 2014<br>
> New Revision: 202282<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=202282&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=202282&view=rev</a><br>
> Log:<br>
> Fixed lldb cmake build to include missing libpanel/libncurses.<br>
><br>
> These libraries became necessary recently to link properly.<br>
> I think they are needed everywhere non-Windows, but if they<br>
> end up breaking on a given platform, we can conditionalize this<br>
> further.<br>
<br>
</div>It was actually LLVM r201969 that broke this I think, as it dropped<br>
the use of link_system_libs and the system_libs list.  I just now<br>
removed the leftover LLDB system_libs bits in r202309.<br>
<br>
These libraries were included for Linux and FreeBSD using the previous<br>
scheme, but I suspect you're correct and they should be used generally<br>
on non-Windows systems.<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>