<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hello Marco ++</div><div><br></div><div>I think the break is due to that i had thought all uses of items in arpa/inet.h were already protected by #ifdef __APPLE__ when they were not.  at least that part of your patch would obviously take care of that.</div><div><br></div><div>i'm not entirely certain about the name.  the problem is not that unix style sockets are not supported, but that they aren't supported precisely in the same way.  winsock, winsock2, and ws2tcpip headers on mingw support part but not all of the calls made herein, and even then, will support more or less based upon the version of windows being used.</div><div><br></div><div>Let me try to take your patch and tweak it, and then also test the build on linux.</div><div><br></div><div>Best Regards,</div><div>++ Kirk</div><br><div><div>On 2011-Feb-9, at 4:25 PM, ext Marco Minutoli wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hello,<br><br>today trying to build lldb on Linux I got an error due to some missing<br>header files caused by an ifdef. In the attachment you should find a<br>little patch that fix the build problem (this time I hope in the right<br>way ;) ).<br><br>I don't know if mingw has those headers too so I haven't declared the<br>macro for it in its Config.h.<br><br>I was wondering if there is some introductory task I can work on. Do<br>you have any suggestions?<br><br>Best regards,<br>Marco<br><br>-- <br>Marco Minutoli<br><br>"If A is success in life, then A equals x plus y plus z. Work is x;<br>y is play; and z is keeping your mouth shut." --A. Einstein<br></div></blockquote></div></body></html>