shcl icon indicating copy to clipboard operation
shcl copied to clipboard

Failed to install with `sudo make install`

Open hoijui opened this issue 3 years ago • 1 comments

make LISP='ros -s cffi-grovel run --'

worked fine.

sudo make install

right after that - copied from the README - failed:

debugger invoked on a MISSING-DEPENDENCY in thread #<THREAD "main thread" RUNNING {1001890373}>: Component "cffi-grovel" not found, required by NIL

This worked:

sudo make LISP='ros -s cffi-grovel run --' install

Should the README be changed? (I am a complete LISP newb)

hoijui avatar Sep 05 '21 21:09 hoijui

This worked: sudo make LISP='ros -s cffi-grovel run --' install

But, I had to issue: sudo ldconfig after that and my prompt is totally messed because of my PS1 .bashrc setup.

How do I setup a nicer prompt?

Also: how to uninstall it? sudo make LISP='ros -s cffi-grovel run --' uninstall does not work...

OrionRandD avatar Sep 12 '21 00:09 OrionRandD