The code from r6xx-rewrite has been merged to master, and the r6xx-rewrite branch is no longer being maintained.
Can you try building from master ? You'll want the --with-dri-drivers=r600 and --disable-gallium options at minimum. -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Wednesday, July 22, 2009 11:52 AM To: [email protected] Subject: [Mesa3d-dev] mesa r6xx-rewrite git is missing a file? hello. I've want to test the r6xx-rewrite mesa, I've got the code from git and I'm trying to compile it, the compilation fails at one stage when the file eglcurrent.c is said to be missing, no reference to the file was found in regards to the r6xx-rewrite so I'm guessing it isn't suppose to be in it, here is the error snip: /bin/sh ../../../../../bin/mklib -o r600_dri.so -noprefix -linker 'x86_64-pc-linux-gnu-gcc' -ldflags '-Wl,-O1' \ ../common/utils.o ../common/vblank.o ../common/dri_util.o ../common/xmlconfig.o ../../common/driverfuncs.o ../common/texmem.o ../common/drirenderbuffer.o ../common/dri_metaops.o radeon_screen.o r600_context.o r600_cmdbuf.o r600_emit.o r700_assembler.o r700_fragprog.o r700_vertprog.o r700_shader.o r700_shaderinst.o r700_ioctl.o r700_oglprog.o r700_chip.o r700_state.o r700_clear.o r700_render.o r600_tex.o r600_texstate.o r700_debug.o radeon_texture.o radeon_common_context.o radeon_common.o radeon_dma.o radeon_lock.o radeon_bo_legacy.o radeon_cs_legacy.o radeon_mipmap_tree.o radeon_span.o radeon_fbo.o radeon_cs_space_drm.o ../../../../../src/mesa/libmesa.a -ldrm -lexpat -lm -lpthread -ldl mklib: Making Linux shared library: r600_dri.so /usr/bin/install -c r600_dri.so ../../../../../lib64 gmake[5]: Leaving directory `/var/tmp/portage/media-libs/mesa-9999-r9999/work/Mesa-9999/src/mesa/dri vers/dri/r600' gmake[4]: Leaving directory `/var/tmp/portage/media-libs/mesa-9999-r9999/work/Mesa-9999/src/mesa/dri vers/dri' gmake[3]: Leaving directory `/var/tmp/portage/media-libs/mesa-9999-r9999/work/Mesa-9999/src/mesa/dri vers' gmake[2]: Leaving directory `/var/tmp/portage/media-libs/mesa-9999-r9999/work/Mesa-9999/src/mesa' gmake[2]: Entering directory `/var/tmp/portage/media-libs/mesa-9999-r9999/work/Mesa-9999/src/glew' Makefile:54: depend: No such file or directory gmake[2]: Leaving directory `/var/tmp/portage/media-libs/mesa-9999-r9999/work/Mesa-9999/src/glew' gmake[2]: Entering directory `/var/tmp/portage/media-libs/mesa-9999-r9999/work/Mesa-9999/src/glew' x86_64-pc-linux-gnu-gcc -c -I../../include -march=core2 -O2 -pipe -msse4.1 -ffast-math -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -fPIC -DUSE_X86_64_ASM -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DGLX_USE_TLS -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS glew.c glew.c:8860: warning: no previous prototype for 'glxewContextInit' glew.c:9100: warning: no previous prototype for 'glewInit' /bin/sh ../../bin/mklib -o GLEW -static -install ../../lib64 glew.o mklib: Making Linux static library: libGLEW.a ar: creating libGLEW.a mklib: Installing libGLEW.a in ../../lib64 gmake[2]: Leaving directory `/var/tmp/portage/media-libs/mesa-9999-r9999/work/Mesa-9999/src/glew' gmake[2]: Entering directory `/var/tmp/portage/media-libs/mesa-9999-r9999/work/Mesa-9999/src/egl' gmake[3]: Entering directory `/var/tmp/portage/media-libs/mesa-9999-r9999/work/Mesa-9999/src/egl/main ' Makefile:87: depend: No such file or directory gmake[3]: *** No rule to make target `eglcurrent.c', needed by `depend'. Stop. gmake[3]: Leaving directory `/var/tmp/portage/media-libs/mesa-9999-r9999/work/Mesa-9999/src/egl/main ' gmake[2]: *** [subdirs] Error 1 gmake[2]: Leaving directory `/var/tmp/portage/media-libs/mesa-9999-r9999/work/Mesa-9999/src/egl' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/var/tmp/portage/media-libs/mesa-9999-r9999/work/Mesa-9999/src' make: *** [default] Error 1 I hope you can fix this issue. thanks in advance. ------------------------------------------------------------------------ ------ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev ------------------------------------------------------------------------------ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
