[Ecls-list] Can't compile CLX under MSVC
Juan Jose Garcia Ripoll
lisp at arrakis.es
Fri Jul 29 03:00:39 UTC 2005
On Thu, 2005-07-28 at 11:47 +0200, Goffioul Michael wrote:
> > I updated my CVS today and tried to recompile. It failed at
> > compiling CLX
> To reproduce it, try to compile this code:
>
> (macrolet ((make-eq (type)
> (let ((predicate (intern (concatenate 'string (string type) "-EQUAL"))))
> `(progn
> (declaim (inline ,predicate))
> (defun ,predicate (a b) (eq a b))))))
> (make-eq window)
> (make-eq pixmap)
> (make-eq cursor)
> )
It should be fixed now.
Juanjo
More information about the ecl-devel
mailing list