-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
M-x slime process creation fails #1493
Comments
Is there any output in buffer |
Maybe I need a different libasyncprocess.so in async-process ? How do you compile them? |
https://github.com/lem-project/async-process/blob/master/.github/workflows/build.yml |
Thank you. I managed to compile the file. It resulted in
Thereafter I copied it into my .qlot location
It seems it did something to make swank compile ?
But after I copy the resulting lem file to my /usr/local/bin folder and starting lem again the error using Wonder what's wrong here... |
Here the information of this folder:
Okay, the really relevant stuff seems to be in here ?
|
Well, not exactly the same - at least the directory path changed to
|
I tried the
M-x slime
command. It results in the following error when trying to create the sbcl process.Do I need to tell LEM where to find the sbcl command?
What is directory for?
Does it work for you?
Here the LEM source code where it tries to do it:
lem/extensions/process/process.lisp
Lines 27 to 51 in 7df902d
The text was updated successfully, but these errors were encountered: