From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92621 invoked by alias); 16 Dec 2015 23:13:00 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 92598 invoked by uid 89); 16 Dec 2015 23:12:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=aligns, Hx-languages-length:942, 178, H*RU:sk:cpe-67- X-HELO: limerock01.mail.cornell.edu Received: from limerock01.mail.cornell.edu (HELO limerock01.mail.cornell.edu) (128.84.13.241) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 16 Dec 2015 23:12:57 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock01.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id tBGNCtLh001397 for ; Wed, 16 Dec 2015 18:12:55 -0500 Received: from [192.168.1.7] (cpe-67-249-176-138.twcny.res.rr.com [67.249.176.138]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id tBGNCrdQ008177 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Wed, 16 Dec 2015 18:12:54 -0500 Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.11 To: cygwin@cygwin.com References: <20151216164848.GM3507@calimero.vinschen.de> From: Ken Brown Message-ID: <5671EFF8.6030804@cornell.edu> Date: Wed, 16 Dec 2015 23:13:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20151216164848.GM3507@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00183.txt.bz2 On 12/16/2015 11:48 AM, Corinna Vinschen wrote: > - The header file layout has been cleaned up, mostly in terms of the > sys/select.h, sys/signal.h and sys/types.h files. This is a generic > change in newlib and aligns the affected headers more closely to > the FreeBSD layout. These changes are leading to lots of errors when building emacs: /usr/include/cygwin/signal.h:178:3: error: unknown type name ‘pthread_attr_t’ /usr/include/cygwin/signal.h:213:3: error: unknown type name ‘pid_t’ /usr/include/cygwin/signal.h:230:2: error: unknown type name ‘timer_t’ /usr/include/sys/signal.h:211:6: error: #error You need the winsup sources or a cygwin installation to compile the cygwin version of newlib. /usr/include/sys/signal.h:214:5: error: unknown type name ‘pthread_t’ /usr/include/sys/time.h:104:34: error: unknown type name ‘u_int’ [... and many more] Ken -- 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