sis_alloc.c: In function `sisAllocFB': sis_alloc.c:65: syntax error before `fb' sis_alloc.c:69: `fb' undeclared (first use of this function) sis_alloc.c:69: (Each undeclared identifier is reported only once sis_alloc.c:69: for each function it appears in.) sis_alloc.c:71: `DRM_SIS_FB_ALLOC' undeclared (first use of this function) sis_alloc.c:72: `drm_sis_mem_t' undeclared (first use of this function) sis_alloc.c: In function `sisFreeFB': sis_alloc.c:90: syntax error before `fb' sis_alloc.c:97: `fb' undeclared (first use of this function) sis_alloc.c:99: `DRM_SIS_FB_FREE' undeclared (first use of this function) sis_alloc.c:99: `drm_sis_mem_t' undeclared (first use of this function) sis_alloc.c: In function `sisAllocAGP': sis_alloc.c:105: syntax error before `agp' sis_alloc.c:110: `agp' undeclared (first use of this function) sis_alloc.c:112: `DRM_SIS_AGP_ALLOC' undeclared (first use of this function) sis_alloc.c:113: `drm_sis_mem_t' undeclared (first use of this function) sis_alloc.c: In function `sisFreeAGP': sis_alloc.c:131: syntax error before `agp' sis_alloc.c:138: `agp' undeclared (first use of this function) sis_alloc.c:140: `DRM_SIS_AGP_FREE' undeclared (first use of this function) sis_alloc.c:141: `drm_sis_mem_t' undeclared (first use of this function)
*** Error code 1
Stop in /home/xf4bld/xc/lib/GL/mesa/src/drv/sis.
Does it build if you replace
#ifndef _sis_common_h_ #define _sis_common_h_
in sis_common2.h with
#ifndef _sis_common2_h_ #define _sis_common2_h_
at the beginning of that file?
Thomas
-- Thomas Winischhofer Vienna/Austria thomas AT winischhofer DOT net http://www.winischhofer.net/ twini AT xfree86 DOT org
_______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86