From nicolas.oury at gmail.com Thu Feb 9 13:14:10 2012 From: nicolas.oury at gmail.com (nicolas.oury at gmail.com) Date: Thu, 9 Feb 2012 13:14:10 +0000 Subject: [Cl-perec-devel] Installing CL-Perec Message-ID: Dear all, I am very eager to try cl-perec, which looks great. However, I stumbled on a lot of difficulties trying to install it with cl-build and a recent version of sbcl. First, it seems that it conflict with the package lock on Alexandria.0.dev, where ensure-list is already defined. Then, I can't find a way to have the package metacopy-with-contextl to be available. What is the recommended way to install cl-perec? Thank you very much for your help. Best regards, Nicolas. From levente.meszaros at gmail.com Thu Feb 9 13:31:08 2012 From: levente.meszaros at gmail.com (=?ISO-8859-1?Q?Levente_M=E9sz=E1ros?=) Date: Thu, 9 Feb 2012 14:31:08 +0100 Subject: [Cl-perec-devel] Installing CL-Perec In-Reply-To: References: Message-ID: Try installing with quicklisp instead of cl-build. I think quicklisp is the "standard" way of installing lisp packages nowdays. Also, look at the darcs repositories found at http://dwim.hu or http://dwim.hu/darcs levy -- There's no perfectoin On Thu, Feb 9, 2012 at 2:14 PM, nicolas.oury at gmail.com wrote: > Dear all, > > I am very eager to try cl-perec, which looks great. > > However, I stumbled on a lot of difficulties trying to install it with > cl-build and a recent version of sbcl. > > First, it seems that it conflict with the package lock on > Alexandria.0.dev, where ensure-list is already defined. > > Then, I can't find a way to have the package metacopy-with-contextl to > be available. > > What is the recommended way to install cl-perec? > > Thank you very much for your help. > > Best regards, > > Nicolas. > > _______________________________________________ > Cl-perec-devel mailing list > Cl-perec-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/cl-perec-devel From nicolas.oury at gmail.com Thu Feb 9 13:52:10 2012 From: nicolas.oury at gmail.com (nicolas.oury at gmail.com) Date: Thu, 9 Feb 2012 13:52:10 +0000 Subject: [Cl-perec-devel] Installing CL-Perec In-Reply-To: References: Message-ID: Thanks for your message. Alas, it seems cl-perec is not in quicklisp repositories. 2012/2/9 Levente M?sz?ros : > Try installing with quicklisp instead of cl-build. I think quicklisp > is the "standard" way of installing lisp packages nowdays. > Also, look at the darcs repositories found at http://dwim.hu or > http://dwim.hu/darcs > > levy > -- > There's no perfectoin > On Thu, Feb 9, 2012 at 2:14 PM, nicolas.oury at gmail.com > wrote: >> Dear all, >> >> I am very eager to try cl-perec, which looks great. >> >> However, I stumbled on a lot of difficulties trying to install it with >> cl-build and a recent version of sbcl. >> >> First, it seems that it conflict with the package lock on >> Alexandria.0.dev, where ensure-list is already defined. >> >> Then, I can't find a way to have the package metacopy-with-contextl to >> be available. >> >> What is the recommended way to install cl-perec? >> >> Thank you very much for your help. >> >> Best regards, >> >> Nicolas. >> >> _______________________________________________ >> Cl-perec-devel mailing list >> Cl-perec-devel at common-lisp.net >> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/cl-perec-devel -- Sent from an IBM Model M, 15 August 1989. From levente.meszaros at gmail.com Thu Feb 9 13:56:09 2012 From: levente.meszaros at gmail.com (=?ISO-8859-1?Q?Levente_M=E9sz=E1ros?=) Date: Thu, 9 Feb 2012 14:56:09 +0100 Subject: [Cl-perec-devel] Installing CL-Perec In-Reply-To: References: Message-ID: Sorry, I didn't even notice that you are using an obsolete version (cl-perec). The latest version of perec is called hu.dwim.perec. The repository is found on dwim.hu instead of common-lisp.net. levy 2012/2/9 nicolas.oury at gmail.com : > Thanks for your message. > Alas, it seems cl-perec is not in quicklisp repositories. > > 2012/2/9 Levente M?sz?ros : >> Try installing with quicklisp instead of cl-build. I think quicklisp >> is the "standard" way of installing lisp packages nowdays. >> Also, look at the darcs repositories found at http://dwim.hu or >> http://dwim.hu/darcs >> >> levy >> -- >> There's no perfectoin >> On Thu, Feb 9, 2012 at 2:14 PM, nicolas.oury at gmail.com >> wrote: >>> Dear all, >>> >>> I am very eager to try cl-perec, which looks great. >>> >>> However, I stumbled on a lot of difficulties trying to install it with >>> cl-build and a recent version of sbcl. >>> >>> First, it seems that it conflict with the package lock on >>> Alexandria.0.dev, where ensure-list is already defined. >>> >>> Then, I can't find a way to have the package metacopy-with-contextl to >>> be available. >>> >>> What is the recommended way to install cl-perec? >>> >>> Thank you very much for your help. >>> >>> Best regards, >>> >>> Nicolas. >>> >>> _______________________________________________ >>> Cl-perec-devel mailing list >>> Cl-perec-devel at common-lisp.net >>> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/cl-perec-devel > > > > -- > Sent from an IBM Model M, 15 August 1989. -- There's no perfectoin From nicolas.oury at gmail.com Thu Feb 9 14:09:13 2012 From: nicolas.oury at gmail.com (nicolas.oury at gmail.com) Date: Thu, 9 Feb 2012 14:09:13 +0000 Subject: [Cl-perec-devel] Installing CL-Perec In-Reply-To: References: Message-ID: It works! Thank you so much! Maybe it could be useful to write that in big on the old page of the documentation.