Dear all, After checkout latest wine from git, I tried to apply the USB support patches, but something is wrong.
Checking out from the WineHQ Git repository:(Follow GitWine wiki) $git clone git://source.winehq.org/git/wine.git ~/wine-git $cd ~/wine-git
Get the wine usb patches: (Follow wine USB wiki) ftp> cd pub/people/amorozov/usb/current ftp> get 0001-Add-support-of-native-Windows-drivers-for-USB-tokens.txt ftp> get 0002-Re-generate-some-files.txt
Apply the patches: $git am 0001-Add-support-of-native-Windows-drivers-for-USB-tokens.txt Applying: Add support of native Windows drivers for USB tokens.
$git am 0002-Re-generate-some-files.txt Applying: Re-generate some files. error: patch failed: configure:11442 error: configure: patch does not apply error: patch failed: configure.ac:2775 error: configure.ac: patch does not apply Patch failed at 0001 Re-generate some files. When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort".
Could anyone tell me what did I have done wrong?
Many thanks!
On 1/6/11 8:43 PM, Qian Hong wrote:
Dear all, After checkout latest wine from git, I tried to apply the USB support patches, but something is wrong.
Could anyone tell me what did I have done wrong?
This patch was written a long time ago for a much different revision of Wine. It needs to be updated. You could contact the author, or you could attempt to do it yourself.
James McKenzie
Dear James, thanks for reply. I think the current vesion of this patch is for wine1.3.10, the upload date is Dec 26. I'll try to attempt it.
Best wishes.
On Fri, Jan 7, 2011 at 12:37 PM, James McKenzie jjmckenzie51@earthlink.netwrote:
This patch was written a long time ago for a much different revision of Wine. It needs to be updated. You could contact the author, or you could attempt to do it yourself.