Greetings, I have much trouble compiling Wine 0.9.53 and I just don't know what to do. My system is Ubuntu Intrepid Ibex (32-bit) and I have build essential and build-dep wine installed. Also I've used install-wine-deps.sh from official Wine Wiki just to be sure that all needed dependencies are installed. First I've tried by downloading source code but whenever I try to compile it I get this error: Code: gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o signal_i386.o signal_i386.c signal_i386.c: In function merge_vm86_pending_flags: signal_i386.c:502: error: VIF_MASK undeclared (first use in this function) signal_i386.c:502: error: (Each undeclared identifier is reported only once signal_i386.c:502: error: for each function it appears in.) signal_i386.c:513: error: VIP_MASK undeclared (first use in this function) signal_i386.c: In function raise_vm86_sti_exception: signal_i386.c:1086: error: VIP_MASK undeclared (first use in this function) signal_i386.c: In function __wine_enter_vm86: signal_i386.c:1486: error: VIF_MASK undeclared (first use in this function) signal_i386.c:1487: error: VIP_MASK undeclared (first use in this function) make[2]: *** [signal_i386.o] Error 1 make[2]: Leaving directory `/home/myself/Desktop/wine-0.9.53/dlls/ntdll' make[1]: *** [ntdll] Error 2 make[1]: Leaving directory `/home/myself/Desktop/wine-0.9.53/dlls' make: *** [dlls] Error 2 I don't get this error when I'm compiling 1.x versions of Wine - I've tried with 1.01 and 1.1.23 just to be sure; But whenever I try to compile 0.9.x versions I'm stuck with this error (I've tried 0.9.52 and 0.9.54 also). Today I've tried to compile from git and same error appears - Can someone help me please? PC. sorry for my bad English