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.
... or did you perhaps just copy 4.3.99.14 over a previous tree, and there perhaps is sis_common.h left in xc/lib/GL/mesa/src/drv/sis ?
The undefined symbols you see are in fact defined in a new sis_common.h in the SiS DDX driver directory xc/programs/Xserver/hw/xfree86/drivers/sis. 4.3.99.14 should NOT have a file named "sis_common.h" in the mesa/src/drv/sis direcory, but a file named "sis_common2.h" instead.
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