Re: [lldb-dev] Unable to build LLDB 4.0 on Debian Linux

2017-05-12 Thread Andy Gibbs via lldb-dev
mehow ended up enabling -Werror, which is confusing the backtrace-detection code (and probably most of the other cmake compile checks). One of the workarounds would be to disable -Werror. pl On 28 April 2017 at 22:36, Andy Gibbs via lldb-dev mailto:lldb-dev@lists.llvm.org>> wrote: > Hi,

[lldb-dev] Unable to build LLDB 4.0 on Debian Linux

2017-04-28 Thread Andy Gibbs via lldb-dev
Hi, I am having a problem building the 4.0 release branch of LLDB on Debian Stretch. Cmake returns the following fault: -- LLDB version: 4.0.0 -- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.4") -- Performing Test HAVE_PROCESS_VM_READV -- Performing Test HAV