X-Spam-Check-By: sourceware.org Message-ID: <981e6de60702141626h7131efb5id55be459c797c28c@mail.gmail.com> Date: Thu, 15 Feb 2007 01:26:43 +0100 From: "Simon Sasburg" To: cygwin AT cygwin DOT com Subject: Re: IPX headers In-Reply-To: <20070214201125.GA4158@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <981e6de60702141143t56330f9er6df89b8d358cded3 AT mail DOT gmail DOT com> <20070214201125 DOT GA4158 AT calimero DOT vinschen DOT de> X-IsSubscribed: yes 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 Hmm, bummer... Well, after a bit of fiddling i got it to link with winsock even when compiling with cygwin. Not exactly what i wanted..., but heh, it works... Simon On 2/14/07, Corinna Vinschen wrote: > On Feb 14 20:43, Simon Sasburg wrote: > > Ok so i'm trying to port a C winsock ipx application of mine to cygwin. > > > > problem is i can't find the needed IPX constants (or headers that contain > > them). > > > > with winsock this works: > > SOCKET ipx_sock = socket(AF_IPX, SOCK_DGRAM, NSPROTO_IPX); > > when including > > #include > > #include > > > > now in cygwin it can't find the AF_IPX and NSPROTO_IPX constants (i > > typedeffed SOCKET to int already) > [...] > > from looking around google i found that these constants might be found > > in these headers on a 'real' unix system : > > #include > > #include > > #include > > > > but when compiling with cygwin it can't find any of these headers. > > > > Where might the needed headers/constants be found on a cygwin system? > > do i need to install any special packages for this? > > These headers don't exists. Cygwin doesn't support IPX, sorry. > > > 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/ > > -- 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/