[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
90's PCL on Lucid 4.0
- To: commonloops.pa@Xerox.COM
- Subject: 90's PCL on Lucid 4.0
- From: egdorf%zaphod@LANL.GOV (Skip Egdorf at Los Alamos National Laboratory)
- Date: Thu, 15 Feb 90 20:49:57 MST
- Redistributed: commonloops.pa
With *pcl-system-date* "2/8/90 A PCL for the 90's (beta 2)"
Sun 4/260
SunOS 4.0.3
Lucid Lisp / Sun Common Lisp 4.0 Alpha.
One of the projects in my Division must use Sun Common Lisp 4.0 alpha as
provided by Intellicorp for use with KEE. This system uses both CLOS and
KEE.
After loading "defsys.lisp" a (compile-pcl) gives the following:
> (pcl::compile-pcl)
Loading binary of PKG...
Loading binary of WALK...
Loading binary of ITERATE...
Loading binary of MACROS...
Loading binary of LOW...
Loading binary of LUCID-LOW...
;;; Warning: %POINTER is being imported from the LUCID package into
;;; the "PCL" package, but it isn't external in LUCID.
;;; Warning: DEFSTRUCT-SIMPLE-PREDICATE is being imported from the LUCID
package into
;;; the "PCL" package, but it isn't external in LUCID.
;;; Warning: ARGLIST is being imported from the LUCID package into
;;; the "PCL" package, but it isn't external in LUCID.
;;; Warning: NAMED-LAMBDA is being imported from the LUCID package into
;;; the "PCL" package, but it isn't external in LUCID.
;;; Warning: *PRINT-STRUCTURE* is being imported from the LUCID package
into
;;; the "PCL" package, but it isn't external in LUCID.
;;; Warning: NEW-STRUCTURE is being imported from the LUCID package into
;;; the "PCL" package, but it isn't external in LUCID.
;;; Warning: STRUCTURE-REF is being imported from the LUCID package into
;;; the "PCL" package, but it isn't external in LUCID.
;;; Warning: PROCEDUREP is being imported from the LUCID package into
;;; the "PCL" package, but it isn't external in LUCID.
;;; Warning: PROCEDURE-SYMBOL is being imported from the LUCID package
into
;;; the "PCL" package, but it isn't external in LUCID.
;;; Warning: PROCEDURE-REF is being imported from the LUCID package into
;;; the "PCL" package, but it isn't external in LUCID.
;;; Warning: SET-PROCEDURE-REF is being imported from the LUCID package
into
;;; the "PCL" package, but it isn't external in LUCID.
Loading binary of FIN...
Loading binary of DEFCLASS...
Loading binary of DEFS...
Loading binary of FNGEN...
Loading binary of LAP...
Loading binary of PLAP...
Loading binary of CACHE...
Loading binary of DLAP...
Loading binary of BOOT...
Loading binary of VECTOR...
Loading binary of SLOTS...
Loading binary of INIT...
Loading binary of STD-CLASS...
Loading binary of CPL...
Loading binary of BRAID...
>>Error: (:INTERNAL FIND-FREE-CACHE-LINE LINE-RESERVED-P) called with 2
arguments, but only 1 argument is allowed
(:INTERNAL FIND-FREE-CACHE-LINE LINE-RESERVED-P):
Required arg 0 (LINE): -33655826
:C 0: Ignore extra arguments
:A 1: Abort to Lisp Top Level
->
As this PCL compiles and loads correctly on our Sun Common Lisp (Lucid) 3.0
systems,
and before attempting to find the differences with the little that
Intellicorp has
provided us, has anyone else attempted to use this PCL with Lucid's 4.0?
Any hints?
Skip Egdorf
hwe@lanl.gov