Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!IRO.UMontreal.CA!matrox!uvm-gen!kira!news From: emerson@hal.uvm.edu (Tom Emerson) Newsgroups: comp.lang.lisp Subject: Problems compiling AKCL 1-505 Keywords: AKCL Problems HELP Message-ID: <1990Nov29.160631.12768@uvm.edu> Date: 29 Nov 90 16:06:31 GMT Sender: news@uvm.edu Organization: University of Vermont - EMBA Computing Facility Lines: 41 Raymond-Protection: enabled 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