Re: [lldb-dev] No script in lldb of build

2022-01-28 Thread Greg Clayton via lldb-dev
I have had to add the following to my cmake command line: -DPython3_EXECUTABLE=/usr/bin/python3 > On Dec 5, 2021, at 12:02 PM, Pi Pony via lldb-dev > wrote: > > Hello, > > I build lldb for macOS and tried to get into script but I get this error > message: there is no embedded script

Re: [lldb-dev] No script in lldb of build

2021-12-06 Thread David Spickett via lldb-dev
Can you link to/provide the build commands you used? It will help in the case this is not a simple issue. > there is no embedded script interpreter in this mode. Probably because it didn't find Python (and/or LUA but I don't have experience with that). To find out why, try passing

[lldb-dev] No script in lldb of build

2021-12-05 Thread Pi Pony via lldb-dev
Hello, I build lldb for macOS and tried to get into script but I get this error message: there is no embedded script interpreter in this mode. I appreciate any help you can provide ___ lldb-dev mailing list lldb-dev@lists.llvm.org