Well, I used autogen/gmake but there were some symbols missing, so
first I did this:

diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 8f937e3..f6088a6 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -92,6 +92,7 @@ C_SOURCES = \
        util/u_debug_dump.c \
        util/u_debug_symbol.c \
        util/u_debug_stack.c \
+       util/u_bitmask.c \
        util/u_blit.c \
        util/u_blitter.c \
        util/u_cache.c \

then,

./autogen.sh --with-dri-drivers=swrast --enable-gallium-svga
--disable-gallium-radeon --disable-gallium-intel --with-demos=
--with-state-trackers=dri,xorg

and finally, gmake.

As Michel said, I'm having some trouble with this on Windows hosts,
but maybe you'll have more luck than I did.

PS: Unfortunately, things are messed up in the last few revisions and
the vmwgfx stuff won't build.

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to