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
(asdf:load-system :sicl-boot) => error
debugger invoked on a ASDF/FIND-COMPONENT:MISSING-COMPONENT in thread
#<THREAD "main thread" RUNNING {10048D0253}>:
Component :SICL-BOOT not found
How to Make sure the top-level directory can be found by ASDF using quicklisp?
The text was updated successfully, but these errors were encountered:
This doesn't answer your question, but the bootstrapping procedure is currently
broken. We are working on an improved bootstrapping procedure, and that will
take quite some time yet.
What I have done:
(ql:register-local-projects)
(ql:quickload :SICL)
debugger invoked on a ASDF/FIND-COMPONENT:MISSING-COMPONENT in thread
#<THREAD "main thread" RUNNING {10048D0253}>:
Component :SICL-BOOT not found
How to Make sure the top-level directory can be found by ASDF using quicklisp?
The text was updated successfully, but these errors were encountered: