[cl-ppcre-devel] I can't install CL-UNICODE

Hiroshi Sakate sakate at sc.sys.es.osaka-u.ac.jp
Wed Feb 9 11:44:26 UTC 2011


Dear Des and Edi

Long time no see and thank you.
I could solve the problem with ASDF2!

And I am impressed that installing ASDF2 is very easy.

After the problem occured.
1. Download asdf.lisp
2. Run sbcl and
(load "/path/to/your/installed/asdf.lisp")
(require :asdf)
(require :asdf-install)
(asdf-install:install :cl-ppcre)
3. quit and run again sbcl and
(require :cl-ppcre)
(require :cl-unicode)


That's OK even if I didn't write anything on .sbclrc.

But, if I want to write "load asdf.lisp" on .sbclrc,
where should I allocate asdf.lisp?
Now I allocated it at ~/.sbcl/site/asdf/asdf.lisp
Is it natural?


(2011年01月19日 10:51), Hiroshi Sakate wrote:
> Thank you Des
>
> OK. I'll check about ASDF2.
> If I get some new information, I'll report you again.
> Maybe the report will be in March.
>
> Cheers,
> Hiroshi
>
>
> (2011年01月19日 00:13), Desmond O. Chang wrote:
>> On Tue, Jan 18, 2011 at 18:55, Hiroshi Sakate
>> <sakate at sc.sys.es.osaka-u.ac.jp> wrote:
>>>
>>> So I think the reason is
>>> "Ubuntu 10.04 bug" or "old asdf bug" or both.
>>>
>>> Do you know about any problem on old asdf?
>>
>> Although I don't know the root problem of it, you should not use
>> deprecated ASDF1 any more. Fortunately, It's very easy to load ASDF2
>> into your implementation, even it only has ASDF1. Check ASDF manual.
>>
>> Thanks,
>> Des
>>
>> _______________________________________________
>> cl-ppcre-devel site list
>> cl-ppcre-devel at common-lisp.net
>> http://common-lisp.net/mailman/listinfo/cl-ppcre-devel
>
>






More information about the Cl-ppcre-devel mailing list