>>>>> "Marco" == Marco Antoniotti <[EMAIL PROTECTED]> writes:


    Marco> All of them.  The first one the bombs is the grey streams one.

Can you apply the attached patch?  It basically changes the load's to
require's.

Ray



Index: config.lisp
===================================================================
RCS file: /project/cmucl/cvsroot/src/tools/config.lisp,v
retrieving revision 1.7
diff -u -r1.7 config.lisp
--- config.lisp 20 Jul 2003 13:57:24 -0000      1.7
+++ config.lisp 2 Mar 2005 15:29:21 -0000
@@ -79,13 +79,13 @@
     
     (gc-off)
     (when load-gray-streams
-      (load "library:subsystems/gray-streams-library"))
+      (require :gray-streams))
     (when load-clx
-      (load "library:subsystems/clx-library"))
+      (require :clx))
     (when load-clm
-      (load "library:subsystems/clm-library"))
+      (require :clm))
     (when load-hemlock
-      (load "library:subsystems/hemlock-library"))
+      (require :hemlock))
     (dolist (f other) (load f))
     
     (setq *info-environment*


Reply via email to