X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; q=dns; s=default; b=ly4YYMB/ri/L0l4wtW8C+1hOF8Q8nm VpqY+rSQ6vitB/tXvZGYzfTVgSIKo1A+KdTurnwY1FFGYikjBDV01EkxcnCW+zsu qb8NUDtahp4PlSbJ5gFkb6B/0VUkU/NvVXZA7qW9G6XWs5Viq3XwlnOIFAm2uDZd v1jh+1m8c4LL0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; s=default; bh=6F6wOO5S+Il2URrNF9me4KBSntk=; b=WExj vbEE0BGcTAFXTmrs1BXlX8gY8riP52QeoCB0DnFEa3JZRmkuHDeKSqviZ0IOVjLC yc/wmBXD79/YhUIIpynai8OiYfWqZ3Js+57CcEcI8QczSM8bjtuDYGrHF7aakJD0 3aOyxLHRAitUYnz7lsJvp7LikZa8P1qTbCItoKU= 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 X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Date: Wed, 24 Apr 2013 19:53:59 +0200 From: Samuel Thibault To: cygwin AT cygwin DOT com Subject: Re: Redefinition of `struct in6_addr'? Message-ID: <20130424175359.GH5968@type.youpi.perso.aquilenet.fr> Mail-Followup-To: cygwin AT cygwin DOT com References: <20130424154409 DOT GX26397 AT calimero DOT vinschen DOT de> <20130424175107 DOT GZ26397 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130424175107.GZ26397@calimero.vinschen.de> User-Agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) Corinna Vinschen, le Wed 24 Apr 2013 19:51:07 +0200, a écrit : > > > /usr/include/cygwin/in6.h:75:8: error: redefinition of ‘struct in6_addr’ > > > /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../include/w32api/in6addr.h:17:16: > > > note: originally defined here > > Don't know this file but this is a bug in config.h. struct in6_addr > is defined in a system header, so it should not be gratuitously defined > in a project header, especially if the definition collides with the > right one from the system header. Mmm, but here it's w32api definition vs cygwin definition. Samuel -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple