On Fri, Mar 26, 2010 at 9:36 AM, Xavier Chantry
<chantry.xav...@gmail.com> wrote:
> On Fri, Mar 26, 2010 at 2:51 AM, STEVE555 <stevenward...@hotmail.com> wrote:
>>
>> 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
>
> It's just a small typo in a82e37b9e9e34175b7542d0c9b4e462833eab202
> gallium: Add propper sanity checks in configure.ac
>
> Try this patch (easy to apply by hand) :
>
> diff --git a/configure.ac b/configure.ac
> index caa2cf6..f2e87f4 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1344,7 +1344,7 @@ AC_ARG_ENABLE([gallium-svga],
>     [enable_gallium_svga="$enableval"],
>     [enable_gallium_svga=auto])
>  if test "x$enable_gallium_svga" = xyes; then
> -    GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS svga/drm"
> +    GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS svga"
>     gallium_check_st "svga/drm" "dri-vmwgfx" "egl-vmwgfx" "xorg-vmwgfx"
>  elif test "x$enable_gallium_svga" = xauto; then
>     GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS svga"

Ops. Thanks for the fix. I have pushed the fix to master.

Cheers Jakob.

------------------------------------------------------------------------------
Download Intel&#174; 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