[plt-scheme] Slib and Init File

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Jul 13 12:05:45 EDT 2002

At 13 Jul 2002 13:10:07 +0100, Paulo J. Matos wrote:
> I'm trying to make slib work with DrScheme 200. I've put slib
> directory into plt collects and I've done the following in
> DrScheme:
> Welcome to DrScheme, version 200.
> Language: Graphical (MrEd, includes MzScheme).
> > (require (lib "load.ss" "slibinit"))
> > (require 'new-catalog)
> #f
> > (load (build-path (collection-path "slib") "DrScheme.init"))
> . . reference to undefined identifier: require-library
> 
> Any idea of what might be happening?

Don't use "DrScheme.init". After the first two steps, you should be
ready to go.

Matthew




Posted on the users mailing list.