http://bugs.winehq.org/show_bug.cgi?id=19397
--- Comment #38 from Mikko Rönkkö mikko.ronkko@iki.fi 2009-07-27 16:22:24 --- (In reply to comment #35)
Created an attachment (id=22644)
--> (http://bugs.winehq.org/attachment.cgi?id=22644) [details]
Patch: add a few more definitions
First in a two-part patch series to address the getsockopt in the log.
This patch does not seem to work. I took a fresh copy of release 1.1.26 and applied all patches in the order they were posted.
Here is my compile script and the output from patching and compiling with it.
mronkko@leonardo:~$ cat compilewine.sh #!/bin/bash
cd wine-git rm -r * git checkout wine-1.1.26 -f
for f in `ls ../attachment.cgi?id=22*` do echo "Applying patch from file $f" git apply $f done
read -p "Press enter to configure and compile"
autoconf ./configure make mronkko@leonardo:~$ ./compilewine.sh Checking out files: 100% (5975/5975), done. HEAD is now at 578aeb8... Release 1.1.26. Applying patch from file ../attachment.cgi?id=22516 Applying patch from file ../attachment.cgi?id=22565 Applying patch from file ../attachment.cgi?id=22579 Applying patch from file ../attachment.cgi?id=22580 Applying patch from file ../attachment.cgi?id=22581 Applying patch from file ../attachment.cgi?id=22582 Applying patch from file ../attachment.cgi?id=22589 Applying patch from file ../attachment.cgi?id=22590 Applying patch from file ../attachment.cgi?id=22644 error: patch failed: include/af_irda.h:41 error: include/af_irda.h: patch does not apply Applying patch from file ../attachment.cgi?id=22645 Press enter to configure and compile^C mronkko@leonardo:~$