>I was building Mesa-6.5.1 and got the following error: > >gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver >-I../../../../../include -I../../../../../include/GL/internal >-I../../../../../src/mesa -I../../../../../src/mesa/main >-I../../../../../src/mesa/glapi -I../../../../../src/mesa/math >-I../../../../../src/mesa/transform -I../../../../../src/mesa/shader >-I../../../../../src/mesa/swrast -I../../../../../src/mesa/swrast_setup >-I../../../../../src/egl/main -I../../../../../src/egl/drivers/dri >`pkg-config --cflags libdrm` -Wall -Wmissing-prototypes -std=c99 >-ffast-math -O -g -m32 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L >-D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS >-DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING >-DHAVE_ALIAS -DHAVE_POSIX_MEMALIGN -DUSE_X86_ASM -DUSE_MMX_ASM >-DUSE_3DNOW_ASM -DUSE_SSE_ASM mach64_ioctl.c -o mach64_ioctl.o >mach64_ioctl.c: In function `mach64FireBlitLocked': >mach64_ioctl.c:190: error: structure has no member named `idx' >make[6]: *** [mach64_ioctl.o] Error 1 >make[6]: Leaving directory >`/home/bruno/Desktop/Mesa-6.5.1/src/mesa/drivers/dri/mach64' > This is another instanse of http://marc.theaimsgroup.com/?l=dri-devel&m=116187769308698&w=2, you are using "old" mesa with "new" drm.
For reference, the following versions should work together: xf86-video-ati upto 6.6.3 Mesa upto 6.5.1 drm upto 2.0.2 and xf86-video-ati head, which will become 6.7.0 Mesa head, which will become 6.5.2 drm head, which will become 2.2.0 The mach64 changes affect all of xf86-video-ati, Mesa and drm, they were not provisioned to be backwards compatible. All components should be updated simultaneously. george. _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
