d
and visible in %PATH%, otherwise the LLDB tests won’t work.
Best,
Alex.
-Message d'origine-
De : lldb-dev De la part de Pavel Labath via
lldb-dev
Envoyé : September 23, 2019 7:56 AM
À : Larry D'Anna ; lldb-dev@lists.llvm.org
Objet : Re: [lldb-dev] help, how to get a debug
Hi Larry,
You can tell the Python installer to install the debug libraries.
I recently switch from VS 2015 to VS 2017 to build LLDB. My debug builds
stopped working – it couldn’t link with the Python debug library, even though I
had it in the right place. My guess is the Python I’m using (3.5.1
On 22/09/2019 20:20, Larry D'Anna via lldb-dev wrote:
Hi lldb-dev.
I can’t seem to figure out how to build a debug lldb on windows. It
wants to link against a debug version of Python, which isn’t there.
My cmake line looks like this:
cmake -G Ninja `
"-DPYTHON_HOME=C:\Program File