Re: [lldb-dev] Issues (resolved) with running lldb test-suite on Ubuntu 18.04 LTS

2018-06-29 Thread Puyan Lotfi via lldb-dev
Oh interesting, so this is an issue with cmake not just ubuntu. Thanks for the heads up; I'll remember that when im on Darwin next. PL On Fri, Jun 29, 2018 at 12:07 PM Jonas Devlieghere wrote: > Hi Puyan, > > > On Jun 29, 2018, at 7:30 PM, Puyan Lotfi via lldb-dev < > lldb-dev@lists.llvm.org> w

Re: [lldb-dev] Issues (resolved) with running lldb test-suite on Ubuntu 18.04 LTS

2018-06-29 Thread Jonas Devlieghere via lldb-dev
Hi Puyan, > On Jun 29, 2018, at 7:30 PM, Puyan Lotfi via lldb-dev > wrote: > > Just a heads up, I had run into some issues running make check-lldb. I found > the solution to be setting: > > PYTHON_INCLUDE_DIRS=/usr/include/python2.7 > PYTHON_LIBRARIES=/usr/lib/python2.7/config-x86_64-linux-gn

[lldb-dev] Issues (resolved) with running lldb test-suite on Ubuntu 18.04 LTS

2018-06-29 Thread Puyan Lotfi via lldb-dev
Just a heads up, I had run into some issues running make check-lldb. I found the solution to be setting: PYTHON_INCLUDE_DIRS=/usr/include/python2.7 PYTHON_LIBRARIES=/usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so prior to running cmake. Of course python2.7-dev needs to be installed pri