[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: May Day PCL with AKCL



I have read the "Some notes on using "5/1/90 May Day PCL (REV 2)" with
KCL and AKCL." by Richard Harris, however I am having difficulty
getting PCL to compile in AKCL 473 on a sparcstation.  

When I do not use (setq compiler::*compile-ordinaries* t) I get a
value stack overflow!

When I use (setq compiler::*compile-ordinaries* t) I get the
following:

AKCL (Austin Kyoto Common Lisp)  Version(1.473) Thu May 10 13:29:51 EST
1990
Contains Enhancements by W. Schelter

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

>(setq compiler::*compile-ordinaries* t)(pcl:compile-pcl)
T

>(in-package 'pcl)
#<"PCL" package>

PCL>(compile-pcl)
Compiling KCL-PATCHES...
Compiling /home/orchestra3/dmc/range/clos/kcl-patches.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/orchestra3/dmc/range/clos/kcl-patches.o.
Loading binary of KCL-PATCHES...

;...
;... (many apparently successfully compiling files,  with some warnings
;...
;...

Compiling FIXUP...
Compiling /home/orchestra3/dmc/range/clos/fixup.lisp.
Error: #<#<std-instance> 20033424> is not of type STD-INSTANCE.
Error signalled by THE.
Backtrace:  > eval > fix-early-generic-functions > method-lambda-list >
lambda-closure > prog > setf > THE
; (FIX-EARLY-GENERIC-FUNCTIONS) is being compiled.
;;; The form (FIX-EARLY-GENERIC-FUNCTIONS) was not evaluated successfully.
;;; You are recommended to compile again.
No FASL generated.
Loading binary of FIXUP...
Error: Cannot open the file /home/orchestra3/dmc/range/clos/fixup.o.
Error signalled by LOAD.

Broken at LOAD.  Type :H for Help.
PCL>>:q

Starting a fresh akcl, and doing a (pcl::compile-pcl) results in the same
message again.  Does anyone have a clue to what the problem is?

 -- Prof. David Chelberg (dmc@piccolo.ecn.purdue.edu)