[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Installing PCL, on Coral and Lucid



I'm hoping someone on this list can help me with a couple of
stumbling blocks I've hit installing PCL, one on Coral's
compiler and one on Lucid's Sun Common Lisp compiler.

The Coral bug is:

Welcome to Allegro CL Version 1.1!
? 
;Loading "Internal:Common Lisp:PCL:defsys.lisp"...
? (pcl::compile-pcl :recompile-some)
Loading binary of PKG...
Loading binary of WALK...
Loading binary of ITERATE...
Loading binary of MACROS...
Loading binary of LOW...
Loading binary of CORAL-LOW...
> Warning:  FUNCTION OBJECT-CACHE-NO originally defined in: (CCL;low.lisp)
         is now being redefined in: CCL;coral-low.lisp
> While executing: CCL::RECORD-SOURCE-FILE
> Warning:  FUNCTION PRINTING-RANDOM-THING-INTERNAL originally defined in:
(CCL;
macros.lisp)
         is now being redefined in: CCL;coral-low.lisp
> While executing: CCL::RECORD-SOURCE-FILE
> Warning:  FUNCTION SET-FUNCTION-NAME-1 originally defined in:
(CCL;low.lisp)
         is now being redefined in: CCL;coral-low.lisp
> While executing: CCL::RECORD-SOURCE-FILE
Loading binary of FIN...
Loading binary of DEFS...
Loading binary of BOOT...
Loading binary of VECTOR...
Loading binary of SLOTS...
Loading binary of MKI...
Loading binary of INIT...
Loading binary of DEFCLASS...
Compiling STD-CLASS...
> Error: Array index -45 out of bounds for #(NIL NIL NIL NIL NIL NIL NIL
NIL NIL NIL NIL NIL NIL NIL N
IL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL
NIL NIL NIL NIL NIL NIL NIL
 NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL
NIL NIL NIL NIL NIL NIL NIL) 
.
> While executing: #<An Anonymous Compiled Function>
> Type Command-/ to continue, Command-. to abort.
1 > 
Aborted.
? 

And on the Sun, with Lucid:

> (load "pcl/defsys.lisp")
#P"pcl/defsys.lisp"
> (pcl::compile-pcl :recompile-some)
Loading binary of PKG...
Loading binary of WALK...
Loading binary of ITERATE...
Loading binary of MACROS...
Loading binary of LOW...
Loading binary of LUCID-LOW...
;;; Warning: Redefining %LOGAND
;;; Warning: Redefining %ASH
;;; Warning: Redefining MAKE-MEMORY-BLOCK
;;; Warning: Redefining OBJECT-CACHE-NO
;;; Warning: Redefining SET-FUNCTION-NAME-1
>>Error: #<Unbound 1E> should be a function.

ARGLIST:
   Required arg 0 (X): #<Unbound 1E>

:A    Abort to Lisp Top Level
:C    Supply a function.
-> 


Has anyone bumped into either of these problems? Thanks for any
help you can provide.

Richard K. Belew
 
	rik%cs@ucsd.edu

	Assistant Professor
	CSE Department  (C-014)
	UCSD
	San Diego, CA 92093         
	619 / 534-2601 or  534-5948 (messages)