types from other libraries. Well done lldb team!
>
>
> Mark
>
>
>
> --
> *From:* Todd Fiala
> *Sent:* Thursday, October 29, 2015 4:17 PM
> *To:* Mark Chandler
> *Cc:* Oleksiy Vyalov; lldb-dev@lists.llvm.org
> *Subject:* Re: [lldb-dev]
: Oleksiy Vyalov; lldb-dev@lists.llvm.org
Subject: Re: [lldb-dev] Compiling LLDB on Centos 5 (dont judge me)
I fixed several RHEL-derived distribution-related issues in top of tree LLDB a
few weeks back. It was for RHEL 7-derived builds, so quite a bit newer. If
you are building your lldb off of
I fixed several RHEL-derived distribution-related issues in top of tree
LLDB a few weeks back. It was for RHEL 7-derived builds, so quite a bit
newer. If you are building your lldb off of top-of-tree, hopefully this
will mostly become an exercise of:
* Do you have a new-enough python. (I believ
Using gcc 4.8 from devtoolset2. Clang builds fine so might try building with
that tomorrow.
Sent from my iPhone
On Oct 27, 2015, at 7:46 PM, Oleksiy Vyalov
mailto:ovya...@google.com>> wrote:
Hi Mark,
what compiler do you use? Could you try to build LLDB with clang 3.5 specifying
it via DCMAK
Hi Mark,
what compiler do you use? Could you try to build LLDB with clang 3.5
specifying it via DCMAKE_C_COMPILER and DCMAKE_CXX_COMPILER flags?
It might be a problem with sysroot setup since some headers are not found -
you can try to pass a custom sysroot with -DCMAKE_CXX_FLAGS="--sysroot=..."