The uint32_t in xc/programs/xdm/genauth.c doesn't compile on my computer. It
appears that stdint.h needs to be included somewhere (most likely Xos.h),
but it is not. It appears that uint32_t was changed from u_int32_t in some
SCO fixes. I have included output from trying to compile below.

wt

gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wall
-Wpointer-arith -Wstrict-prototypes                         
-Wmissing-prototypes -Wmissing-declarations                    
-Wredundant-decls -Wnested-externs -Wundef     -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   -DBINDIR=\"/usr/X11R6/bin\" -DXDMDIR=\"/usr
X11R6/lib/X11/xdm\"                                -DHASXDMAUTH           
-DUSESHADOW -DUSE_PAM -DUNIXCONN -DTCPCONN -DHAS_STICKY_DIR_BIT
-DHAS_FCHOWN -DIPv6             -DGREET_USER_STATIC   -DFRAGILE_DEV_MEM                
-DOSMAJORVERSION=2              -DOSMINORVERSION=6                             
-DXPM -DUSE_XINERAMA                 -c -o genauth.o genauth.c
genauth.c: In function `InitXdmcpWrapper':
genauth.c:349: error: `uint32_t' undeclared (first use in this function)
genauth.c:349: error: (Each undeclared identifier is reported only once
genauth.c:349: error: for each function it appears in.)
genauth.c:349: error: syntax error before "sum"
genauth.c:380: warning: pointer targets in passing arg 1 of
`get_prngd_bytes' differ in signedness
genauth.c:388: error: `sum' undeclared (first use in this function)
make: *** [genauth.o] Error 1

-- 
Warren Turkal
President, GOLUM, Inc.
http://www.golum.org

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to