www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Date: | Fri, 17 Oct 2008 12:52:28 +0200 |
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: struct iphdr in netinet/ip.h |
Message-ID: | <20081017105228.GH9289@calimero.vinschen.de> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <20081017095526 DOT GA564 AT dwtc-b98> |
MIME-Version: | 1.0 |
In-Reply-To: | <20081017095526.GA564@dwtc-b98> |
User-Agent: | Mutt/1.5.16 (2007-06-09) |
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 Oct 17 16:56, bjoe wrote: > Hi all, > I am sorry for this newbie question > I get this error messages when try to compile program in cygwin, but > this program compiled successfully in Linux. > > $ gcc-4 test.c > test.c: In function 'main': > test.c:152: error: invalid application of 'sizeof' to incomplete type > 'struct iphdr' > test.c:153: error: invalid application of 'sizeof' to incomplete type > 'struct iphdr' > > My investigation show me that cygwin not have iphdr difinitions in netinet/ip.h > like Linux. I use cygwin 1.5.25(0.156/4/2), so maybe someone in this > list can explain to me how to workaround this. Cygwin has the BSD defintion struct ip instead. Use that or define struct iphdr along the lines of struct ip yourself. 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 |