Hi!
After applying xemacs-21.4.4-21.4.5.patch to my existing source tree,
I can't successfully compile, because of
gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -W\
shadow -Wpointer-arith -Demacs -I. -DHAVE_CONFIG_H -I/client/include
-I/usr/X1\
1R6/include window.c
window.c: In function `window_loop':
window.c:2692: invalid operands to binary &&
gmake[1]: *** [window.o] Error 1
The source reads
struct window *p = ...;
case UNDEDICATE_BUFFER:
{
if ((XBUFFER (p->buffer) == XBUFFER (obj)) && (p->dedicated))
p->dedicated = Qnil;
break;
}
Now, the structure doesn't have a member dedicated.
Hints?
Vitals: FreeBSD 4.3-RELEASE i386
gcc version 2.95.3 [FreeBSD] 20010315 (release)
norbert.