
31 Oct
2011
31 Oct
'11
3:05 p.m.
Hi Nicolas, On Mon, Oct 31, 2011 at 4:00 PM, Nicolas Garcia Belmonte <philogb@gmail.com> wrote:
I've been unsuccessfully trying to install cl-ppcre from asdf, I'm getting "Component cl-ppcre-unicode not found" as an error message.
You are probably talking about asdf-install, which is no longer a recommended way to install Common Lisp libraries. Use quicklisp (http://www.quicklisp.org/) instead. It will make your life much easier. -Hans