Hi guys,
            I've pulled in the latest commits from Mesa git at about 1am
this morning.
I ran gmake -B realclean,and then used autoreconf -iv and ./autogen.sh with
my configure options,i.e:

./autogen.sh --prefix=/usr --enable-32-bit --enable-xcb
--enable-gallium-nouveau --with-state-trackers=dri,egl,xorg,glx,vega,es
--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
--enable-gallium-swrast --enable-gallium-svga --with-max-width=4096
--with-max-height=4096 --enable-debug

I get this new error after gmake gets to the vmgfx-state-tracker:

ommon/dri_util.c -o ../../../../src/mesa/drivers/dri/common/dri_util.o
gcc -c -I. -I../../../../src/mesa/drivers/dri/common -Iserver
-I../../../../include -I../../../../include/GL/internal
-I../../../../src/gallium/include -I../../../../src/gallium/auxiliary
-I../../../../src/gallium/drivers -I../../../../src/gallium/winsys/common
-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
-I/usr/include/libdrm   -I/usr/lib/include -g -O2 -Wall -Wmissing-prototypes
-std=c99 -ffast-math -fvisibility=hidden -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 -DMAX_WIDTH=4096 -DMAX_HEIGHT=4096 
../../../../src/mesa/drivers/dri/common/xmlconfig.c -o
../../../../src/mesa/drivers/dri/common/xmlconfig.o
gmake[3]: *** No rule to make target
`../../../../src/gallium/drivers/svga/libsvga.a', needed by `vmwgfx_dri.so'. 
Stop.
gmake[3]: Leaving directory `/opt/mesa/src/gallium/targets/dri-vmwgfx'
gmake[2]: *** [default] Error 1
gmake[2]: Leaving directory `/opt/mesa/src/gallium/targets'
gmake[1]: *** [subdirs] Error 1
gmake[1]: Leaving directory `/opt/mesa/src'
gmake: *** [default] Error 

I've ran gmake -B realcean and ./autogen.sh twice,but I keep hitting the
same error.
Regards,
             STEVE555
-- 
View this message in context: 
http://old.nabble.com/New-buuild-error-with-Mesa-git-tp28037419p28037419.html
Sent from the mesa3d-dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to