This might already be known, but sometime in the last eight hours or so, git seems to have broken:
gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o attribute.o attribute.c In file included from attribute.c:32: msxml_private.h:67: error: expected declaration specifiers or ‘...’ before ‘xmlNodePtr’ msxml_private.h:68: error: expected declaration specifiers or ‘...’ before ‘xmlNodePtr’ make[2]: *** [attribute.o] Error 1 make[2]: Leaving directory `/data/install/wine/dlls/msxml3' make[1]: *** [msxml3] Error 2 make[1]: Leaving directory `/data/install/wine/dlls' make: *** [dlls] Error 2
This is when trying to build under Gutsy Gibbon (Kubuntu 7.10) w/ gcc gcc (GCC) 4.1.3 20070518 (prerelease) (Ubuntu 4.1.2-8ubuntu1)
Compilation worked fine yesterday, so it must be related to a very recent update.