-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cannot load Radiance in LispWorks 7.1.1 on MacOS Mojave 10.14.3 #35
Comments
Does LispWorks define a "DB" or "DATABASE" package? |
No. Closest to "DB" or "DATABASE" is a debugging package "dbg". Thank you for your efforts. Radiance looks to be terrific, and I very much want to use it with LispWorks. |
I don't know then. The error makes no sense to me. It looked like it might be conflating the symbols from multiple packages, hence the nonsense error about class precedence, but if that's not the case then I have no idea at the moment. |
I'll keep trying, because I think the problem is in LispWorks, not Radiance. Thank you for the effort. |
This might be it: (defclass a () ()) (make-instance 'e) Error: Error during finalization of class #<STANDARD-CLASS E Note: LispWorks 7.1.1 (current) gets the same result. The article: "Rich Already Answered That!" under "Clojure Design Decisions" |
That example is an uncomputable class precedence list, which is an error on all conforming implementations. Obviously Radiance works fine on other implementations, so it has nothing to do with that. |
20190311. Listener-Radiance.txt
The text was updated successfully, but these errors were encountered: