http://bugs.winehq.org/show_bug.cgi?id=25377
--- Comment #10 from Emerson Prado emerson.prado.eng@gmail.com 2010-12-03 13:07:08 CST --- I got an error in make:
In file included from ../../include/ws2tcpip.h:23, from ../../include/http.h:25, from httpapi_main.c:27: ../../include/ws2ipdef.h:165: error: redefinition of ‘struct in_pktinfo’ make[1]: ** [httpapi_main.o] Erro 1
I went forward anyway and did a make install, which returned the exact same error. Then, I found out Wine is not installed. I uninstalled the previous version with make uninstall before any changes and applied the patch with -p1.
I noticed the article mentions ip_pktinfo, but the error mentions in_pktinfo. Could this indicate something?
May I have done something wrong? Have someone tried this patch already?