On 07/16/2012 02:38 PM, Jon TURNEY wrote:
On 16/07/2012 20:22, Brian Paul wrote:
I was going to look at a recently reported regression with the swrast driver
but Mesa's not building properly.  I configured with:

CFLAGS=-g ./autogen.sh --enable-xlib-glx --with-x --disable-driglx-direct
--disable-dri --enable-debug

libGL.so gets built but anything I try to run fails with:

glxinfo: symbol lookup error: /home/brian/mesa/lib/libGL.so.1: undefined
symbol: _mesa_3dnow_transform_points4_2d

It looks like none of the src/mesa/x86/*.S or src/mesa/x86-64/*.S files are
getting built.

The problem I see is that these files are built, but don't get any useful
contents as I failed to convert setting the preprocessor flags correctly.

Please try the attached patch.

Yes, that fixes it.  Thanks!

Tested-by: Brian Paul <bri...@vmware.com>

-Brian

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to