https://bugs.freedesktop.org/show_bug.cgi?id=89978
Bug ID: 89978 Summary: nine_state.c:1440: error: unknown field ‘m’ specified in initializer Product: Mesa Version: 10.5 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Other Assignee: mesa-dev@lists.freedesktop.org Reporter: v...@freedesktop.org QA Contact: mesa-dev@lists.freedesktop.org CC: b...@zhasha.com mesa: 50db8bd1b5942a6577ab5ee399cae460fde761d4 (master 10.6.0-devel) Build error with older GCC. nine_state.c:1440: error: unknown field ‘m’ specified in initializer CC nine_state.lo nine_state.c: In function ‘nine_state_access_transform’: nine_state.c:1440: error: unknown field ‘m’ specified in initializer nine_state.c:1440: warning: missing braces around initializer nine_state.c:1440: warning: (near initialization for ‘Identity.<anonymous>.<anonymous>’) nine_state.c:1441: error: unknown field ‘m’ specified in initializer nine_state.c:1441: error: extra brace group at end of initializer nine_state.c:1441: error: (near initialization for ‘Identity’) nine_state.c:1441: warning: excess elements in struct initializer nine_state.c:1441: warning: (near initialization for ‘Identity’) nine_state.c:1442: error: unknown field ‘m’ specified in initializer nine_state.c:1442: error: extra brace group at end of initializer nine_state.c:1442: error: (near initialization for ‘Identity’) nine_state.c:1442: warning: excess elements in struct initializer nine_state.c:1442: warning: (near initialization for ‘Identity’) nine_state.c:1443: error: unknown field ‘m’ specified in initializer nine_state.c:1443: error: extra brace group at end of initializer nine_state.c:1443: error: (near initialization for ‘Identity’) nine_state.c:1443: warning: excess elements in struct initializer nine_state.c:1443: warning: (near initialization for ‘Identity’) Introduced with 10.5.0-devel commit fdd96578ef2dfe9c4ad5aab5858036298d444a64. commit fdd96578ef2dfe9c4ad5aab5858036298d444a64 Author: Joakim Sindholt <opensou...@zhasha.com> Date: Thu Aug 4 15:14:06 2011 +0200 nine: Add state tracker nine for Direct3D9 (v3) Work of Joakim Sindholt (zhasha) and Christoph Bumiller (chrisbmr). DRI3 port done by Axel Davy (mannerov). v2: - nine_debug.c: klass extended from 32 chars to 96 (for sure) by glennk - Nine improvements by Axel Davy (which also fixed some wine tests) - by Emil Velikov: - convert to static/shared drivers - Sort and cleanup the includes - Use AM_CPPFLAGS for the defines - Add the linker garbage collector - Restrict the exported symbols (think llvm) v3: - small nine fixes - build system improvements by Emil Velikov v4: [Emil Velikov] - Do no link against libudev. No longer needed. Acked-by: Jose Fonseca <jfons...@vmware.com> Reviewed-by: Marek Olšák <marek.ol...@amd.com> Reviewed-by: Axel Davy <axel.d...@ens.fr> Signed-off-by: David Heidelberg <da...@ixit.cz> -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev