You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quicklisp can't be loaded as a regular ASDF system, sorry. It can only be loaded via its bootstrapping setup.lisp file, which establishes pathnames for Quicklisp to search for stuff.
I have a fairly self-contained scenario where I load quicklisp as a dependency of another project (to use
ql-dist
et al).My process is the following:
buildapp
by pointing to my local quicklisp folderWhen using this way, if my system depends on
quicklisp
, I'll get this error when running buildapp:I think quicklisp shouldn't depend on the
setup.lisp
file being loaded.The text was updated successfully, but these errors were encountered: