This is one of two problems I encountered when I tried to build and install lldb on Gentoo Linux where default Python interpreter is version 3.3.
To force use of Python 2.7 which lldb requires, one has to type cmake -DPYTHON_EXECUTABLE=/usr/bin/python2.7
Unfortunately, it seems like this option is not propagated properly and 'make install' still uses /usr/bin/python to determine interpreter version.
Proposed patch fixes this weird behaviour.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail