https://bugs.winehq.org/show_bug.cgi?id=40665
--- Comment #6 from Nathan version2013@openmailbox.org --- (In reply to Henri Verbeet from comment #5) After applying patch, I get this when attempting to compile wine 1.9.11. --- terminal snip --- gcc -c -o effect.o effect.c -I. -I../../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe \ -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings \ -Wpointer-arith -fno-omit-frame-pointer -O2 effect.c: In function 'test_effect_preshader_ops': effect.c:4172: error: initializer element is not constant effect.c:4172: error: (near initialization for 'op_tests[1].fvect2.x') effect.c:4172: error: initializer element is not constant effect.c:4172: error: (near initialization for 'op_tests[1].fvect2.y') make[1]: *** [effect.o] Error 1 make[1]: Leaving directory `/opt/wine-1.9.11/dlls/d3dx9_36/tests' make: *** [dlls/d3dx9_36/tests] Error 2