public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* w32api-headers-3.0.0.-1 in question
@ 2013-10-04 10:02 Denis Excoffier
  2013-10-05  1:34 ` JonY
  0 siblings, 1 reply; 3+ messages in thread
From: Denis Excoffier @ 2013-10-04 10:02 UTC (permalink / raw)
  To: cygwin

Hello,

I use cygwin 32 bits, last snapshot.

Since the last update of
- mingw64-i686-headers-3.0.0-1
- mingw64-i686-runtime-3.0.0-1
- w32api-headers-3.0.0-1
- w32api-runtime-3.0.0-1
(see http://cygwin.com/ml/cygwin-announce/2013-09/msg00018.html)

i'm no longer able to compile the last cygwin snapshot (20130925).
With the Previous issues of these packages (3.0b_svn5935), all is ok.

The errors i get are as follows (below).

Regards,

Denis Excoffier.


In file included from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/cygtls.h:279:0,
                  from ./globals.h:5,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/winsup.h:302,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/lib/_cygwin_crt0_common.cc:12:
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/ntdll.h:72:0: 
error: "TRANSACTION_ALL_ACCESS" redefined [-Werror]
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 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/winlean.h:52,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/winsup.h:76,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/lib/_cygwin_crt0_common.cc:12:
/usr/include/w32api/winnt.h:8184:0: note: this is the location of the 
previous definition
In file included from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/cygtls.h:279:0,
                  from ./globals.h:5,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/winsup.h:302,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/lib/_cygwin_crt0_common.cc:12:
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/ntdll.h:1117:14: 
error: multiple definition of â
In file included from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/winbase.h:9:0,
                  from /usr/include/w32api/windows.h:70,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/winlean.h:52,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/winsup.h:76,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/lib/_cygwin_crt0_common.cc:12:
/usr/include/w32api/winbase.h:1160:16: error: previous definition here
In file included from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/cygtls.h:279:0,
                  from ./globals.h:5,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/winsup.h:302,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/lib/_cygwin_crt0_common.cc:12:
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/ntdll.h:1122:27: 
error: invalid type in declaration before â token
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/ntdll.h:1122:27: 
error: conflicting declaration â
In file included from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/winbase.h:9:0,
                  from /usr/include/w32api/windows.h:70,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/winlean.h:52,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/winsup.h:76,
                  from 
/tmp/lcl/tmp/cygwin/cygwin-snapshot-20130925-1/winsup/cygwin/lib/_cygwin_crt0_common.cc:12:
/usr/include/w32api/winbase.h:1164:5: error: â has a previous 
declaration as â
cc1plus: all warnings being treated as errors
make[3]: *** [_cygwin_crt0_common.o] Error 1
make[2]: *** [cygwin] Error 1
make[1]: *** [all-target-winsup] Error 2
make: *** [all] Error 2


--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: w32api-headers-3.0.0.-1 in question
  2013-10-04 10:02 w32api-headers-3.0.0.-1 in question Denis Excoffier
@ 2013-10-05  1:34 ` JonY
  2013-10-05  5:13   ` Christopher Faylor
  0 siblings, 1 reply; 3+ messages in thread
From: JonY @ 2013-10-05  1:34 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

On 10/4/2013 18:02, Denis Excoffier wrote:
> Hello,
> 
> I use cygwin 32 bits, last snapshot.
> 
> Since the last update of
> - mingw64-i686-headers-3.0.0-1
> - mingw64-i686-runtime-3.0.0-1
> - w32api-headers-3.0.0-1
> - w32api-runtime-3.0.0-1
> (see http://cygwin.com/ml/cygwin-announce/2013-09/msg00018.html)
> 
> i'm no longer able to compile the last cygwin snapshot (20130925).
> With the Previous issues of these packages (3.0b_svn5935), all is ok.
> 

Corinna, cgf, last time, Kai mentioned that these were added recently,
Cygwin might have been declaring it on its own.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 834 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: w32api-headers-3.0.0.-1 in question
  2013-10-05  1:34 ` JonY
@ 2013-10-05  5:13   ` Christopher Faylor
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Faylor @ 2013-10-05  5:13 UTC (permalink / raw)
  To: cygwin

On Sat, Oct 05, 2013 at 09:34:22AM +0800, JonY wrote:
>On 10/4/2013 18:02, Denis Excoffier wrote:
>> Hello,
>> 
>> I use cygwin 32 bits, last snapshot.
>> 
>> Since the last update of
>> - mingw64-i686-headers-3.0.0-1
>> - mingw64-i686-runtime-3.0.0-1
>> - w32api-headers-3.0.0-1
>> - w32api-runtime-3.0.0-1
>> (see http://cygwin.com/ml/cygwin-announce/2013-09/msg00018.html)
>> 
>> i'm no longer able to compile the last cygwin snapshot (20130925).
>> With the Previous issues of these packages (3.0b_svn5935), all is ok.
>> 
>
>Corinna, cgf, last time, Kai mentioned that these were added recently,
>Cygwin might have been declaring it on its own.

You know, in other projects people actually track down problems and
provide patches without just offering surmises or bug reports.  It's sad
that Cygwin as so few people who are willing to fix problems, especially
when they are as simple to track down as this.

--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-05  5:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-04 10:02 w32api-headers-3.0.0.-1 in question Denis Excoffier
2013-10-05  1:34 ` JonY
2013-10-05  5:13   ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).