[plt-scheme] 3.99.0.3 and PLTCOLLECTS
Am I doing something wrong with PLTCOLLECTS? With v371, I used to
have PLTCOLLECTS pointing to two places:
PLTCOLLECTS=/usr/local/plt/collects:~/test/plt/collects
and I don't recall having problems, but now with v3.99.0.3, it seems I
need to unset PLTCOLLECTS to avoid startup errors. I completely
recreate /usr/local/plt every time I do an svn update and rebuild.
Geoff
$ mzscheme
Welcome to MzScheme v3.99.0.3 [3m], Copyright (c) 2004-2007 PLT Scheme
Inc.
current-library-collection-paths: expects argument of type <list of
complete paths and strings>; given (#<path:/usr/local/plt/collects>
#<path:~/test/plt/collects>)
exception raised by exception handler: scheme/init: standard-module-
name-resolver: collection not found: "scheme" in any of: () in: scheme/
init; original exception raised: current-library-collection-paths:
expects argument of type <list of complete paths and strings>; given
(#<path:/usr/local/plt/collects> #<path:~/test/plt/collects>)
exception raised by exception handler: standard-module-name-resolver:
collection not found: "mzscheme" in any of: (); original exception
raised: current-library-collection-paths: expects argument of type
<list of complete paths and strings>; given (#<path:/usr/local/plt/
collects> #<path:~/test/plt/collects>)
$ unset PLTCOLLECTS
$ mzscheme
Welcome to MzScheme v3.99.0.3 [3m], Copyright (c) 2004-2007 PLT Scheme
Inc.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20071202/7425feaa/attachment.html>