Difficulty installing packages with quicklisp

This page summarizes the projects mentioned and recommended in the original post on /r/lisp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • sly

    Sylvester the Cat's Common Lisp IDE (by joaotavora)

  • I tried to quickload c-mera into sbcl (using Emacs and SLY on Linux (SLIME should work, too)) and succeeded. here is what I did: 1) git clone https://github.com/kiselgra/c-mera 2) git clone https://github.com/didierverna/clon 3. open a SLY-REPL and (ql:quickload "net.didierverna.clon"), be sure it succeeds, if not check asdf paths 4. change to c-mera directory and do a dos2unix file on all files in all (sub)directories. 5. run autoreconf -if 6. run ./configure --with-sbcl 7. run make this failed on my system, I didn't try to solve that 8. open the SLY-REPL and enter (ql:quickload "c-mera") 9. in SLY-REPL enter (ql:quickload "cmu-c") 10. in SLY-REPL enter (in-package :cmu-c) 11. in SLY-REPL enter (cm-reader) 12. in SLY-REPL run first example code from readme

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts