> -DX11_RGBTXT=\"/usr/lib/X11/rgb.txt\" -I. -fPIC -o Xrm.o -c Xrm.c > In file included from Xlcint.h:74, > from Xrm.c:55: > /usr/lib/gcc-lib/i486-linux-gnu/3.3.6/include/varargs.h:4:2: #error "GCC no > longer implements <varargs.h>." > /usr/lib/gcc-lib/i486-linux-gnu/3.3.6/include/varargs.h:5:2: #error "Revise > your code to use <stdarg.h>." > In file included from Xrm.c:55: > Xlcint.h:949: error: syntax error before "var"
The version of the X11 headers (and the included Xrm.c) are not compatible with your version of the compiler's varargs.h library. You can either update to a later version of Xrm.c from the X11 distribution (this was included solely to allow Xrm calls in NXLIB - rarely needed), or just remove Xrm.o from the Makefile and build an NXLIB without it. Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]