shcl
shcl copied to clipboard
Failed to install with `sudo make install`
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)
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...