<div dir="ltr">Ok cool.  That's our standard OS over here.<div><br></div><div>I'd recommend:</div><div><br></div><div>1. building a gcc 4.8.2 from source.  A standard download, unpack, mkdir on a parallel build dir, configure --prefix=/some/install/path, etc. to give you a gcc 4.8.2 on Ubuntu 12.04.  Let me know if you have trouble with that.  The key here is that you'll get a functional libstdc++ that will work for the later steps in addition to sufficient c++11 support.  You'll need to add the install lib64 path to your LD_LIBRARY_PATH and similarly for linker -L options on the linker command line.</div>
<div><br></div><div>2. build the latest cmake release from source and install somewhere local.  The latest available for Ubuntu 12.04 I think gave me errors since it was too old.</div><div><br></div><div>3. grab a configure buildable libedit (we get it from <a href="http://thrysoee.dk/editline/">here</a>).  You might be able to survive with libedit-dev from Ubuntu 12.04 now, but for a while that was not sufficient.  If you build it, you'll need to add the lib64 path to your LD_LIBRARY_PATH, and a -L for the lib path and -I for the header path.</div>
<div><br></div><div>4. Not sure exactly where you got your ninja, build I found on Ubuntu < 13.10 I have to install it from source.  You may have a valid route too, that's just been my experience.</div><div><br></div>
<div><br></div><div>FWIW - In the last couple hours I've tried once again to build the lldb tree on Ubuntu 12.04 with a top of tree clang that I build with gcc 4.8.2.  I had trouble getting the top of tree clang to be happy working with my gcc 4.8.2 libstdc++.  I could get it past the cmake step but clang++ doesn't seem to like my libstdc++ 4.8.2 headers.  I've had no luck with getting libc++ built on this setup but I may try again.  I was attempting to get a clang setup to try to replicate your scenario.  If I get that working and can replicate the issue you saw on clang, I'll get back on this thread.</div>
<div><br></div><div>In the meantime, if you try the steps above and hit any trouble with using gcc 4.8.2 on Ubuntu 12.04 x86_64, let me know and I can help out.  This is our stock build environment so I'm sure we can work out any issues there.</div>
<div><br></div><div>Thanks!</div><div><br></div><div>-Todd</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Apr 5, 2014 at 5:35 PM, Thiago Farina <span dir="ltr"><<a href="mailto:tfarina@chromium.org" target="_blank">tfarina@chromium.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey Todd,<div class=""><br><br>On Saturday, April 5, 2014, Todd Fiala <<a href="mailto:tfiala@google.com" target="_blank">tfiala@google.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi Tiago,<div><br></div><div>Which version of Linux are you running under?  I assume it is Debian based given the apt-get.</div><div><br></div></div></blockquote><div> </div></div><div>I'm running Ubuntu 12.04 x86_64.</div>

<div><br></div><div>--</div><div>Thiago Farina</div><span class="HOEnZb"><font color="#888888"><br><br>-- <br><div dir="ltr">Thiago Farina</div><br>
</font></span></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>