From: Buc Richards
Subject: Problem compiling CLOS under Mac Allegro Common Lisp 1.2.2
Date: 
Message-ID: <4664@lindy.Stanford.EDU>
After getting CLOS to compile and load under Ibuki, I am now
attempting the same on the Mac under Allegro Common Lisp 1.2.2.  It
dies compiling FSC with the error KEWORD unbound, anyone had this
problem, and know the solution?

? (pcl::compile-pcl)
Compiling PKG...
Loading binary of PKG...
Compiling WALK...
Loading binary of WALK...
Compiling ITERATE...

Compiler warnings for file "Y-MP:Applications:Allegro CL 1.2.2:CLOS: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 OBJECT-CACHE-NO originally defined in: (CCL;CLOS:low.lisp)
         is now being redefined in: CCL;CLOS:coral-low.lisp
> While executing: CCL::RECORD-SOURCE-FILE
> Warning:  FUNCTION PRINTING-RANDOM-THING-INTERNAL originally defined in: (CCL;CLOS:macros.lisp)
         is now being redefined in: CCL;CLOS:coral-low.lisp
> While executing: CCL::RECORD-SOURCE-FILE
> Warning:  FUNCTION SET-FUNCTION-NAME-1 originally defined in: (CCL;CLOS:low.lisp)
         is now being redefined in: CCL;CLOS:coral-low.lisp
> While executing: CCL::RECORD-SOURCE-FILE
Compiling FIN...
Loading binary of FIN...
Compiling DEFS...

Compiler warnings for file "Y-MP:Applications:Allegro CL 1.2.2:CLOS:defs.lisp" :
In function PCL::SUB-SPECIALIZER-P : 
Unused lexical variable (#:G1492)
Loading binary of DEFS...
Compiling BOOT...
Loading binary of BOOT...
Compiling VECTOR...
Loading binary of VECTOR...
Compiling SLOTS...
Loading binary of SLOTS...
Compiling INIT...
Loading binary of INIT...
Compiling DEFCLASS...
Loading binary of DEFCLASS...
Compiling STD-CLASS...
Loading binary of STD-CLASS...
Compiling POINTS...
Loading binary of POINTS...
Compiling BRAID1...
Loading binary of BRAID1...
Compiling FSC...
> Error: Unbound variable: KEWORD .
> While executing: |(METHOD SHARED-INITIALIZE :AFTER (STANDARD-SLOT-DESCRIPTION T))|
> Type Command-/ to continue, Command-. to abort.

+++++++++++++++++++++++++++++

        Rob Richards                              @ @
        Supercomputer Support Staff                 >
        Stanford University                        -
From: Andrew L. M. Shalit
Subject: Re: Problem compiling CLOS under Mac Allegro Common Lisp 1.2.2
Date: 
Message-ID: <ALMS.89Sep7183041@brazil.cambridge.apple.com>
In article <····@lindy.Stanford.EDU> ·····@lindy.Stanford.EDU (Buc Richards) writes:

   After getting CLOS to compile and load under Ibuki, I am now
   attempting the same on the Mac under Allegro Common Lisp 1.2.2.  It
   dies compiling FSC with the error KEWORD unbound, anyone had this
   problem, and know the solution?

I would bet that the letter 'Y' got accidently deleted from one of your
source code files.  Sound reasonable?