On Fri, 2002-07-05 at 05:34, Junior, Ricardo wrote:
> 
> gcc -c -O2 -fno-strength-reduce  -ansi -pedantic -Wall -Wpointer-arith
> -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    -DMALLOC_0_RETURNS_NULL  -DHAS_SNPRINTF
> -DLIBX11     -fPIC LockDis.c
> rm -f x11trans.o
> gcc -c -O2 -fno-strength-reduce  -ansi -pedantic -Wall -Wpointer-arith
> -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    -DMALLOC_0_RETURNS_NULL  -DHAS_SNPRINTF
> -DLIBX11  -I../../lib/xtrans -DUNIXCONN -DTCPCONN -DHAS_STICKY_DIR_BIT
> -DHAS_FCHOWN  -DX11_t -DTRANS_CLIENT    -fPIC x11trans.c
> In file included from x11trans.c:76:
> ../../lib/xtrans/Xtranssock.c: In function `_X11TransSocketINETConnect':
> ../../lib/xtrans/Xtranssock.c:1367: `USHRT_MAX' undeclared (first use in
> this function)

USHRT_MAX is defined in /usr/include/limits.h here. Do you have the
glibc headers installed?


>    In host.def, I set that I have "tk8.3" and "Tcl8.3" installed on my
> system. I really have them, but installed from Mandrake RPM. Could them
> generate these errors???

Have you tried without?


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to