From philogb at gmail.com Mon Oct 31 15:00:37 2011 From: philogb at gmail.com (Nicolas Garcia Belmonte) Date: Mon, 31 Oct 2011 08:00:37 -0700 Subject: [cl-ppcre-devel] Component "cl-ppcre-unicode" not found Message-ID: Hello there - Thank you very much for this library! I'm not sure if this has been reported in the mailing list before, but since I haven't found a similar thread in a couple of months I thought I would just inform this myself. I've been unsuccessfully trying to install cl-ppcre from asdf, I'm getting "Component cl-ppcre-unicode not found" as an error message. Here's the installation procedure I went through: https://gist.github.com/1327673 Could you provide me with more information on what I'm doing wrong? Thanks :) -- Nicolas Garcia Belmonte - http://philogb.github.com/ From hans.huebner at gmail.com Mon Oct 31 15:05:27 2011 From: hans.huebner at gmail.com (=?ISO-8859-1?Q?Hans_H=FCbner?=) Date: Mon, 31 Oct 2011 16:05:27 +0100 Subject: [cl-ppcre-devel] Component "cl-ppcre-unicode" not found In-Reply-To: References: Message-ID: Hi Nicolas, On Mon, Oct 31, 2011 at 4:00 PM, Nicolas Garcia Belmonte 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 From edi at agharta.de Mon Oct 31 15:09:42 2011 From: edi at agharta.de (Edi Weitz) Date: Mon, 31 Oct 2011 16:09:42 +0100 Subject: [cl-ppcre-devel] Component "cl-ppcre-unicode" not found In-Reply-To: References: Message-ID: Hi Nicolas, What you are talking about is asdf-install which is something entirely different from asdf. Anyway, I think nobody is using asdf-install anymore. You should check out Quicklisp instead which works a lot better: http://www.quicklisp.org/ HTH, Edi. On Mon, Oct 31, 2011 at 4:00 PM, Nicolas Garcia Belmonte wrote: > Hello there - Thank you very much for this library! > > I'm not sure if this has been reported in the mailing list before, but > since I haven't found a similar thread in a couple of months I thought > I would just inform this myself. > > I've been unsuccessfully trying to install cl-ppcre from asdf, I'm > getting "Component cl-ppcre-unicode not found" as an error message. > Here's the installation procedure I went through: > > https://gist.github.com/1327673 > > Could you provide me with more information on what I'm doing wrong? > > Thanks :) > > -- > Nicolas Garcia Belmonte - http://philogb.github.com/ > > _______________________________________________ > cl-ppcre-devel site list > cl-ppcre-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/cl-ppcre-devel > > From philogb at gmail.com Mon Oct 31 15:13:08 2011 From: philogb at gmail.com (Nicolas Garcia Belmonte) Date: Mon, 31 Oct 2011 08:13:08 -0700 Subject: [cl-ppcre-devel] Component "cl-ppcre-unicode" not found In-Reply-To: References: Message-ID: Thank you very much for your prompt response, I will try that. On Mon, Oct 31, 2011 at 8:09 AM, Edi Weitz wrote: > Hi Nicolas, > > What you are talking about is asdf-install which is something entirely > different from asdf. ?Anyway, I think nobody is using asdf-install > anymore. ?You should check out Quicklisp instead which works a lot > better: > > ?http://www.quicklisp.org/ > > HTH, > Edi. > > On Mon, Oct 31, 2011 at 4:00 PM, Nicolas Garcia Belmonte > wrote: >> Hello there - Thank you very much for this library! >> >> I'm not sure if this has been reported in the mailing list before, but >> since I haven't found a similar thread in a couple of months I thought >> I would just inform this myself. >> >> I've been unsuccessfully trying to install cl-ppcre from asdf, I'm >> getting "Component cl-ppcre-unicode not found" as an error message. >> Here's the installation procedure I went through: >> >> https://gist.github.com/1327673 >> >> Could you provide me with more information on what I'm doing wrong? >> >> Thanks :) >> >> -- >> Nicolas Garcia Belmonte - http://philogb.github.com/ >> >> _______________________________________________ >> cl-ppcre-devel site list >> cl-ppcre-devel at common-lisp.net >> http://common-lisp.net/mailman/listinfo/cl-ppcre-devel >> >> > > _______________________________________________ > cl-ppcre-devel site list > cl-ppcre-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/cl-ppcre-devel > -- Nicolas Garcia Belmonte - http://philogb.github.com/