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 <
>
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