[Lldb-commits] [PATCH] D64881: [Cmake] Use the modern way to find Python when possible

Hans Wennborg via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 22 16:21:16 PDT 2019


hans added a comment.

In D64881#1590204 <https://reviews.llvm.org/D64881#1590204>, @amccarth wrote:

> An aside ...
>
> I'm still trying to get back to a buildable state the earlier changes, like the one that tries to enforce version consistency between the libs and the interpreter.  I'm currently bisecting to figure out what I hope is the final blocker.


Do you have the revisions for these changes?

I built successfully at r363781, but now I can't build anymore.

I'm configuring with:

cmake -GNinja %cmake_flags% -DPYTHON_HOME=C:\Users\hwennborg\AppData\Local\Programs\Python\Python36-32

And get the error:

CMake Error at tools/lldb/cmake/modules/LLDBConfig.cmake:204 (message):

  Found incompatible Python interpreter (2.7.15) and Python libraries (3.6.4)

Uninstalling Python 2.7 is not an option for me.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64881/new/

https://reviews.llvm.org/D64881





More information about the lldb-commits mailing list