Jonathon McKitrick | 13 Mar 2007 19:08

Re: Getting arnesi to load


On Tue, March 13, 2007 7:26 am, Attila Lendvai said:
>> what's the most direct way to get arnesi to load into slime without
>> complaining that it can't find :swank package?
>>
>> I'm running sbcl 1.0.3, and I just got arnesi_dev from darcs today.
>
> that's strange, it works fine here with the cvs sbcl and cvs slime and
> so did for a long time.
>
> the swank package should be available when slime is operational, so i
> have no idea what is different in your config.
>
> maybe common lisp controller?

I'm not sure.  I don't use the common lisp controller.  I'm running on an
Intel Mac, and I have all my packages installed in .sbcl/site and systems.

Is there another way to get arnesi to load swank?  Like I said, I'm
loading it from SLIME, so it's obviously there.

--

-- 
Jonathon McKitrick
Reed Larkey Group
Daniel Janus | 13 Mar 2007 19:14

Re: Getting arnesi to load

On Tuesday 13 of March 2007 19:08, Jonathon McKitrick wrote:

> Is there another way to get arnesi to load swank?  Like I said, I'm
> loading it from SLIME, so it's obviously there.

Are you loading arnesi via ASDF?  If so, you want your swank.asd (or at least 
a symlink to it) be visible on one of the paths in ASDF:*CENTRAL-REGISTRY*.  
I usually have one directory containing symlinks to all my .asd's, and I push
that onto the central registry, and everything works fine.

--

-- 
(with-best-regards '(Daniel Janus)
   :of 'Sentivision)
Jonathon McKitrick | 13 Mar 2007 22:02

Re: Getting arnesi to load


On Tue, March 13, 2007 2:14 pm, Daniel Janus said:
> Are you loading arnesi via ASDF?  If so, you want your swank.asd (or at
> least
> a symlink to it) be visible on one of the paths in
> ASDF:*CENTRAL-REGISTRY*.
> I usually have one directory containing symlinks to all my .asd's, and I
> push
> that onto the central registry, and everything works fine.

Thank you!  That solves the problem.  Perhaps the documentation should
have a note near the beginning that it is necessary to add a link to
swank.asd in the systems directory even if you have slime installed and
working.

--

-- 
Jonathon McKitrick
Reed Larkey Group

Gmane