edicl / cl-unicode

Portable Unicode library for Common Lisp
https://edicl.github.io/cl-unicode/
61 stars 24 forks source link

no symbol named "*STANDARD-OPTIMIZE-SETTINGS*" in "CL-PPCRE" #20

Closed whatacold closed 6 years ago

whatacold commented 6 years ago

Hi,

(ql:quickload :cl-unicode) results in the error as in the title, the implementation I use is sbcl:

$ sbcl --version
SBCL 1.4.2-1.fc27
stassats commented 6 years ago

Can't reproduce.

whatacold commented 6 years ago

With help of (ql:where-is-system "cl-ppcre"), I find that it was because I load a older cl-ppcre from PCL, which lacks this symbol.

sorry.