[plt-scheme] Problem require-ing SLIB 3a2 with DrScheme (299.400)

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Dec 17 09:20:33 EST 2005

At Sat, 17 Dec 2005 14:06:16 +0800, Peter Wright wrote:
> Now trying to run just:
> 
> (require (lib "load.ss" "slibinit"))
> 
> gives me this response:
> 
> ../../../plt/collects/slibinit/init.ss::9553: string=?: expects type
> <string> as 2nd argument, given: #<path:/opt/plt/collects/slib>; other
> arguments were: ""

I've fixed "slibinit" for v300 and for SLIB 3a2.

Meanwhile, you can download the following replacement for "load.ss" in the
"slibinit" collection:

  http://www.cs.utah.edu/~mflatt/tmp/load.ss


Matthew



Posted on the users mailing list.