At 12:17 PM 10/24/2001 +0200, Dr. Volker Zell wrote:
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.
This is Ben's lossage. I dunno why it compiles for him. In my windows
workspace I just removed the C and that works just fine. The cast is
supposedly only necessary for a C++ compiler anyway.
I am pretty much done with the windows branch of 21.4.5, so look for the
announcement soon.
andy