http://bugs.winehq.org/show_bug.cgi?id=19397
--- Comment #32 from Mikko Rönkkö mikko.ronkko@iki.fi 2009-07-25 00:58:33 --- (In reply to comment #28)
(In reply to comment #27)
It does say that
mronkko@leonardo:~/wine-git$ grep IRDA include/config.h #define HAVE_LINUX_IRDA_H 1
Odd. I'll attach a couple more patches that'll just convince me better whether this is compiled correctly.
It seems that there is something wrong with the patches. When I apply the patches against version 1.1.26 in the order posted in this bug, I get
mronkko@leonardo:~/wine-git$ git checkout wine-1.1.26 -f HEAD is now at 578aeb8... Release 1.1.26. mronkko@leonardo:~/wine-git$ ls -1 ../attachment.cgi?id=225* ../attachment.cgi?id=22516 ../attachment.cgi?id=22565 ../attachment.cgi?id=22579 ../attachment.cgi?id=22580 ../attachment.cgi?id=22581 ../attachment.cgi?id=22582 ../attachment.cgi?id=22589 ../attachment.cgi?id=22590 mronkko@leonardo:~/wine-git$ ls -1 ../attachment.cgi?id=225* | xargs -L 1 git apply error: include/af_irda.h: already exists in working directory mronkko@leonardo:~/wine-git$ autoconf mronkko@leonardo:~/wine-git$ nice -n 15 ./configure && nice -n 15 make
The problem is in attachment id 22580. I am now compiling with all the patches.