Here is result of loading and testing cl-ppcre, then loading mcclim:
CL-USER> (ql:quickload :cl-ppcre) To load "cl-ppcre": Load 1 ASDF system: cl-ppcre ; Loading "cl-ppcre"
(:CL-PPCRE) CL-USER> (asdf:oos 'asdf:test-op :cl-ppcre) #<TEST-OP> #<ASDF/PLAN:SEQUENTIAL-PLAN #x302003D29B6D> CL-USER> (ql:quickload 'mcclim) To load "mcclim": Load 1 ASDF system: mcclim ; Loading "mcclim" Invoking restart: Ignore attempt to IMPORT "*STANDARD-OPTIMIZE-SETTINGS*" from package "CL-PPCRE" . Read error between positions 7396 and 7665 in /Users/daviddmytryk/quicklisp/dists/quicklisp/software/cl-unicode-20180328-git/util.lisp. Invoking restart: Retry getting the value of CL-UNICODE::*STANDARD-OPTIMIZE-SETTINGS*. Read error between positions 7396 and 7665 in /Users/daviddmytryk/quicklisp/dists/quicklisp/software/cl-unicode-20180328-git/util.lisp.; Evaluation aborted on #<UNBOUND-VARIABLE #x302003F8238D>. CL-USER> (asdf:oos 'asdf:test-op :cl-ppcre)
#<TEST-OP> #<ASDF/PLAN:SEQUENTIAL-PLAN #x302004049A2D>
On Apr 7, 2019, at 11:57 AM, David Dmytryk ddmytryk@icloud.com wrote:
It is installed in home folder ~quicklisp/dists/quicklisp/software/cl-ppcre-20180831-git/cl-ppcre-unicode
May have made a mess with location?
On Apr 7, 2019, at 11:48 AM, Stas Boukarev stassats@gmail.com wrote:
So, is it working when you use the quicklisp one?
On Sun, Apr 7, 2019 at 6:47 PM David Dmytryk ddmytryk@icloud.com wrote:
Thanks for responding Stas
Yes - it is
David
On Apr 7, 2019, at 11:45 AM, Stas Boukarev stassats@gmail.com wrote:
Is your cl-ppcre not coming from quicklisp?
On Sun, Apr 7, 2019 at 6:23 PM David Dmytryk ddmytryk@icloud.com wrote:
Hi
Wondering if anybody could help with solution or advice on installing McCLIM on macOS Mojave, running CCL under Emacs / Slime (Clozure Common Lisp Version 1.12-dev (v1.12-dev.4-6-gc3b1e184) DarwinX8664).
I tried to install using Quicklisp and received error response as below.
I am new to lisp, and heavily in learning-mode - would appreciate any help.
Kind Regards
David Dmytryk
CL-USER> (ql:quickload 'mcclim) To load "mcclim": Load 1 ASDF system: mcclim ; Loading "mcclim" Invoking restart: Ignore attempt to IMPORT "*STANDARD-OPTIMIZE-SETTINGS*" from package "CL-PPCRE" . Read error between positions 7396 and 7665 in /Users/daviddmytryk/quicklisp/dists/quicklisp/software/cl-unicode-20180328-git/util.lisp. Invoking restart: Retry getting the value of CL-UNICODE::*STANDARD-OPTIMIZE-SETTINGS*. Read error between positions 7396 and 7665 in /Users/daviddmytryk/quicklisp/dists/quicklisp/software/cl-unicode-20180328-git/util.lisp.; Evaluation aborted on #<UNBOUND-VARIABLE #x302003F8238D>.