From: Artem Baguinski
Subject: asdf and require
Date: 
Message-ID: <87isfqfrjo.fsf@caracolito.lan>
hi

in the swank.asd i see the following:

;; Usage:
;;
;;   (require :swank)
;;   (swank:create-swank-server PORT) => ACTUAL-PORT


but my cmucl installation tries to lookup the required modules in
some cmucl specific locations. am i missing something in asdf
configuration? the following works:

(asdf:operate 'asdf:load-op 'swank)



-- 
gr{oe|ee}t{en|ings}
artm 

From: Edi Weitz
Subject: Re: asdf and require
Date: 
Message-ID: <m3k706sh0r.fsf@bird.agharta.de>
On Fri, 23 Apr 2004 21:00:27 +0200, Artem Baguinski <····@v2.nl> wrote:

> in the swank.asd i see the following:
>
> ;; Usage:
> ;;
> ;;   (require :swank)
> ;;   (swank:create-swank-server PORT) => ACTUAL-PORT
>
>
> but my cmucl installation tries to lookup the required modules in
> some cmucl specific locations. am i missing something in asdf
> configuration? the following works:
>
> (asdf:operate 'asdf:load-op 'swank)

I think the REQUIRE line is SBCL-specific.

Edi.
From: EL Henry
Subject: Re: asdf and require
Date: 
Message-ID: <ebe26ea9.0404271411.4728ab13@posting.google.com>
Artem Baguinski <····@v2.nl> wrote in message news:<··············@caracolito.lan>...
> hi
> 
> in the swank.asd i see the following:
> 
> ;; Usage:
> ;;
> ;;   (require :swank)
> ;;   (swank:create-swank-server PORT) => ACTUAL-PORT
> 
> 
> but my cmucl installation tries to lookup the required modules in
> some cmucl specific locations. am i missing something in asdf
> configuration? the following works:
> 
> (asdf:operate 'asdf:load-op 'swank)

Hi --

 I don't know if this helps, but have you read Edi's ASDF-INSTALL tutorial?
 You gotta do some tweaking first...

 See: http://weitz.de/asdf-install/



 Henry