[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: commonloops.pa@Xerox.COM
- From: Rick Taube <HKT@CCRMA-F4.Stanford.Edu>
- Date: 22 May 90 08:45 PDT
- Redistributed: commonloops.pa
While attempting to compile May Day PCL in Franz on a NeXT machine:
"5/1/90 May Day PCL (REV 2)"
Allegro CL 3.1 [NeXT] (8/30/89)
I get the following error while compiling CPATCH.LISP:
Compiling CPATCH...
; --- Compiling file /private/Net/cm-nnfs/user/hkt/cl/pcl/may-day/cpatch.lisp ---
Warning: Symbol TAIL-FUNCALL declared special
Warning: Symbol QP-END-BLOCK declared special
Error: Attempt to take the value of the unbound symbol R-FUNCTION-START-ADJ
[changing package from "USER" to "HYPERION"]
If I continue the compilation process I get an additional error in
quadlap.lisp with an unknown package "R":
; --- Compiling file /private/Net/cm-nnfs/user/hkt/cl/pcl/may-day/quadlap.lisp ---
; Compiling PCL-MAKE-LAMBDA
; Compiling PCL-MAKE-VARREC
; Compiling PCL-MAKE-LAP
; Compiling MAKE-PREG
; Compiling PREG-P
; Compiling PCL::EXCL-LAP-CLOSURE-GENERATOR
Error: Package "R" not found. [file position = 4935]
[changing package from "USER" to "COMPILER"]
[1] <cl>
Both CPATCH.LISP and QUADLAP.LISP appear to be files specific to Franz Lisp
and the LAP code interface.
rick taube
hkt@ccrma-f4.stanford.edu
- Follow-Ups:
- [no subject]
- From: Gregor J. Kiczales <gregor@parc.xerox.com>