From: Edward K. Lee
Subject: Problems compiling PCL on AKCL
Date: 
Message-ID: <1991Aug20.000619.23573@agate.berkeley.edu>
I'm having trouble compiling PCL (the 12-7-88 release) on AKCL 1.600 running
SunOS Release 4.1.1 on a sparc 2.
Has anyone done this succesfully?

Any and all help will be greatly appreciated.

Thanks,
Ed

P.S. Here's the first part of the output when I try to compile it.
(I haven't used common lisp very much.)
----
AKCL (Austin Kyoto Common Lisp)  Version(1.600) Wed Aug  7 03:20:14 PDT 1991
Contains Enhancements by W. Schelter

>(load "src/defsys")
Loading src/defsys.lsp
Finished loading src/defsys.lsp
T

>(pcl::compile-pcl)
Loading binary of KCL-PATCHES...
Warning: DEFMACRO is being redefined.
Loading binary of PKG...
Compiling WALK...
Compiling /home/ginger/spare/raid/pcl/src/walk.lsp.
Error: SYSTEM::SETF-HELPER [or a callee] requires only one argument,
       but two were supplied.
Fast links are on: do (use-fast-links nil) for debugging
Error signalled by SYSTEM::SETF-HELPER.
Backtrace: compiler::c1let > macroexpand > funcall > SYSTEM::SETF-HELPER
; (DEFUN NOTE-DECLARATION ...) is being compiled.
;;; The macro form (SETF (CADDR LOCK) (CONS DECLARATION (CADDR LOCK))) was not
expanded successfully.