http://bugs.winehq.org/show_bug.cgi?id=17764
--- Comment #12 from Carlo Pannucci carlo.pannucci@gmail.com 2009-07-01 04:18:52 ---
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