From: ·······@gmail.com
Subject: Help with ASDF
Date: 
Message-ID: <1118264766.730151.256340@o13g2000cwo.googlegroups.com>
Forgive my ignorance, but I'm trying to get this figured out. After
doing a brief Google, I wanted to play around the KPAX CL web
framework. It needs Portable AServe, so here's the steps I've taken:

CL-USER> (load "/Users/pj/portableaserve/INSTALL.lisp")
#P"/Users/pj/portableaserve/INSTALL.lisp"
CL-USER> (load "/Users/pj/portableaserve/aserve/example.cl")
#P"/Users/pj/portableaserve/aserve/example.cl"
CL-USER> (net.aserve:start :port 8080)
#<WSERVER port 8080 #x65889B6>

--examples worked fine testing in the browser

CL-USER> (net.aserve:shutdown)
NIL
CL-USER> (pushnew "/Users/pj/kpax/" asdf:*central-registry* :test
#'equal)
("/Users/pj/kpax/" *DEFAULT-PATHNAME-DEFAULTS*)
CL-USER> (asdf:oos 'asdf:load-op :kpax)
component "kpax" not found
   [Condition of type MISSING-COMPONENT]

Can anybody get me pointed in the right direction? I'm using Lisp in a
Box, OpenMCL 0.14.3 running on OSX 10.4.1.

Thanks,
PJ
From: Peter Schuller
Subject: Re: Help with ASDF
Date: 
Message-ID: <slrndaj9nj.2c3f.peter.schuller@scode-whitestar.mine.nu>
> CL-USER> (pushnew "/Users/pj/kpax/" asdf:*central-registry* :test
> #'equal)
> ("/Users/pj/kpax/" *DEFAULT-PATHNAME-DEFAULTS*)

Try (pathname "/Users/pj/kpax/") instead of "/Users/pj/kpax".

(Shot in the dark, might be totally wrong, but the default value of
asdf:*central-registry* seems to contain pathnames rather than strings.)

-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <··············@infidyne.com>'
Key retrieval: Send an E-Mail to ·········@scode.org
E-Mail: ··············@infidyne.com Web: http://www.scode.org