I'll probably take 'sis' out of the build in the meantime.
Keith
gcc -c -O2 -fno-strength-reduce -ansi -pedantic -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wundef -pipe -g -I../../../../../../exports/include/X11 -I../../../../../../include/extensions -I../../../../../../extras/Mesa/src -I../../../../../../extras/Mesa/include -I../../../../../../lib/GL/mesa/src/drv/common -I../../../../../../lib/GL/mesa/src/drv/sis -I../../../../../../lib/GL/dri -I../../../../../../lib/GL/glx -I../../../../../../exports/include -I../../../../../../exports/include/GL -I../../../../../../programs/Xserver/GL/dri -I../../../../../../programs/Xserver/hw/xfree86/os-support -I../../../../../../programs/Xserver/hw/xfree86/drivers/sis -I../../../../../../programs/Xserver/hw/xfree86/common -I../../../../../../lib/GL/dri/drm -I../../../../../../lib/GL/include -I../../../../../.. -I../../../../../../exports/include -I/usr/X11R6/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 -DGLXEXT -DXF86DRI -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA -DX_BYTE_ORDER=X_LITTLE_ENDIAN -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM sis_alloc.c
In file included from sis_common2.h:49,
from sis_context.h:42,
from sis_alloc.c:37:
/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'
sis_alloc.c: In function `sisAllocFB':
sis_alloc.c:65: `drm_sis_mem_t' undeclared (first use in this function)
sis_alloc.c:65: (Each undeclared identifier is reported only once
sis_alloc.c:65: for each function it appears in.)
sis_alloc.c:65: parse error before `fb'
sis_alloc.c:69: `fb' undeclared (first use in this function)
sis_alloc.c:71: `DRM_SIS_FB_ALLOC' undeclared (first use in this function)
sis_alloc.c: In function `sisFreeFB':
sis_alloc.c:90: `drm_sis_mem_t' undeclared (first use in this function)
sis_alloc.c:90: parse error before `fb'
sis_alloc.c:97: `fb' undeclared (first use in this function)
sis_alloc.c:99: `DRM_SIS_FB_FREE' undeclared (first use in this function)
sis_alloc.c: In function `sisAllocAGP':
sis_alloc.c:105: `drm_sis_mem_t' undeclared (first use in this function)
sis_alloc.c:105: parse error before `agp'
sis_alloc.c:110: `agp' undeclared (first use in this function)
sis_alloc.c:112: `DRM_SIS_AGP_ALLOC' undeclared (first use in this function)
sis_alloc.c: In function `sisFreeAGP':
sis_alloc.c:131: `drm_sis_mem_t' undeclared (first use in this function)
sis_alloc.c:131: parse error before `agp'
sis_alloc.c:138: `agp' undeclared (first use in this function)
sis_alloc.c:140: `DRM_SIS_AGP_FREE' undeclared (first use in this function)
make: *** [sis_alloc.o] Error 1
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel