[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
2/6/90 PCL under Coral ACL 1.2.2
- To: CommonLoops.pa@Xerox.COM
- Subject: 2/6/90 PCL under Coral ACL 1.2.2
- From: Greg Anglin <dganglin@watstat.waterloo.edu>
- Date: Thu, 8 Feb 90 11:14:08 EST
- Redistributed: CommonLoops.pa
Hi --
I've been attempting to compile "2/6/90 A PCL for the 90's (beta)" under
Mac (ie Coral) Allegro Common Lisp 1.2.2. I have made the changes required
by patch1 and patch2. The output resulting from the failed compile is below.
For the moment, ACL 1.2.2 is the only LISP I have available, so I haven't tried
other environments. I don't know who is taking care of the coral port; if
there is a better email address to contact on coral pcl issues, please let
me know.
Thanks,
Greg Anglin (dganglin@watstat.waterloo.edu)
Department of Statistics
University of Waterloo
Waterloo, Ontario
*******************************************************************************
Welcome to Allegro CL Version 1.2.2!
? (load "ccl;pcl-beta:defsys.lisp")
;Loading "HardDisk:Common Lisp:pcl-beta:defsys.lisp"...
"HardDisk:Common Lisp:pcl-beta:defsys.lisp"
? (pcl::compile-pcl)
Compiling PKG...
Loading binary of PKG...
Compiling WALK...
Loading binary of WALK...
Compiling ITERATE...
Compiler warnings for file "HardDisk:Common Lisp:pcl-beta:iterate.lisp" :
In function ITERATE::OPTIMIZE-ITERATE-FORM :
Variable not ignored (ITERATE::V)
Loading binary of ITERATE...
Compiling MACROS...
Loading binary of MACROS...
Compiling LOW...
Loading binary of LOW...
Compiling CORAL-LOW...
Loading binary of CORAL-LOW...
> Warning: FUNCTION PRINTING-RANDOM-THING-INTERNAL originally defined in: (CCL;
pcl-beta:macros.lisp)
is now being redefined in: CCL;pcl-beta:coral-low.lisp
> While executing: CCL::RECORD-SOURCE-FILE
> Warning: FUNCTION SET-FUNCTION-NAME-1 originally defined in: (CCL;pcl-beta:lo
w.lisp)
is now being redefined in: CCL;pcl-beta:coral-low.lisp
> While executing: CCL::RECORD-SOURCE-FILE
Compiling FIN...
Loading binary of FIN...
Compiling DEFCLASS...
Compiler warnings for file "HardDisk:Common Lisp:pcl-beta:defclass.lisp" :
In function PCL::MAKE-TOP-LEVEL-FORM :
Unused lexical variables (PCL::FORM PCL::TIMES)
In function PCL::EXPAND-DEFCLASS :
Undeclared free variable (PCL::*DEFCLASS-TIMES*)
Loading binary of DEFCLASS...
Compiling DEFS...
Loading binary of DEFS...
Compiling FNGEN...
Loading binary of FNGEN...
Compiling LAP...
Loading binary of LAP...
Compiling PLAP...
Loading binary of PLAP...
Compiling CACHE...
Compiler warnings for file "HardDisk:Common Lisp:pcl-beta:cache.lisp" :
In function PCL::EXPAND-CACHE :
Unused lexical variable (IGNORE)
Loading binary of CACHE...
Compiling DLAP...
Loading binary of DLAP...
Compiling BOOT...
Loading binary of BOOT...
Compiling VECTOR...
Compiler warnings for file "HardDisk:Common Lisp:pcl-beta:vector.lisp" :
In function PCL::OPTIMIZE-SLOT-VALUE :
Unused lexical variable (IGNORE)
In function PCL::OPTIMIZE-SET-SLOT-VALUE :
Unused lexical variable (IGNORE)
Loading binary of VECTOR...
Compiling SLOTS...
Loading binary of SLOTS...
Compiling INIT...
Loading binary of INIT...
Compiling STD-CLASS...
Compiler warnings for file "HardDisk:Common Lisp:pcl-beta:std-class.lisp" :
In function PCL::ENSURE-CLASS-VALUES :
Unused lexical variable (PCL::PROTO)
Loading binary of STD-CLASS...
> Error: Undefined function: MAKE-INSTANCE .
> While executing: CCL::%FUNCTION
> Type Command-/ to continue, Command-. to abort.
1 >
--------