[plt-scheme] Re: Collection not found error - porting old scripts
Thanks for the tips. :)
I changed it to:
#lang scheme/base
(require (prefix-in vge: "base-low.ss")
"kw.ss")
The error I get is:
> standard-module-name-resolver: collection not found: #<path: scheme\base\lang> in any f: ()
My embedding program has this code in the init:
m_Scheme=scheme_basic_env();
declare_modules(m_Scheme);
scheme_namespace_require(scheme_intern_symbol("scheme/base"));
Base.c is generated and seems to work.
How can I check if scheme/base is actually loaded?
<edit>
I'll triple-check everything.
Thanks for the upgrade notes.
On Feb 20, 9:24 pm, Eli Barzilay <e... at barzilay.org> wrote:
> On Feb 20, Ryan Culpepper wrote:
>
> > jacmoe wrote:
> > > This is probably pre-PLT 4 scripts, so any help is appreciated
> > > regarding how to port this.
>
> > The scheme and scheme/base languages have built-in support for keywords,
> > so unless you're doing something really fancy you can drop (lib "kw.ss")
> > and use the new syntax. Go tohttp://docs.plt-scheme.org/guide/and read
> > 4.3 through 4.5.
>
> See also:
>
> http://docs.plt-scheme.org/release-notes/mzscheme/MzScheme_4.txt
>
> --
> ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
> http://barzilay.org/ Maze is Life!
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme