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:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=mj7GS5Lpx2D67GlevQjll+4c520pNAWzR2moS5dw2Yw3H+g3fSXv8 OFFdUFoq5FW/QNIXqFhVF07xqR44b9QZL1tIio8kOHsawc3iE7FtV4qiVv7FokCA zZLe4v4/00j5sAHwII5sxAvKpEnmSAH+c612Fp2Q5DAPpyHoxC2fdw= 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:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=y6LM5kKxLFPlKNMBrF5HHU9mavw=; b=CvQoIe6M7AuswOpY/WbyA6W3+zWk ePwHg9WZn91uH6ajFtTyaI89itssFiM3i4vEs0f6/ZBp/6oKw5QL/ih5Pc7B6sj4 4y4pJzfi5a0hjTXvN7Q9pA9M2Dm7dxtT1FT65jpgGlnWTAK4QlG5p4aBYOg/eHK1 fvCCITPZlGxvVgE= 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=-0.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mho-01-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+ENxCYTGsxRqBaweGsbxgs Date: Sat, 26 Oct 2013 02:25:30 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Rebuilding cygwin1.dll - error: "TRANSACTION_ALL_ACCESS" redefined [-Werror] Message-ID: <20131026062530.GA5850@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <52692BAC DOT 5060800 AT mandriva DOT com> <20131024150921 DOT GB24229 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) On Sat, Oct 26, 2013 at 10:14:01AM +0400, Alexey Pavlov wrote: >2013/10/24 Alexey Pavlov: >> 2013/10/24 Corinna Vinschen: >>> On Oct 24 16:16, Adam C?cile wrote: >>>> Hello, >>>> >>>> I'm unable to rebuild current cygwin1.dll: >>>> >>>> Running: >>>> >>>> rm -rf src/ && tar xvjf winsup-1.7.24.tar.bz2 && cd src && LANG=C >>> >>> 1.7.25 is current, not 1.7.24. >>> >>> You won't be able to build 1.7.25 with the most recent w32api packages >>> either. They introduced this incompatibility. Either downgrade >>> the w32api-* packages to the previous version, or try to build Cygwin >>> from CVS HEAD instead: >>> >>> http://cygwin.com/cvs.html >>> >>> >> >> Same errors from last cvs revision. >> >I see that some errors are gone by yesterday commits but new one present now: > >In file included from /work/Cygwin/winsup/cygwin/cygtls.cc:20:0: >/work/Cygwin/winsup/cygwin/exception.h:12:25: error: redefinition of >?struct _EXCEPTION_REGISTRATION_RECORD? > #define _exception_list _EXCEPTION_REGISTRATION_RECORD > ^ >In file included from /usr/include/w32api/minwindef.h:146:0, > from /usr/include/w32api/windef.h:8, > from /usr/include/w32api/windows.h:69, > from /work/Cygwin/winsup/cygwin/winlean.h:52, > from /work/Cygwin/winsup/cygwin/winsup.h:76, > from /work/Cygwin/winsup/cygwin/cygtls.cc:10: >/usr/include/w32api/winnt.h:3541:20: error: previous definition of >?struct _EXCEPTION_REGISTRATION_RECORD? > typedef struct _EXCEPTION_REGISTRATION_RECORD { > ^ >In file included from /work/Cygwin/winsup/cygwin/exception.h:15:0, > from /work/Cygwin/winsup/cygwin/cygtls.cc:20: >/work/Cygwin/winsup/cygwin/include/exceptions.h:109:17: error: invalid >type in declaration before ?;? token > } exception_list; > ^ >/work/Cygwin/winsup/cygwin/../Makefile.common:43: recipe for target >'cygtls.o' failed >make[3]: *** [cygtls.o] Error 1 Feel free to provide patches. Simple compilation issues do not require copyright assignment. -- 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