http://bugs.winehq.org/show_bug.cgi?id=19397
--- Comment #27 from Mikko Rönkkö mikko.ronkko@iki.fi 2009-07-24 16:04:55 --- (In reply to comment #26)
(In reply to comment #25)
Created an attachment (id=22587)
--> (http://bugs.winehq.org/attachment.cgi?id=22587) [details] [details]
Output on the console with WINEDEBUG=+winsock after applying patches 3-6
This is in the log: fixme:winsock:ws_sockaddr_ws2u Unknown address family 26, return NULL.
This probably means configure didn't detect <linux/irda.h> on your system, or you didn't run autoconf. Could you tell me if 'grep IRDA include/config.h' produces any output? If it's empty, <linux/irda.h> wasn't found. It should say '#define HAVE_LINUX_IRDA_H 1'.
It does say that
mronkko@leonardo:~/wine-git$ grep IRDA include/config.h #define HAVE_LINUX_IRDA_H 1
I did run autoconf. Here are the compile commands from history
492 autoconf 493 ./configure 494 nice -n 15 make 495 sudo make install
If it's empty, could you also tell me what 'grep irda config.log' returns?
mronkko@leonardo:~/wine-git$ grep irda config.log configure:6448: checking for linux/irda.h ac_cv_header_linux_irda_h=yes