This bug report will be sent to the XEmacs Development Team,
not to your local site managers!!
Please write in English, because the XEmacs maintainers do not have
translators to read other languages for them.
Please describe as succinctly as possible:
- What happened.
- What you thought should have happened.
- Precisely what you were doing at the time.
Please also include any C or lisp back-traces that you may have.
================================================================
Dear Bug Team!
I tried to compile the new release 21.4.6 under actual cygwin (1.3.6).
uname -a: CYGWIN_NT-5.0 LETA 1.3.6(0.47/3/2) 2001-12-08 17:02 i686 unknown
I used the patch xemacs-21.4.5-21.4.6.patch.gz,
make distclean
configure --with-dragndrop --with-x11=no
make
It failed with:
fileio.c: In function `Fexpand_file_name':
fileio.c:955: `CBufbyte' undeclared (first use in this function)
fileio.c:955: (Each undeclared identifier is reported only once
fileio.c:955: for each function it appears in.)
fileio.c:955: parse error before `)'
make[1]: *** [fileio.o] Error 1
make[1]: Leaving directory `/usr/src/xemacs-21.4.6/src'
make: *** [src] Error 2
Jens