Hi,
the CVS version of XEmacs configured with
./configure --with-mule --with-x11 --with-toolbars=yes --use-kkcc
does not compile:
gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wshadow -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11/include
event-Xt.c
In file included from lisp.h:2708,
from event-Xt.c:26:
text.h: In function `string_index_char_to_byte':
text.h:1142: warning: function too large to be inline
text.h: In function `string_char_addr':
text.h:1142: warning: can't inline call to `string_index_char_to_byte'
text.h:1229: warning: called from here
In file included from event-Xt.c:33:
events.h:828:1: warning: "EVENT_CHANNEL" redefined
events.h:814:1: warning: this is the location of the previous definition
event-Xt.c: In function `x_to_emacs_keysym':
event-Xt.c:1075: structure has no member named `event'
event-Xt.c:1076: structure has no member named `event'
event-Xt.c: At top level:
event-Xt.c:1679: warning: no previous prototype for
`enqueue_focus_event'
make[1]: *** [event-Xt.o] Error 1
make[1]: Leaving directory `/usr/local/cvs.src/xemacs/xemacs-21.5/src'
make: *** [src] Error 2
Bye
Vasek