Hi all
Xemacs compilation is broken with my cygwin install. I'm using cygwin-1.3.2-1.
Is anybody using cygwin-1.3.3.-x and is CBufbyte declared in the new headers ?
I get the following compile error:
gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wshadow
-Wpointer-arith -Demacs -I. -DHAVE_CONFIG_H -Wno-sign-compare -fno-caller-saves
-I/usr/X11R6/include fileio.c
In file included from /usr/include/dirent.h:4,
from sysdir.h:31,
from fileio.c:47:
/usr/include/sys/dirent.h:58: warning: declaration of `select' shadows global
declaration
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 `)'
What is it good for to enable win32 paths under a cygwin-xemacs ? From the Changelog I can
see this
new feature broke my compilation.
Ciao
Volker