X-Spam-Check-By: sourceware.org Date: Tue, 16 Jan 2007 11:46:10 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: 1.5.23: ip_mreq_source not defined in cygwin/sockets.h Message-ID: <20070116104610.GE28312@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Jan 16 12:24, Shishir Birmiwal wrote: > 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. > [...] > I do see that both the entities are defined in w32api/ws2tcpip.h Thanks for the report. I will add the missing structures to Cygwin. They will not be available any time soon, though. > 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 ip_mreq_source, ip_msfilter, in_pktinfo are only available starting with Windows XP. If you use them in your application, it will not be backward compatible to NT4, W2K, or, FWIW, 95/98/Me. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/