[plt-scheme] Still embedding mzscheme on osx

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue May 31 12:34:50 EDT 2005

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



Posted on the users mailing list.