On 2005-03-12 08:14, Stephen J. Turnbull, XEmacs Beta Release Manager wrote:
* XEmacs 21.5.20 "cilantro" is released.
"cilantro" is the twenty-first in the OXYMORON series.
Get the following error when compiling:
gcc -c -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts
-Wpacked -Wpointer-arith -Wshadow -Wmissing-declarations
-Wmissing-prototypes -Wstrict-prototypes -g -Demacs -I. -DHAVE_CONFIG_H
-I/opt/csw/include -I/usr/openwin/include process.c
In file included from events.h:554,
from process.c:47:
/usr/openwin/include/X11/Xlib.h:32: warning: ignoring #pragma ident
In file included from events.h:554,
from process.c:47:
/usr/openwin/include/X11/Xlib.h:529: warning: function declaration isn't
a prototype
process.c: In function `signal_name':
process.c:1554: error: `sys_siglist' undeclared (first use in this function)
process.c:1554: error: (Each undeclared identifier is reported only once
process.c:1554: error: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `process.o'
Current working directory /opt/as/xemacs/src/xemacs-21.5.20/src
*** Error code 1
make: Fatal error: Command failed for target `src'
Same build script which worked for 21.5.19 (changed for new autoconf):
./configure \
--with-site-prefixes="/opt/csw"\
--with-site-runtime-libraries="/opt/csw/lib /usr/dt/lib /usr/openwin/lib"\
--enable-menubars=lucid\
--enable-scrollbars=motif\
--enable-dialogs=motif\
--enable-widgets=motif\
--with-xpm\
--with-jpeg\
--with-png\
--with-tiff\
--enable-pdump\
--with-package-path=/opt/as/xemacs/lib/site-packages:/opt/as/xemacs/lib/xemacs-packages\
--prefix=/opt/as/xemacs/xemacs-21.5
Using: SunOS 5.8, gcc 3.4.3 from CSW
/MOL