-
Notifications
You must be signed in to change notification settings - Fork 74
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
Error when building: The loader tried loading the symbol named QUICKLOAD into the package named QUICKLISP-CLIENT, but the package did not get defined, and does not exist. #917
Comments
When running
Dunno if it's related, just sharing. |
Did you ever resolve this error? I am getting the same error, but I haven't found a solution. |
Sigh. This has to do with a bad idea in the tfeb abstract classes and singleton classes systems. They are compiling the symbol When the fasl gets loaded by build-app.lisp, quicklisp isn't available and the above error results. The cleanest fix may be to implement our own abstract and singleton metaclasses instead of relying on external libraries for them. I'll think about it. |
There are now branches in qvm and quilc, both called To compile, you'll need to fetch and checkout the Long term, however, we may be phasing out the use of these OOPy patterns altogether. |
@macrologist Thank you very much for the help! This has resolved the issue, and I now have no issues compiling. |
With
master
for all ofquilc
,qvm
, andmagicl
, runningmake cleanall && make clean
inquilc
produces the following errorThe text was updated successfully, but these errors were encountered: