From: Arthur M. <art...@in...> - 2009-08-02 05:13:14
|
Hi, I'm trying to build mesa using the instructions at: http://www.x.org/wiki/radeonhd%3Aexperimental_3D and get the error: make[5]: Entering directory `/usr/src/sound/mesa/src/mesa/drivers/dri/r600' gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver -I../../../../../include -I../../../../../src/mesa -I../../../../../src/egl/main -I../../../../../src/egl/drivers/dri -I/usr/include/drm -g -O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -g -fPIC -DUSE_X86_64_ASM -D_GNU_SOURCE -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DCOMPILE_R600 -DR200_MERGED=0 -DRADEON_COMMON=1 -DRADEON_COMMON_FOR_R600 r600_cmdbuf.c -o r600_cmdbuf.o r600_cmdbuf.c: In function ‘r600_cs_emit’: r600_cmdbuf.c:323: error: storage size of ‘cs_cmd’ isn’t known r600_cmdbuf.c:324: error: array type has incomplete element type r600_cmdbuf.c:342: error: ‘RADEON_CHUNK_ID_IB’ undeclared (first use in this function) r600_cmdbuf.c:342: error: (Each undeclared identifier is reported only once r600_cmdbuf.c:342: error: for each function it appears in.) r600_cmdbuf.c:347: error: ‘RADEON_CHUNK_ID_RELOCS’ undeclared (first use in this function) r600_cmdbuf.c:362: error: ‘DRM_RADEON_CS’ undeclared (first use in this function) r600_cmdbuf.c:324: warning: unused variable ‘cs_chunk’ r600_cmdbuf.c:323: warning: unused variable ‘cs_cmd’ make[5]: *** [r600_cmdbuf.o] Error 1 Any suggestions? Arthur. |