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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=mbZLwFmsV1v9YQt3 ZO9MbOY8fSxtQtxbGf+IakI4r3UWwIJ57lly1liFmafGpw78r84Q3wv8w2E960W6 nt7EappJvvZfYp5gpjvrkoKu60vUSaLHlwKNX7roEpW2tjdgVEByJV/bnTyhMNHv s1mpeTO02ALqt1RnEOrLw0SWVYc= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=XWqV+AhBkRIzHdtZQ/Sa/Q ret3U=; b=HVPLaTGZ6erd607OmhepVqjakoDrQ9ge3VeuOj7n5Dof7sRfw1fMrE wdiJMG7UQw3Ne65fT+pMIHs4aftq4yRyOpyXnFNqLlqh55qMMWuz44LH3JDpB2lI /H5juoJ7N9nskLu6UOnURLjpyJkF781MUMY1i1cnmyaNI4nVShqo0= 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 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 X-CornellRouted: This message has been Routed already. Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.11 To: cygwin AT cygwin DOT com References: <20151216164848 DOT GM3507 AT calimero DOT vinschen DOT de> From: Ken Brown Message-ID: <5671EFF8.6030804@cornell.edu> Date: Wed, 16 Dec 2015 18:12:56 -0500 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 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