delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Date: | Wed, 14 Feb 2007 21:11:25 +0100 |
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: IPX headers |
Message-ID: | <20070214201125.GA4158@calimero.vinschen.de> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <981e6de60702141143t56330f9er6df89b8d358cded3 AT mail DOT gmail DOT com> |
Mime-Version: | 1.0 |
In-Reply-To: | <981e6de60702141143t56330f9er6df89b8d358cded3@mail.gmail.com> |
User-Agent: | Mutt/1.4.2.2i |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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 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 <winsock2.h> > #include <Wsipx.h> > > 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 <net/ipx.h> > #include <linux/ipx.h> > #include <netipx/ipx.h> > > 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |