-
Notifications
You must be signed in to change notification settings - Fork 103
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
When build 3d-math package, get an error: CCL::COMPLIER-FUNCTION-OVERFLOW #488
Comments
When I tried to quickload the 3d-math system (on darwin/x8664), I got an error, but a different one:
It's pretty unusual to see If I had a smaller test case that shows the issue, I could take a closer look. |
If we use the We can reproduce the overflow error by
And I don't have a Mac, so I don't know could it produce the same error or not on MacOSX. The stack overflow under Debian 12 on X8664, |
Dear author
When I use
quicklisp
to build the3d-math
library.When the ccl compiles the file
matrices/ops.lisp
I get the error:CCL::COMPLIER-FUNCTION-OVERFLOW
.I use the ccl-1.12 on x64's FreeBSD 14.0-RELEASE-p6 and Debian 12.5.
Thanks
The text was updated successfully, but these errors were encountered: