Re: [lldb-dev] help, how to get a debug build on windows (python37_d.lib)

2019-10-04 Thread Alexandre Ganea via lldb-dev
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

Re: [lldb-dev] help, how to get a debug build on windows (python37_d.lib)

2019-09-23 Thread Ted Woodward via lldb-dev
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

Re: [lldb-dev] help, how to get a debug build on windows (python37_d.lib)

2019-09-23 Thread Pavel Labath via lldb-dev
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