DF5JT
07-13-2009, 12:47 PM
Howdy,
this is on mandriva Linux 2010 with KMS-enabled kernel:
Linux localhost 2.6.31-tmb-laptop-0.rc2.8.3mdv #1 SMP
git clone xf86-video-ati compile error:
In file included from radeon_textured_video.c:148:
radeon_textured_videofuncs.c: In function ‘RADEONDisplayTexturedVideoMMIO’:
radeon_textured_videofuncs.c:109: warning: implicit declaration of function ‘radeon_cs_space_reset_bos’
radeon_textured_videofuncs.c:110: warning: implicit declaration of function ‘radeon_cs_space_add_persistent_bo’
radeon_textured_videofuncs.c:118: error: too few arguments to function ‘radeon_cs_space_check’
radeon_textured_videofuncs.c: In function ‘R200DisplayTexturedVideoMMIO’:
radeon_textured_videofuncs.c:507: error: too few arguments to function ‘radeon_cs_space_check’
radeon_textured_videofuncs.c: In function ‘R300DisplayTexturedVideoMMIO’:
radeon_textured_videofuncs.c:1049: error: too few arguments to function ‘radeon_cs_space_check’
radeon_textured_videofuncs.c: In function ‘R500DisplayTexturedVideoMMIO’:
radeon_textured_videofuncs.c:2500: error: too few arguments to function ‘radeon_cs_space_check’
In file included from radeon_textured_video.c:171:
radeon_textured_videofuncs.c: In function ‘RADEONDisplayTexturedVideoCP’:
radeon_textured_videofuncs.c:118: error: too few arguments to function ‘radeon_cs_space_check’
radeon_textured_videofuncs.c: In function ‘R200DisplayTexturedVideoCP’:
radeon_textured_videofuncs.c:507: error: too few arguments to function ‘radeon_cs_space_check’
radeon_textured_videofuncs.c: In function ‘R300DisplayTexturedVideoCP’:
radeon_textured_videofuncs.c:1049: error: too few arguments to function ‘radeon_cs_space_check’
radeon_textured_videofuncs.c: In function ‘R500DisplayTexturedVideoCP’:
radeon_textured_videofuncs.c:2500: error: too few arguments to function ‘radeon_cs_space_check’
make[1]: *** [radeon_textured_video.lo] Error 1
make: *** [install-recursive] Error 1
and mesa error:
gmake[5]: Entering directory `/usr/local/src/mesa/src/mesa/drivers/dri/r300'
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 -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_LIBDRM_RADEON=1 -I/usr/include/drm -DCOMPILE_R300 -DR200_MERGED=0 -DRADEON_COMMON=1 -DRADEON_COMMON_FOR_R300 r300_ioctl.c -o r300_ioctl.o
r300_ioctl.c: In function ‘r300KernelClear’:
r300_ioctl.c:553: warning: implicit declaration of function ‘radeon_cs_space_reset_bos’
r300_ioctl.c:557: warning: implicit declaration of function ‘radeon_cs_space_add_persistent_bo’
r300_ioctl.c:579: error: too few arguments to function ‘radeon_cs_space_check’
gmake[5]: *** [r300_ioctl.o] Error 1
gmake[5]: Leaving directory `/usr/local/src/mesa/src/mesa/drivers/dri/r300'
gmake[4]: *** [subdirs] Error 1
gmake[4]: Leaving directory `/usr/local/src/mesa/src/mesa/drivers/dri'
gmake[3]: *** [default] Error 1
gmake[3]: Leaving directory `/usr/local/src/mesa/src/mesa/drivers'
gmake[2]: *** [driver_subdirs] Error 2
gmake[2]: Leaving directory `/usr/local/src/mesa/src/mesa'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/usr/local/src/mesa/src'
make: *** [default] Error 1
Any ideas?
this is on mandriva Linux 2010 with KMS-enabled kernel:
Linux localhost 2.6.31-tmb-laptop-0.rc2.8.3mdv #1 SMP
git clone xf86-video-ati compile error:
In file included from radeon_textured_video.c:148:
radeon_textured_videofuncs.c: In function ‘RADEONDisplayTexturedVideoMMIO’:
radeon_textured_videofuncs.c:109: warning: implicit declaration of function ‘radeon_cs_space_reset_bos’
radeon_textured_videofuncs.c:110: warning: implicit declaration of function ‘radeon_cs_space_add_persistent_bo’
radeon_textured_videofuncs.c:118: error: too few arguments to function ‘radeon_cs_space_check’
radeon_textured_videofuncs.c: In function ‘R200DisplayTexturedVideoMMIO’:
radeon_textured_videofuncs.c:507: error: too few arguments to function ‘radeon_cs_space_check’
radeon_textured_videofuncs.c: In function ‘R300DisplayTexturedVideoMMIO’:
radeon_textured_videofuncs.c:1049: error: too few arguments to function ‘radeon_cs_space_check’
radeon_textured_videofuncs.c: In function ‘R500DisplayTexturedVideoMMIO’:
radeon_textured_videofuncs.c:2500: error: too few arguments to function ‘radeon_cs_space_check’
In file included from radeon_textured_video.c:171:
radeon_textured_videofuncs.c: In function ‘RADEONDisplayTexturedVideoCP’:
radeon_textured_videofuncs.c:118: error: too few arguments to function ‘radeon_cs_space_check’
radeon_textured_videofuncs.c: In function ‘R200DisplayTexturedVideoCP’:
radeon_textured_videofuncs.c:507: error: too few arguments to function ‘radeon_cs_space_check’
radeon_textured_videofuncs.c: In function ‘R300DisplayTexturedVideoCP’:
radeon_textured_videofuncs.c:1049: error: too few arguments to function ‘radeon_cs_space_check’
radeon_textured_videofuncs.c: In function ‘R500DisplayTexturedVideoCP’:
radeon_textured_videofuncs.c:2500: error: too few arguments to function ‘radeon_cs_space_check’
make[1]: *** [radeon_textured_video.lo] Error 1
make: *** [install-recursive] Error 1
and mesa error:
gmake[5]: Entering directory `/usr/local/src/mesa/src/mesa/drivers/dri/r300'
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 -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_LIBDRM_RADEON=1 -I/usr/include/drm -DCOMPILE_R300 -DR200_MERGED=0 -DRADEON_COMMON=1 -DRADEON_COMMON_FOR_R300 r300_ioctl.c -o r300_ioctl.o
r300_ioctl.c: In function ‘r300KernelClear’:
r300_ioctl.c:553: warning: implicit declaration of function ‘radeon_cs_space_reset_bos’
r300_ioctl.c:557: warning: implicit declaration of function ‘radeon_cs_space_add_persistent_bo’
r300_ioctl.c:579: error: too few arguments to function ‘radeon_cs_space_check’
gmake[5]: *** [r300_ioctl.o] Error 1
gmake[5]: Leaving directory `/usr/local/src/mesa/src/mesa/drivers/dri/r300'
gmake[4]: *** [subdirs] Error 1
gmake[4]: Leaving directory `/usr/local/src/mesa/src/mesa/drivers/dri'
gmake[3]: *** [default] Error 1
gmake[3]: Leaving directory `/usr/local/src/mesa/src/mesa/drivers'
gmake[2]: *** [driver_subdirs] Error 2
gmake[2]: Leaving directory `/usr/local/src/mesa/src/mesa'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/usr/local/src/mesa/src'
make: *** [default] Error 1
Any ideas?