Hi!
Build using sources from CVS as of today on my FreeBSD 4.8-PRERELEASE
i386 stops with the following message:
gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wshadow
-Wpointer-arith -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -I/usr/X11R6/include
database.c
database.c:48: redefinition of `u_int8_t'
/usr/include/sys/types.h:60: `u_int8_t' previously declared here
database.c:49: redefinition of `u_int16_t'
/usr/include/sys/types.h:61: `u_int16_t' previously declared here
database.c:50: redefinition of `u_int32_t'
/usr/include/sys/types.h:62: `u_int32_t' previously declared here
gmake[1]: *** [database.o] Error 1
gmake[1]: Leaving directory `/ad1s1e/users/nk/cvs/xemacs-21.4/src'
gmake: *** [src] Error 2
I've attached my Installation file. I don't really need database
support, so I might be able to suppress it. Still, do we need to
define these types?
norbert.
--