[comp.lang.lisp] Problems compiling AKCL 1-505

emerson@hal.uvm.edu (Tom Emerson) (11/30/90)

I am trying to compile AKCL 1.505 and am having the following problems
(I am compiling on a Sun 4/360 under SunOS 4.0.3 with gcc):

1. make command generates a memory error.  To get around this I manually
   performed the operations in that part of the makefile and commented it
   out.  After that, worked fine.

2. I get the following later on in the compilation:

	Compiling arraylib.lsp.
	Loading ./cmpinit.lsp
	Loading sys-proclaim.lisp
	Finished loading sys-proclaim.lisp
	Finished loading ./cmpinit.lsp
	Warning: MAKE-ARRAY is being redefined.
	Error: The variable COMPILER::BODY is unbound.
	Error signalled by COMPILER::C1BODY.
	Backtrace: [....]

   it then compiles assert.lsp fine, though with several warnings.

3. Then when it attempts to compile defmacro.lsp:

	Compiling defmacro.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:

   and then the make fails.

Any ideas what I'm doing wrong?

Thanks for your help,

Tom E.
emerson@hal.uvm.edu