1.5.23: ip_mreq_source not defined in cygwin/sockets.h

2007-01-15 Thread Shishir Birmiwal
Hi, I recently tried building live55 streaming media (live555.com) on cygwin-1.5.23. While building, it complained of the structure ip_mreq_source being not defined. A little bit of probing and emailing the live-devel mailing list revealed that IP_ADD_SOURCE_MEMBERSHIP is defined in cygwin/socke

Re: 1.5.23: ip_mreq_source not defined in cygwin/sockets.h

2007-01-16 Thread Shishir Birmiwal
Thanks, Corinna > Would it make sense for cygwin/sockets.h to include w32api/ws2tcpip.h? > I'm afraid that it might add to the kludge that is winsock/winsock2, > and break some things :) Don't do that. Define the missing strcutures manually in your application instead. Also keep in mind that