[plt-scheme] Still embedding mzscheme on osx
At Sun, 29 May 2005 20:20:12 +0200, Bourbaki wrote:
> #include "scheme.h"
>
> int main(int argc, char *argv[])
> {
> int dummy;
> scheme_set_stack_base(&dummy, 1);
> Scheme_Env *e = scheme_basic_env();
> return 0;
> }
> [...]
> once i run the program i get the following error message
>
> standard-module-name-resolver: collection not found: "mzlib" in any of:
> ()
I'm stumped. As far as I know, nothing in scheme_basic_env() uses MzLib
or `lib' paths. You're certain that the above is the whole program that
you're running?
Matthew