[plt-scheme] Help
At Fri, 25 Oct 2002 19:32:02 +0200, Pierre_Mathé wrote:
> Then I execute the following comands :
> (require (lib "load.ss" "slibinit")) ; loads "init.ss"
> (slib:load "c:\\Program files\\PLT\\collects\\jacal\\math")
> and I get the error :
> Error: ";required feature not supported: " defmacro
> What is wrong?
Our SLIB init.ss claims that `defmacro' is not supported.
I've fixed init.ss so that it loads (lib "defmacro.ss") and then claims
that `defmacro' is supported.
But, I still am not able to load Jacal's math.scm. I have to look more
closely at the problem...
Matthew