[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: exn:i/o:filesystem-detail unbound?



Quoting Jamie Raymond:
> For the first time I'm trying to compile and run the latest CVS code
> on my GNU/Linux box. Compiling went ok. Running mzscheme and mred
> worked, but when I tried DrScheme, I got the following fatal error:
> 
> unit: used an unbound or non-primitive global in: exn:i/o:filesystem-detail

First, check that `exn:i/o:filesystem-detail' is provided by the
MzScheme and MrEd binaries that you compiled. It should be.

If so, is it possible that DrScheme is being executed with an older
binary?

Matthew