I had to comment out the following lines in prompt.lisp to get cllib
to compile with CVS clisp:
cvs diff prompt.lisp
Index: prompt.lisp
===================================================================
RCS file: /cvsroot/clocc/clocc/src/cllib/prompt.lisp,v
retrieving revision 2.10
diff -r2.10 prompt.lisp
17,18c17,18
< #+(and clisp lisp=cl)
< (eval-when (compile load eval) (import 'ext:package-short-name :cllib))
---
> ;; #+(and clisp lisp=cl)
> ;; (eval-when (compile load eval) (import 'ext:package-short-name :cllib))
I guess that package-short-name is no longer available from package
ext.
-russ
|