From xemacs-m  Mon Mar 10 13:57:07 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id NAA02419
	for <xemacs-beta@xemacs.org>; Mon, 10 Mar 1997 13:57:06 -0600 (CST)
Received: from Canada.Sun.COM ([129.155.5.101]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id LAA08772 for <xemacs-beta@xemacs.org>; Mon, 10 Mar 1997 11:56:29 -0800
Received: from scooter.canada.sun.com by Canada.Sun.COM (SMI-8.6/SMI-5.3)
	id OAA25340; Mon, 10 Mar 1997 14:56:29 -0500
Received: from verve.canada.sun.com by scooter.canada.sun.com (SMI-8.6/SMI-SVR4)
	id OAA15379; Mon, 10 Mar 1997 14:56:27 -0500
Received: by verve.canada.sun.com (SMI-8.6/SMI-SVR4)
	id OAA08804; Mon, 10 Mar 1997 14:42:01 -0500
Date: Mon, 10 Mar 1997 14:42:01 -0500
Message-Id: <199703101942.OAA08804@verve.canada.sun.com>
From: Georg Nikodym <georgn@Canada.Sun.COM>
To: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: b98 FAILURE
Reply-To: georgn@Canada.Sun.COM
X-Face:  ,~EI@l7'&P{\d++e`EMjNTNpzsxJPg(H]?Sd_T3xIlq[(PT[.D;A_/k)qfeC@m\/1]A{vZD
 r4&Lme-/M]c'Q>>:VM|L^<ED=j@dG!ld,bQ:IhT53q'x>6wZKH3iCT6Ff1-`*z{vCiT}+%(irA6TOn
 S~pFtml1bL\=kp%0PsLcF3+Q/e${o|S/<NUFDrU@;^o(D+av1g>Ce=ztlPGb$?up%c-*l'wmjw\sw;
 D__0Z;+93I+Kx6Mxdc]+|2V03aE@D8-fMT_v[~~FC9I\*|72QVW,aQ!`hHp_.gE.W&kxla2#)\Cmo
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII


src/console.c is not compatible with the --use-union-type (which I
use).

The compilation output of interest:

cc -c -Demacs -DHAVE_CONFIG_H  -I. -I/import/verve/georgn/xemacs/xemacs-19.15-b98/src -I/usr/openwin/include -I/usr/dt/include -I/ot/misc_includes -I/usr/openwin/include -I/usr/openwin/include/desktop -I/usr/openwin/include/desktop -I/usr/openwin/include/desktop -I/usr/dt/include -I/import/verve/georgn/xemacs/xemacs-19.15-b98/src/../lwlib   -g -xarch=v8plusa -xchip=ultra /import/verve/georgn/xemacs/xemacs-19.15-b98/src/console.c
"/import/verve/georgn/xemacs/xemacs-19.15-b98/src/console.c", line 943: left operand of "." must be struct/union object
"/import/verve/georgn/xemacs/xemacs-19.15-b98/src/console.c", line 943: non-unique member requires struct/union object: val
"/import/verve/georgn/xemacs/xemacs-19.15-b98/src/console.c", line 943: left operand of "." must be struct/union object
cc: acomp failed for /import/verve/georgn/xemacs/xemacs-19.15-b98/src/console.c
gmake[1]: *** [console.o] Error 2

Incidentally, were any of the recent regexp fixes supposed to fix the
parsing of error messages in compile.el?  The above build took place
in b97 and it spun for about 5 minutes before I could regain control
parsing error messages just because I made the unfortunate mistake of
passing my mouse over the compilation buffer (shoot me).

