I'd like to test the usb support in wine as it says on the page: http://wiki.winehq.org/USB I made the order process with the source Wine 1.4-rc6, baixeis the 2 latest patches in ftp://ftp.etersoft.ru/pub/people/amorozov/usb/current the patch 0001-Add-support was accepted without errors, but the patch 0002-Re-generate an error there, which allows the wine to compile: root at hiphop:/home/hiphop/extra/cd-linux/wine/wine-1.4-rc6# patch -p1 -i 0002-Re-generate-some-files.txt patching file configure patching file include/Makefile.in patching file include/config.h.in patching file include/wine/server_protocol.h Hunk #1 succeeded at 4889 (offset 2 lines). Hunk #2 succeeded at 5151 (offset 2 lines). Hunk #3 succeeded at 5406 (offset 2 lines). Hunk #4 FAILED at 5657. 1 out of 4 hunks FAILED -- saving rejects to file include/wine/server_protocol.h.rej patching file server/request.h Hunk #3 succeeded at 2145 (offset 1 line). patching file server/trace.c Hunk #1 succeeded at 3913 (offset 1 line). Hunk #2 succeeded at 4171 (offset 1 line). Hunk #3 succeeded at 4422 (offset 1 line). Hunk #4 succeeded at 4673 (offset 1 line). after the compilation of make all, stop in the ntoskrnl I would like to help to get patch, perhaps aguma thing I can modify the text to build on the success ** I know that the patch was made to version 1.4-rc1 Wine, but I want to compile it in 1.4-rc6, because fixed several bugs that I had. Thanks
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
John, I tried to compile wine ignoring the error, but it happened to and the error in make all, and do not pass this part of ntoskrnl.exe. I would like to fix the patch, but I can not do it, I'm a little time in the universe linux. thank you