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

[no subject]



I'm trying to build the PCL I just ftpd' from arisia, and have run into
some problems.  I'm using AKCL-1-86, and seem to recall someone posting 
earlier some problems & fixes with building PCL in KCL.  (I applied the 
speedup changes in kcl-mods.text).

I moved all of the ".lisp" files to ".lsp" files, loaded defsys.lsp, and 
typed compile-pcl.  I frequently got the warning message

;; Warning: The variable &ENVIRONMENT is not used.

I presume this has something to do with the redefinition of defmacro in 
kcl-patches.lsp. 

The compile proceeded for a few files, then did this:

Compiling FIN...
Compiling /u4/whaley/skagit/pcl/fin.lsp.
; (DEFMACRO FUNCALLABLE-INSTANCE-DATA-1 ...) is being compiled.
;; Warning: The variable &ENVIRONMENT is not used.

Error: Too few arguments are supplied to defmacro-lambda-list.
Error signalled by IF.
Backtrace: macroexpand > funcall > funcall > funcallable-instance-data-1 >
if
; (DEFUN ALLOCATE-FUNCALLABLE-INSTANCE ...) is being compiled.
;;; The macro form (SETF (FUNCALLABLE-INSTANCE-WRAPPER FIN) WRAPPER
(FUNCALLABLE-INSTANCE-STATIC-SLOTS FIN) STATIC-SLOTS) was not expanded
successfully.

Error: Too few arguments are supplied to defmacro-lambda-list.
Error signalled by IF.
Backtrace: funcall > funcall > funcall > funcallable-instance-data-1 > if
;;; The macro form (SETF ...) was not expanded successfully.
;; Warning: The variable STATIC-SLOTS is not used.


I did't seen anything like this described in the notesfiles, so I am
appealing to you all out there for suggestions.

		Ken
whaley@june.cs.washington.edu