Skip to content
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

unable to install via quicklisp #35

Open
mooseyboots opened this issue Apr 1, 2023 · 0 comments
Open

unable to install via quicklisp #35

mooseyboots opened this issue Apr 1, 2023 · 0 comments

Comments

@mooseyboots
Copy link

i'm running SBCL, with slime.

when i call (ql:quickload :cl-unicode) i get an error as follows

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant