From css at swissjabber.ch Sat Sep 15 12:30:36 2007 From: css at swissjabber.ch (css) Date: Sat, 15 Sep 2007 14:30:36 +0200 Subject: [Cl-perec-devel] Problems installing cl-perec - cannot find Package "babel" Message-ID: <9e4493f70709150530y7dfb6c5bu7fcb69304693864@mail.gmail.com> Hello. Is there some kind of Dependencies-List for cl-perec? It took me a few hours to get all the Dependencies by "trial-and-error" (i.e. trying to load cl-perec and see the missing Dependencies). Now I am at a dependency wanting a Component named "BABEL" for cl-serializer. I cannot find that Package anywhere (since there are a lot of Projects which call themselves "babel"). Dont know how to proceed. Can somebody help me? From attila.lendvai at gmail.com Sat Sep 15 13:07:11 2007 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Sat, 15 Sep 2007 15:07:11 +0200 Subject: [Cl-perec-devel] Problems installing cl-perec - cannot find Package "babel" In-Reply-To: <9e4493f70709150530y7dfb6c5bu7fcb69304693864@mail.gmail.com> References: <9e4493f70709150530y7dfb6c5bu7fcb69304693864@mail.gmail.com> Message-ID: > Is there some kind of Dependencies-List for cl-perec? It took me a few > hours to get all the Dependencies by "trial-and-error" (i.e. trying to > load cl-perec and see the missing Dependencies). not really. unfortunately cl is badly missing a useful automatic library management tool... > Now I am at a dependency wanting a Component named "BABEL" for > cl-serializer. I cannot find that Package anywhere (since there are a > lot of Projects which call themselves "babel"). Dont know how to > proceed. darcs get http://common-lisp.net/~loliveira/darcs/babel/ -- - attila PS: Luis, if you find the time, please put up a page for Babel so that google can find it. From css at swissjabber.ch Sat Sep 15 13:52:04 2007 From: css at swissjabber.ch (css) Date: Sat, 15 Sep 2007 15:52:04 +0200 Subject: [Cl-perec-devel] Problems installing cl-perec - cannot find Package "babel" In-Reply-To: References: <9e4493f70709150530y7dfb6c5bu7fcb69304693864@mail.gmail.com> Message-ID: <9e4493f70709150652o43d1af57q39e68774fb1ed3a8@mail.gmail.com> > not really. unfortunately cl is badly missing a useful automatic > library management tool... Hm. What about asdf-install? At least a list of the Packages one needs would be a help, even if it isnt complete. This trial-and-error-stuff is really annoying. Since I think I have all dependencies now, I will maybe try to create such a list, but a real developer would certainly make something more useful. > darcs get http://common-lisp.net/~loliveira/darcs/babel/ Thank you. Hm. Ok. Now I can compile until the point when sbcl sais it doesnt find a class from cl-rdbms. But at least it starts compiling now, i.e. it should have all its dependencies. From attila.lendvai at gmail.com Sat Sep 15 14:08:27 2007 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Sat, 15 Sep 2007 16:08:27 +0200 Subject: [Cl-perec-devel] Problems installing cl-perec - cannot find Package "babel" In-Reply-To: <9e4493f70709150652o43d1af57q39e68774fb1ed3a8@mail.gmail.com> References: <9e4493f70709150530y7dfb6c5bu7fcb69304693864@mail.gmail.com> <9e4493f70709150652o43d1af57q39e68774fb1ed3a8@mail.gmail.com> Message-ID: > Hm. What about asdf-install? it lacks several key features, just like asdf. > At least a list of the Packages one needs would be a help, even if it > isnt complete. This trial-and-error-stuff is really annoying. > Since I think I have all dependencies now, I will maybe try to create > such a list, but a real developer would certainly make something more > useful. it's painful for the developers, too. we have our dependencies already set up. of course if we had a tool that made the list... :) > Hm. Ok. Now I can compile until the point when sbcl sais it doesnt > find a class from cl-rdbms. But at least it starts compiling now, i.e. > it should have all its dependencies. i have the latest here and peres works fine with the postgres backend. if the error remains, then please include it in the next mail. hth, -- attila