On Mon, Mar 5, 2012 at 9:21 AM, faelmc <wineforum-user@xxxxxxxxxx> wrote: > This is the error in ntoskrnl.exe make all > > make[1]: Entering directory `/home/hiphop/extra/cd-linux/wine/wine-1.4-rc6/dlls/ntoskrnl.exe' > gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -fno-omit-frame-pointer -Wpointer-arith -Wlogical-op -I/usr/include/freetype2 -g -O2 -o instr.o instr.c > gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -fno-omit-frame-pointer -Wpointer-arith -Wlogical-op -I/usr/include/freetype2 -g -O2 -o ntoskrnl.o ntoskrnl.c > ntoskrnl.c: In function ‘process_ioctl’: > ntoskrnl.c:489:24: warning: variable ‘irpsp’ set but not used [-Wunused-but-set-variable] > ntoskrnl.c: In function ‘IoGetDeviceProperty’: > ntoskrnl.c:1576:9: error: ‘union generic_reply’ has no member named ‘get_device_name_reply’ > make[1]: ** [ntoskrnl.o] Error 1 > make[1]: Leaving directory `/home/hiphop/extra/cd-linux/wine/wine-1.4-rc6/dlls/ntoskrnl.exe' > make: ** [dlls/ntoskrnl.exe] Error 2 > Did you attempt to fix the patch or just try to compile ignoring the fact that the patch failed to properly apply? John