| delorie.com/archives/browse.cgi | search |
| 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:mime-version:in-reply-to:references:date | |
| :message-id:subject:from:to:content-type | |
| :content-transfer-encoding; q=dns; s=default; b=Bt3O3/EApci6rhr+ | |
| MFV7zY/VLCJ+PCG7zkOVOpju7ww/zB4lz0lwV74bnfZbPJZSly42H4flX3T/l07S | |
| YikjUMYepKoJzVS+rseysR57u7MRJVwUcXeSoneJNtBeY4aH+7KS3F48aWKAMlqc | |
| 7VaZ9ucH1z3oWihPv+eYZd2hBqc= | |
| 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:mime-version:in-reply-to:references:date | |
| :message-id:subject:from:to:content-type | |
| :content-transfer-encoding; s=default; bh=kCjDbMhVc43fignGeTgtl+ | |
| ATURo=; b=XNj8vWP4+YUcbXIjsK/by1oGSOPxB5AJV4oOL3WSCxCrqJv+h3KJCi | |
| iKFc/7b5m7Q3u3893ab8Ozn2jZluVPv/tnwXiidRoSAelVOj6a+gkIHFztbqdAvU | |
| cVqp2EKDDeT13ceBY/UAeCOhM6GnFGfOXHa79QOZZ1AoLpil4+Ogk= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 |
| X-HELO: | mail-wi0-f172.google.com |
| MIME-Version: | 1.0 |
| X-Received: | by 10.180.189.132 with SMTP id gi4mr1353914wic.19.1382768041964; Fri, 25 Oct 2013 23:14:01 -0700 (PDT) |
| In-Reply-To: | <CABEPuQJrD6e2xy18utjm2WqAoVc6seAKR88ocWhiqot3W54m5g@mail.gmail.com> |
| References: | <52692BAC DOT 5060800 AT mandriva DOT com> <20131024150921 DOT GB24229 AT calimero DOT vinschen DOT de> <CABEPuQJrD6e2xy18utjm2WqAoVc6seAKR88ocWhiqot3W54m5g AT mail DOT gmail DOT com> |
| Date: | Sat, 26 Oct 2013 10:14:01 +0400 |
| Message-ID: | <CABEPuQLku+UFmoF2Wb6dUBvUEQw8sbmgG4mv-UiMgdSC=t+0TQ@mail.gmail.com> |
| Subject: | Re: Rebuilding cygwin1.dll - error: "TRANSACTION_ALL_ACCESS" redefined [-Werror] |
| From: | Alexey Pavlov <alexpux AT gmail DOT com> |
| To: | cygwin AT cygwin DOT com |
| X-IsSubscribed: | yes |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id r9Q6EKCo005454 |
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
> Regards,
> Alexey.
>
>> Corinna
>>
>> --
>> Corinna Vinschen Please, send mails regarding Cygwin to
>> Cygwin Maintainer cygwin AT cygwin DOT com
>> Red Hat
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |