Re: [Ecls-list] getting ecl to work

2010-10-01 Thread Samium Gromoff
On Sat, 2 Oct 2010 00:15:52 +0200, Juan Jose Garcia-Ripoll wrote: > > I figured it out, the SYS logical pathname host was pointing at the > > build directory, not at the install directory. > > > > The fix is in my tree (with another, unrelated stray couple of patches). > > In Mingw, SYS: points

Re: [Ecls-list] getting ecl to work

2010-10-01 Thread Juan Jose Garcia-Ripoll
On Wed, Sep 29, 2010 at 7:47 PM, Samium Gromoff <_deepf...@feelingofgreen.ru > wrote: > On Wed, 29 Sep 2010 20:37:43 +0400, Samium Gromoff <_ > deepf...@feelingofgreen.ru> wrote: > > > > (require 'asdf) > > > > > > ;;; Loading #P"/Users/jjgarcia/lib/ecl-10.7.1/asdf.fas" > > > ;;; Loading #P"/Users

Re: [Ecls-list] getting ecl to work

2010-09-30 Thread Samium Gromoff
On Wed, 29 Sep 2010 21:47:20 +0400, Samium Gromoff <_deepf...@feelingofgreen.ru> wrote: > On Wed, 29 Sep 2010 20:37:43 +0400, Samium Gromoff > <_deepf...@feelingofgreen.ru> wrote: > > > > (require 'asdf) > > > > > > ;;; Loading #P"/Users/jjgarcia/lib/ecl-10.7.1/asdf.fas" > > > ;;; Loading #P"/Us

Re: [Ecls-list] getting ecl to work

2010-09-29 Thread Samium Gromoff
On Wed, 29 Sep 2010 20:37:43 +0400, Samium Gromoff <_deepf...@feelingofgreen.ru> wrote: > > > (require 'asdf) > > > > ;;; Loading #P"/Users/jjgarcia/lib/ecl-10.7.1/asdf.fas" > > ;;; Loading #P"/Users/jjgarcia/lib/ecl-10.7.1/cmp.fas" > > ("ASDF" "CMP") > > > 'asdf:load-system > > > > ASDF:LOAD-SY

Re: [Ecls-list] getting ecl to work

2010-09-29 Thread Samium Gromoff
On Wed, 29 Sep 2010 18:18:13 +0200, Juan Jose Garcia-Ripoll wrote: > In a private conversation Isaiah told me that he was assuming asdf-install > and asdf are the same thing. Regarding the other problem he found, which I > quote here > > (asdf:load-system "test") > Cannot find the external symbo

Re: [Ecls-list] getting ecl to work

2010-09-29 Thread Juan Jose Garcia-Ripoll
In a private conversation Isaiah told me that he was assuming asdf-install and asdf are the same thing. Regarding the other problem he found, which I quote here (asdf:load-system "test") Cannot find the external symbol LOAD-SYSTEM in #<"ASDF" package>. the answer is that one has to load ASDF befo

Re: [Ecls-list] getting ecl to work

2010-09-29 Thread Samium Gromoff
On Tue, 28 Sep 2010 23:49:29 +0200, Juan Jose Garcia-Ripoll wrote: > And could you give more information on that "I couldn't use asdf". What > errors do you see? Maybe you have some other configuration problems. He could be suffering from the NAMESTRING mis-rendering logical pathnames, which I j

Re: [Ecls-list] getting ecl to work

2010-09-28 Thread Juan Jose Garcia-Ripoll
Isaiah, how did you build & install it? Are you using Ubuntu's repository? Normally ECL overwrites all the files in the destination directory and thus if there was something there, it should be gone and not bothering the new copy. And could you give more information on that "I couldn't use asdf".

[Ecls-list] getting ecl to work

2010-09-28 Thread Isaiah Gilliland
I'm running ubuntu linux, I've been interested in ecl for a while but I'm having a bit a of trouble. I once built and installed ecl when I was out searching around for a lisp to use, well I decided to look into it again when I found it that it was now bundled with asdf. I built the new version and