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 interpreter in this mode.
> 
> I appreciate any help you can provide
> 
> 
> ___
> lldb-dev mailing list
> lldb-dev@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


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
"-DLLDB_ENABLE_PYTHON=ON" to the initial cmake command
(LLDB_ENABLE_LUA if you want LUA). It defaults to auto which means if
it doesn't find Python it'll silently continue, with "ON" it'll print
an error and stop.

There are others on the list who use MacOS who can hopefully help from there.

On Sun, 5 Dec 2021 at 20:02, 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 interpreter in this mode.
>
> I appreciate any help you can provide
>
>
> ___
> lldb-dev mailing list
> lldb-dev@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[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
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev