http://bugs.winehq.org/show_bug.cgi?id=25507
--- Comment #6 from paulo i30817@gmail.com 2010-12-17 17:45:48 CST --- Been having problems compiling recent versions.
It fails with this: ccache gcc -m32 -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O0 -o registrar.o registrar.c registrar.c: In function ‘DllGetClassObject’: registrar.c:747: error: ‘CLSID_Registrar’ undeclared (first use in this function) registrar.c:747: error: (Each undeclared identifier is reported only once registrar.c:747: error: for each function it appears in.) registrar.c: In function ‘do_register_server’: registrar.c:796: error: ‘CLSID_Registrar’ undeclared (first use in this function) make[1]: *** [registrar.o] Error 1 make[1]: Leaving directory `/home/paulo/wine-git/dlls/atl' make: *** [dlls/atl] Error 2
Even after using "make clean"
compile command: CC="ccache gcc -m32" LDFLFLAGS="-L./lib32" CFLAGS="-g -O0" ./configure --verbose --disable-tests && make depend && make && printf "\a"
(i was actually able to compile a earlier version as you know from the Arcanum bug)