McCLIM Installation
David Dmytryk
ddmytryk at icloud.com
Sun Apr 7 16:19:35 UTC 2019
CL-USER> (asdf:asdf-version)
"3.2.0"
CL-USER>
The error message is:
Read error between positions 7396 and 7665 in /Users/daviddmytryk/quicklisp/dists/quicklisp/software/cl-unicode-20180328-git/util.lisp.
The installation is using …util.lisp from the cl-unicode folder, different than the cl-ppcre folder. Not sure whether this is a problem
> On Apr 7, 2019, at 12:05 PM, Stas Boukarev <stassats at gmail.com> wrote:
>
> Where does
> Invoking restart: Ignore attempt to IMPORT
> "*STANDARD-OPTIMIZE-SETTINGS*" from package "CL-PPCRE"
> come frome?
>
> And what's your (asdf:asdf-version)?
>
> On Sun, Apr 7, 2019 at 7:03 PM David Dmytryk <ddmytryk at icloud.com> wrote:
>>
>> 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 at 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 at 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 at icloud.com> wrote:
>>>>>
>>>>> Thanks for responding Stas
>>>>>
>>>>> Yes - it is
>>>>>
>>>>> David
>>>>>
>>>>>> On Apr 7, 2019, at 11:45 AM, Stas Boukarev <stassats at gmail.com> wrote:
>>>>>>
>>>>>> Is your cl-ppcre not coming from quicklisp?
>>>>>>
>>>>>>> On Sun, Apr 7, 2019 at 6:23 PM David Dmytryk <ddmytryk at 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>.
>>>>>
More information about the mcclim-devel
mailing list