[Ecls-list] CLX build failure (Win32)

Goffioul Michael goffioul at imec.be
Tue May 17 06:26:50 UTC 2005


I looked into the CLX build problem under Win32 (maybe only MSVC) and the
answer is quite trivial. In clx/packages.lisp, the first statement is:

#-clx-ansi-common-lisp
(lisp:in-package :xlib :use '(:lisp))

However, IN-PACKAGE does not allow more than one argument. I don't know why
this doesn't fail under Linux.
Should I push clx-ansi-common-lisp in *features*?

Michael.




More information about the ecl-devel mailing list