[comp.lang.lisp] Trouble making kcl on VaxStation

jwe@ut-emx.UUCP (John W. Eaton) (01/11/90)

I have been trying to make version 313 of akcl (obtained from cli.com)
without success.  I am runnning into an undefined variable during
make's second pass.

I have a VaxStation running Ultrix 3.0 and I'm using gcc and gmake.
Everything seems to work properly during makes first pass (to make
raw_kcl).  Why should COMPILER::BODY be undefined?  I must admit that
I'm in a little over my head here... any help will be much
appreciated!

Here's the last bit of output from the make (line breaks in the
Backtrace are mine): 

[...]
(cd lsp; make all)

Compiling arraylib.lsp.
Loading ./cmpinit.lsp
Loading sys-proclaim.lisp
Finished loading sys-proclaim.lisp
Finished loading ./cmpinit.lsp

Error: The variable COMPILER::BODY is unbound.
Error signalled by COMPILER::C1BODY.
Backtrace:  > when > let > let > compile-file > apply >
 compiler::compile-file1 > let* > let > unwind-protect > progn >
 let > unwind-protect > progn > let* > unwind-protect > do >
 compiler::t1expr > catch > when > let > cond > cond > funcall >
 compiler::t1defun > tagbody > let > setq > compiler::c1lambda-expr >
 multiple-value-setq > COMPILER::C1BODY
Bye.
gcc -O -DVOL=volatile  -I/usr/local/src/akcl/o   -c   -I../h arraylib.c
/usr/local/lib/gcc-cpp: arraylib.c: No such file or directory
make: *** [arraylib.o] Error 1
make: *** [all] Error 1
make: *** [all] Error 1

Any ideas?

-- 
John Eaton
jwe@emx.utexas.edu
Department of Chemical Engineering
The University of Texas at Austin
Austin, Texas  78712