http://bugs.winehq.org/show_bug.cgi?id=17764
--- Comment #13 from Carlo Pannucci carlo.pannucci@gmail.com 2009-07-06 05:00:34 --- (In reply to comment #12)
The patch is at the lower part of that page, starting with 'diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c'.
I've patched succesfully but now i've an other compilation problem:
signal_i386.c: In function ‘merge_vm86_pending_flags’: signal_i386.c:544: error: ‘VIF_MASK’ undeclared (first use in this function) signal_i386.c:544: error: (Each undeclared identifier is reported only once signal_i386.c:544: error: for each function it appears in.) signal_i386.c:555: error: ‘VIP_MASK’ undeclared (first use in this function) signal_i386.c: In function ‘raise_vm86_sti_exception’: signal_i386.c:1214: error: ‘VIP_MASK’ undeclared (first use in this function) signal_i386.c: In function ‘__wine_enter_vm86’: signal_i386.c:1614: error: ‘VIF_MASK’ undeclared (first use in this function) signal_i386.c:1615: error: ‘VIP_MASK’ undeclared (first use in this function) make[2]: *** [signal_i386.o] Errore 1 make[2]: uscita dalla directory «/home/carlo/wine-git/dlls/ntdll» make[1]: *** [ntdll] Errore 2 make[1]: uscita dalla directory «/home/carlo/wine-git/dlls» make: *** [dlls] Errore 2
Procedure followed:
1)Patched following the guide 2)./configure 3)make depend && make 4)error
The problem in compiling is due to the old version i wanted to compile on ubuntu 9.04. Following instructions on http://osdir.com/ml/wine-users/2009-06/msg00280.html i've successfull compiled wine and for me the 0.9.56 wine version gives the same error (fixme:win:GetWindowPlacement not supported on other process window 0x10026).
For james 0.9.56 is functional.. how could it be?