Ken, sorry if you get this twice. I should have replied to graphic-forms-devel.
--
Jack
---------- Forwarded message ----------
From: Jack Unrue <jdunrue(a)gmail.com>
Date: Aug 29, 2007 8:43 PM
Subject: Re: [graphic-forms-devel] Up and running
To: Ken Perry <kperry(a)blinksoft.com>
On 8/29/07, Ken Perry <kperry(a)blinksoft.com> wrote:
> You asked,
> "After you execute (gfsys::configure-asdf) can you tell me what
> asdf:*central-registry* evaluates to? Just type that fully-qualified symbol
> at the REPL, and you'll get back it's value."
>
> Here is what I got:
>
> [2]> asdf:*central-registry*
> ("c:/graphic-forms" NIL
> "c:/graphic-formssrc/external-libraries/practicals-1.0.3/Chapter24/"
> "c:/graphic-formssrc/external-libraries/practicals-1.0.3/Chapter08/"
> #P"C:\\clisp-2.41\\asdf\\cffi\\" #P"C:\\clisp-2.41\\asdf\\closer-mop\\"
> #P"C:\\clisp-2.41\\asdf\\lw-compat\\" *DEFAULT-PATHNAME-DEFAULTS*)
> [3]>
Aha, there is the problem. I think you need trailing slash in your value
for *gf-dir*. You are getting paths that have
"c:/graphic-formssrc/...."
instead of
"c:/graphic-forms/src/...."
--
Jack Unrue