We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I can't load the library in a Linux 64 bit system (Ubuntu 14.04). I have libc6 already. I'm using SBCL 1.0.28.
When I try to load the fasl I get the following error:
debugger invoked on a UNBOUND-VARIABLE in thread #<THREAD "initial thread" RUNNING {10026CE031}>: The variable |23AON| is unbound.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name): 0: [CONTINUE] Ignore runtime option --load "clml-lw60.64ufasl". 1: [ABORT ] Skip rest of --eval and --load options. 2: Skip to toplevel READ/EVAL/PRINT loop. 3: [QUIT ] Quit SBCL (calling #'QUIT, killing the process).
(SB-INT:SIMPLE-EVAL-IN-LEXENV |23AON| #)
Any ideas?
Thank you for your time.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I can't load the library in a Linux 64 bit system (Ubuntu 14.04). I have libc6 already. I'm using SBCL 1.0.28.
When I try to load the fasl I get the following error:
debugger invoked on a UNBOUND-VARIABLE in thread #<THREAD "initial thread" RUNNING {10026CE031}>:
The variable |23AON| is unbound.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [CONTINUE] Ignore runtime option --load "clml-lw60.64ufasl".
1: [ABORT ] Skip rest of --eval and --load options.
2: Skip to toplevel READ/EVAL/PRINT loop.
3: [QUIT ] Quit SBCL (calling #'QUIT, killing the process).
(SB-INT:SIMPLE-EVAL-IN-LEXENV |23AON| #)
Any ideas?
Thank you for your time.
The text was updated successfully, but these errors were encountered: