I hope this is the appropriate place to complain:
I just downloaded the CVS today and I was able
to build using 'make World' but the 'make install'
dies complaining about a particular lib/Xmu
file CvtStdSel.c.

Here is an excerpt from stdout:

make[3]: Entering directory `/home/mike/External/Builds/XFREE86/CVS/xc/lib/Xmu'
rm -f CvtStdSel.o
gcc -c -O2 -fno-strength-reduce  -ansi -pedantic -Wall -Wpointer-arith 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls 
-Wnested-externs    -I../.. -I../../exports/include   -Dlinux -D__i386__ 
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE 
 -D_GNU_SOURCE   -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS  -D_REENTRANT 
-DXUSE_MTSAFE_API    -DHAS_SNPRINTF   -DUNIXCONN -DTCPCONN -DHAS_STICKY_DIR_BIT 
-DHAS_FCHOWN  -DXTSTRINGDEFINES -fPIC CvtStdSel.c
In file included from ../../exports/include/X11/Xos.h:150,
                 from ../../exports/include/X11/Xos_r.h:70,
                 from CvtStdSel.c:63:
/usr/include/unistd.h:966: warning: redundant redeclaration of `ctermid' in same scope
/usr/include/stdio.h:585: warning: previous declaration of `ctermid'
/usr/include/unistd.h:985: warning: redundant redeclaration of `pthread_atfork' in 
same scope
/usr/include/pthread.h:673: warning: previous declaration of `pthread_atfork'
CvtStdSel.c: In function `XmuConvertStandardSelection':
CvtStdSel.c:227: `hparams' undeclared (first use in this function)
CvtStdSel.c:227: (Each undeclared identifier is reported only once
CvtStdSel.c:227: for each function it appears in.)
make[3]: *** [CvtStdSel.o] Error 1
make[3]: Leaving directory `/home/mike/External/Builds/XFREE86/CVS/xc/lib/Xmu'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/mike/External/Builds/XFREE86/CVS/xc/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/mike/External/Builds/XFREE86/CVS/xc'
make: *** [install] Error 2

I also noticed what looks like a spelling error in one file:

../X11/AuGetBest.c:#ifdef XTHREADS_NEEEDS_BYNAMEPARAMS

Cheers.
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to