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

[no subject]



Problems installing PCL on KCL:

Trying to avoid the segmentation violation when compiling we
hand-loaded the particular source file.

Apparently a construct (defmacro) is missing for defmethod.
We could not find any.

We did find a (make-defdefiner ...) in pcl_env.lisp.
But this seems to be Interlisp and therefore not to be loaded for
PCL.

Any suggestions or hints are appreciated.

Tomas	  tstein@polyslo.CalPoly.EDU
Joseph  jrobinso@ployslo.CalPoly.EDU 


--------------------------------------------------------------
Broken at LOAD.
>>(load "fix-early.lisp")
T

>>(fix-early-generic-functions)

Error: The function ALLOCATE-INSTANCE is undefined.
Error signalled by FIX-EARLY-GENERIC-FUNCTIONS.
Backtrace:  > evalhook > FIX-EARLY-GENERIC-FUNCTIONS

Broken at LOAD.
>>:p
Broken at OR.

>>:p
Broken at PCL::LOAD-BINARY.

>>(defmethod tomas ((method standard-method)) (print "hello"))

Error: The function DEFMETHOD is undefined.
Error signalled by EVALHOOK.
Backtrace:  > EVALHOOK

Broken at PCL::LOAD-BINARY.
>>(load "pcl_src/pcl-env.lisp")
;PCL-ENV Copyright (c) 1987, 1988, 1989, by Xerox Corporation.  All rights reser
ved.

Error: There is no package with the name IL.
Error signalled by LOAD.
Backtrace:  > evalhook > load

Broken at PCL::LOAD-BINARY.
--------------------------------------------------------------