Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Make sure the top-level directory can be found by ASDF. #239

Open
wxie1 opened this issue Feb 4, 2024 · 1 comment
Open

How to Make sure the top-level directory can be found by ASDF. #239

wxie1 opened this issue Feb 4, 2024 · 1 comment

Comments

@wxie1
Copy link

wxie1 commented Feb 4, 2024

What I have done:

  1. git clone https://github.com/robert-strandh/SICL
  2. ./get-dependencies.sh
  3. (pushnew (truename "/SICL/Code/") ql:local-project-directories )
    (ql:register-local-projects)
    (ql:quickload :SICL)
  4. (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?

@robert-strandh
Copy link
Owner

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.

Sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants