X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <471D1D5B.2070009@comcast.net> Date: Mon, 22 Oct 2007 17:59:55 -0400 From: Larry Adams User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Problem with Cygwin Include Files Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000783-1, 10/22/2007), Outbound message X-Antivirus-Status: Clean Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hello, The problem is that /usr/include/cygwin/icmp.h is blank and needs to be "non-blank". /usr/include/netinet/ip_icmp.h looks as follows: /* netinet/ip_icmp.h Copyright 1998, 2001 Red Hat, Inc. This file is part of Cygwin. This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ #ifndef _NETINET_IP_ICMP_H #define _NETINET_IP_ICMP_H #include #endif /* _NETINET_IP_ICMP_H */ However, it should include quite a bit more than that... Regards, TheWitness -- 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/