From: STEVE555 <ste...@ho...> - 2011-05-15 11:08:02
|
Brian Paul-4 wrote: > > On Sun, May 8, 2011 at 3:01 AM, STEVE555 <ste...@ho...> > wrote: >> >> Hi to all, >> I have been regularly been building the git version of mesa with >> with the gallium-nouveau code enabled. >> >> I'm currently using Fedora Rawhide with the latest updates. I use the >> following ./autogen.sh options to set mesa for the build: ./autogen.sh >> --enable-debug --enable-glx-tls --enable-asm --with-dri-drivers= >> --enable-gallium-nouveau --disable-gallium-i915 --disable-gallium-i965 >> --disable-egl --disable-gallium-r300 --disable-gallium-r600 >> --disable-gallium-svga --with-state-trackers=glx,dri(and I sometimes add >> the >> xorg-state-tracker at the end). >> >> The trouble I'm having is after I believe after some commits for GLX, >> Mesa >> keeps ending with this build error: >> >> DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DGALLIUM_LLVMPIPE >> -D__STDC_CONSTANT_MACROS -DHAVE_LLVM=0x0209 -fvisibility=hidden >> -DXF86VIDMODE -D_REENTRANT -DDEFAULT_DRIVER_DIR=\"/usr/local/lib/dri\" >> glxcmds.c -o glxcmds.o >> gcc -c -I. -I../../include -I../../include/GL/internal -I../../src/mesa >> -I../../src/mapi -I../../src/mapi/glapi -I/usr/include/libdrm -g -O2 >> -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -g >> -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM >> -D_GNU_SOURCE -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DGLX_USE_TLS >> -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER >> -DGLX_DIRECT_RENDERING >> -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DGALLIUM_LLVMPIPE >> -D__STDC_CONSTANT_MACROS -DHAVE_LLVM=0x0209 -fvisibility=hidden >> -DXF86VIDMODE -D_REENTRANT -DDEFAULT_DRIVER_DIR=\"/usr/local/lib/dri\" >> glxcurrent.c -o glxcurrent.o >> gcc -c -I. -I../../include -I../../include/GL/internal -I../../src/mesa >> -I../../src/mapi -I../../src/mapi/glapi -I/usr/include/libdrm -g -O2 >> -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -g >> -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM >> -D_GNU_SOURCE -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DGLX_USE_TLS >> -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER >> -DGLX_DIRECT_RENDERING >> -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DGALLIUM_LLVMPIPE >> -D__STDC_CONSTANT_MACROS -DHAVE_LLVM=0x0209 -fvisibility=hidden >> -DXF86VIDMODE -D_REENTRANT -DDEFAULT_DRIVER_DIR=\"/usr/local/lib/dri\" >> glxext.c -o glxext.o >> glxext.c: In function ‘__glXWireToEvent’: >> glxext.c:141:35: error: ‘xGLXBufferSwapComplete’ has no member named >> ‘sbc_hi’ >> glxext.c:141:58: error: ‘xGLXBufferSwapComplete’ has no member named >> ‘sbc_lo’ >> gmake[2]: *** [glxext.o] Error 1 >> gmake[2]: Leaving directory `/opt/mesa/src/glx' >> gmake[1]: *** [subdirs] Error 1 >> gmake[1]: Leaving directory `/opt/mesa/src' >> gmake: *** [default] Error 1 >> >> I have waited for a few days to see if the problem had been solved after >> some new commits, but I haven't noticed any, so I wanted to report my >> problem here. > > You might need new glproto header files. I think there's been some > protocol fixes recently. > > -Brian > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > Mesa3d-dev mailing list > Mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa3d-dev > > Hi Brian, I had updated dri2proto,glproto,xcb-proto,resourceproto,scrnsaverproto,and X11proto from the git reopositories. I had also re-compiled them with --prefix=/usr to be installed on my system. Sadly, it still fails to compile, the errors are still the same when I first reported this problem. Regards, STEVE555 -- View this message in context: http://old.nabble.com/Compiling-Mesa-from-git-%28just-build%2Cnot-installed%29-tp31569584p31621460.html Sent from the mesa3d-dev mailing list archive at Nabble.com. |