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
i'm running SBCL, with slime.
when i call (ql:quickload :cl-unicode) i get an error as follows
(ql:quickload :cl-unicode)
no symbol named "*STANDARD-OPTIMIZE-SETTINGS*" in "CL-PPCRE"
if i intern it, i get:
compile-file-error while compiling #<cl-source-file "cl-unicode/base" "util">
and:
; processing (DECLAIM (INLINE COMPUTE-HANGUL-NAME)) ; ; caught ERROR: ; READ error during COMPILE-FILE: ; ; The variable *STANDARD-OPTIMIZE-SETTINGS* is unbound. ; ; (in form starting at line: 219, column: 0, position: 9870) ; compilation aborted after 0:00:00.156
the variable is from cl-ppcre, which is currently loaded.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i'm running SBCL, with slime.
when i call
(ql:quickload :cl-unicode)
i get an error as followsno symbol named "*STANDARD-OPTIMIZE-SETTINGS*" in "CL-PPCRE"
if i intern it, i get:
and:
the variable is from cl-ppcre, which is currently loaded.
The text was updated successfully, but these errors were encountered: