i686-pc-linux-gnu-gcc -I../../../include/GL -I../../../include -I.. -I../main 
-I../math -I../glapi -I../tnl -Wall -Wmissing-prototypes -std=c99 -ffast-math 
-O2 -march=pentium-m -fomit-frame-pointer -pipe -fno-strict-aliasing -fPIC -m32 
-DGLX_USE_TLS -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE 
-D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 
-DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DHAVE_ALIAS 
-DDEFAULT_DRIVER_DIR='"/usr/lib/dri"' -DUSE_X86_ASM -DUSE_MMX_ASM 
-DUSE_3DNOW_ASM -DUSE_SSE_ASM 
gen_matypes.c -o gen_matypes
gen_matypes.c: In function 'main':
gen_matypes.c:140: error: 'struct vertex_buffer' has no member 
named 'PointSizePtr'

As this line is nowhere referenced, I have just removed it and it seems to 
work. Patch attached.

-- 
Hanno Böck              Blog:   http://www.hboeck.de/
GPG: 3DBD3B20           Jabber: [EMAIL PROTECTED]
--- Mesa/src/mesa/x86/gen_matypes.c~	2006-06-16 00:21:22.626189250 +0200
+++ Mesa/src/mesa/x86/gen_matypes.c	2006-06-16 00:21:22.626189250 +0200
@@ -137,7 +137,6 @@
    OFFSET( "VB_COLOR_PTR           ", struct vertex_buffer, ColorPtr );
    OFFSET( "VB_SECONDARY_COLOR_PTR ", struct vertex_buffer, SecondaryColorPtr );
    OFFSET( "VB_FOG_COORD_PTR       ", struct vertex_buffer, FogCoordPtr );
-   OFFSET( "VB_POINT_SIZE_PTR      ", struct vertex_buffer, PointSizePtr );
    OFFSET( "VB_PRIMITIVE           ", struct vertex_buffer, Primitive );
    printf( "\n" );
 

Attachment: pgpCMjK70Pf9L.pgp
Description: PGP signature

_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to