-
Notifications
You must be signed in to change notification settings - Fork 70
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 in (ql:quickload :coalton) with Portacle on Windows #132
Comments
I'm thinking this might be an issue with Portacle shipping with an older quicklisp distribution which has the version of |
|
That is a pretty old version and it wouldn't have NAN support. You can update your quicklisp dist using |
Thanks! I'm brand new to Lisp so still learning basics. Updating quicklisp gets me a new error:
Based on this issue, it seems like my latest error is related to Portacle using an older version of SBCL. I'm closing this issue because this is clearly not related to Coalton. I'm happy to spend my time tinkering with Coalton on Linux. Thanks again. |
Commenting to say that I had the same issue "SINGLE-FLOAT-NAN" on Debian with SBCL v1.4.16. I built SBCL v2.1.9 from source, removed the old Quicklisp directory (by simply renaming to "quicklisp-backup"), and reinstalled Quicklisp from scratch. Then |
@HM0880 in your live Lisp image, what does
give you? |
|
Great thanks for the info. It looks like up-to-date SBCL and up-to-date QL are needed then; good for future bug finders. |
When loading
coalton
using Portacle on Windows 10, I get the error below. When loadingcoalton
on Manjaro (not using Portacle), it loads correctly. Is this more likely a Windows problem or a Portacle problem?The text was updated successfully, but these errors were encountered: