[Ecls-list] CVS HEAD CLX compilation breaks

Matthew Mondor mm_lists at pulsar-zone.net
Sat Jun 5 06:50:15 UTC 2010


I know that GIT/CVS HEAD are under extreme flux lately, but I still
tried building it out of curiosity today.

With today's CVS HEAD, the following occurs when building the incuded
CLX support:

;;; Compiling (DEFUN DECODE-WM-HINTS ...).
;;; Note:
;;;   in file MANAGER.LISP, position 5383
;;;   at (DEFUN DECODE-WM-HINTS ...)
;;;   In function DECODE-WM-HINTS, checking types of arguments VECTOR DISPLAY.
9
9 is not a valid type specifier.

Available restarts:

1. (ABORT) ABORT

Top level in: #<process SI:TOP-LEVEL 081d6fc0>.
XLIB>


The form it breaks on consists of:

(declare (type (simple-vector 9) vector)
         (type display display))

Thanks,
-- 
Matt




More information about the ecl-devel mailing list