[comp.lang.lisp] MOre PCL/KCL compiling problems

kaplan@m.cs.uiuc.edu (08/25/89)

I, too, have recently tried to put PCL up on AKCL and run into problems
similar to those reported by Jordan Hubbard, although in a different place.
What do I have to do to get this resolved?  I have tried mailing Jordan but
the mail gets bounced, so I hope you netters out there dont mind my asking,
and will be able to help!!

The problem is that some macro expansions fail.  I've included a trace of
the (pcl::compile-pcl) which shows the problem.

thanks in advance
Simon Kaplan		University of Illinois at Urbana-Champaign
kaplan@cs.uiuc.edu
uunet!uiucdcs!kaplan

Here is the trace:

AKCL (Austin Kyoto Common Lisp)  Version(1.189) Wed Aug 23 19:30:29 CDT 1989
Contains Enhancements by W. Schelter

>(load "defsys.lisp")
Loading defsys.lisp
Finished loading defsys.lisp
T

>(pcl::compile-pcl)
Loading binary of KCL-PATCHES...
Warning: DEFMACRO is being redefined.

 ... compiles that worked fine omitted ...

Compiling STD-CLASS...
Compiling /home/kaplan/kaplan/src/pcl/std-class.lisp.
Error: Cannot expand the SETF form (CPD-COUNT (CAR SUPERS)).
Error signalled by FUNCALL.
Backtrace:  > funcall > funcall > INCF
; (DEFUN COMPUTE-STD-CPL-PHASE-2 ...) is being compiled.
;;; The macro form (INCF ...) was not expanded successfully.

Error: Cannot expand the SETF form (CPD-COUNT (CAR T2)).
Error signalled by FUNCALL.
Backtrace:  > funcall > funcall > INCF
;;; The macro form (INCF ...) was not expanded successfully.

Error: Cannot expand the SETF form (CPD-AFTER (CAR T1)).
Error signalled by FUNCALL.
Backtrace:  > funcall > funcall > PUSH
;;; The macro form (PUSH ...) was not expanded successfully.

Error: Cannot expand the SETF form (CPD-COUNT AFTER).
Error signalled by FUNCALL.
Backtrace:  > funcall > funcall > DECF
; (DEFUN COMPUTE-STD-CPL-PHASE-3 ...) is being compiled.
;;; The macro form (DECF ...) was not expanded successfully.
; (DEFUN NAMED-OBJECT-PRINT-FUNCTION ...) is being compiled.
;; Warning: Ignore declaration was found for not bound variable DEPTH.
No FASL generated.
Loading binary of STD-CLASS...
Error: Cannot open the file /home/kaplan/kaplan/src/pcl/std-class.o.
Error signalled by LOAD.

Broken at LOAD.  Type :H for Help.