[Wine] Wine 1.2-GIT: Compiler error in user32/painting.c

Quix0r wineforum-user at winehq.org
Fri Jul 23 22:52:37 CDT 2010


I got the following compiler error with Wine 1.2-GIT (up-to-date checkout):

Code:
make[1]: Entering directory `/home/quix0r/git/wine/dlls/user32'
ccache gcc -m32 -c -I. -I. -I../../include -I../../include  -D__WINESRC__ -D_USER32_ -D_WINABLE_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith  -g -O0 -fPIC  -o painting.o painting.c
painting.c: In function ‘GetDCEx’:
painting.c:913: error: initializer element is not constant
make[1]: *** [painting.o] Error 1
make[1]: Leaving directory `/home/quix0r/git/wine/dlls/user32'
make: *** [dlls/user32] Error 2


It happens only with last commit, the previous one, previous day, does compile flawless.

Please help here. :)

Roland







More information about the wine-users mailing list