Hi everyone,
                  I've noticed in the last few days of compiling Mesa from
git that I get an error when I include Vega as one of the state-trackers in
my configure options.It keeps coming up with this error:

RECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XEXTPROTO_71
image.c -o image.o
gcc -c -I../../../../include -I../../../../include
-I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -g -O2
-Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -m32 -g 
-fPIC -m32 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
-D_GNU_SOURCE -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_XCB
-DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
-DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XEXTPROTO_71 renderer.c -o
renderer.o
renderer.c: In function ‘setup_shaders’:
renderer.c:60: error: too few arguments to function
‘util_make_fragment_tex_shader’
gmake[4]: *** [renderer.o] Error 1
gmake[4]: Leaving directory `/opt/mesa/src/gallium/state_trackers/vega'
gmake[3]: *** [subdirs] Error 1
gmake[3]: Leaving directory `/opt/mesa/src/gallium/state_trackers'
gmake[2]: *** [default] Error 1
gmake[2]: Leaving directory `/opt/mesa/src/gallium'
gmake[1]: *** [subdirs] Error 1
gmake[1]: Leaving directory `/opt/mesa/src'
gmake: *** [default] Error 1

If I leave out the vega state-tracker,Mesa compiles fine.

My ./configure options are:
./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
--sbindir=/usr/sbin --datadir=/usr/share --sysconfdir=/etc
--includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec
--localstatedir=/var --mandir=/usr/share/man --docdir=/usr/share/doc
--x-libraries=/usr/lib --enable-32-bit --enable-xcb --enable-gallium-nouveau
--with-x --with-dri-driverdir=/usr/lib/dri
--with-xorg-driver-dir=/usr/lib/xorg/modules/drivers
--with-state-trackers=dri,egl,xorg,glx,vega --enable-motif
--enable-gl-osmesa --disable-gallium-intel --disable-gallium-radeon
--with-expat=/usr/lib --with-demos=xdemos,demos,trivial,tests
--with-dri-drivers=swrast,ffb --enable-debug

Regards,
            STEVE555
-- 
View this message in context: 
http://old.nabble.com/Vega-State-Tracker-not-compiling-tp26865193p26865193.html
Sent from the mesa3d-dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to