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
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.
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