
12 Feb
2004
12 Feb
'04
2:10 a.m.
I upgraded to CLISP 2.32 and all is well now. Thanks for the help. Geoffrey -- Geoffrey S. Knauth | http://knauth.org/gsk On Feb 11, 2004, at 15:35, Helmut Eller wrote:
I think CLISP 2.29-13 is too old. We use things like
(defstruct (:location (:type list) :named ...))
and older versions of CLISP don't like keywords as struct names. CLISP 2.32 or newer should work. There are also some Linux specific functions in swank-clisp.lisp. You probably have to comment them out or provide MacOS versions (SET-SIGIO-HANDLER and ADD-INPUT-HANDLER are currently not used; you can delete them).