public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/23568] gdb/ser-mingw.c: error: 'ERROR_IO_PENDING' was not declared in this scope (MinGW/MSYS)
[not found] <bug-23568-4717@http.sourceware.org/bugzilla/>
@ 2020-04-08 23:26 ` ssbssa at sourceware dot org
2022-02-27 23:29 ` tromey at sourceware dot org
` (2 subsequent siblings)
3 siblings, 0 replies; 4+ messages in thread
From: ssbssa at sourceware dot org @ 2020-04-08 23:26 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=23568
Hannes Domani <ssbssa at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ssbssa at sourceware dot org
--- Comment #10 from Hannes Domani <ssbssa at sourceware dot org> ---
(In reply to SiZiOUS from comment #3)
> Comment on attachment 11208 [details]
> Fix to allow MinGW/MSYS compilation of gdb-7.12.1
>
> --- ser-mingw.c 2017-01-21 13:46:47 +0000
> +++ ser-mingw.c.patch 2018-08-24 08:30:27 +0000
> @@ -31,6 +31,10 @@
>
> #include "command.h"
>
> +#ifndef ERROR_IO_PENDING
> +#include <winerror.h>
> +#endif
> +
> void _initialize_ser_windows (void);
>
> struct ser_windows_state
That shouldn't be necessary, winerror.h should be included by windows.h
(indirectly, via winbase.h).
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug build/23568] gdb/ser-mingw.c: error: 'ERROR_IO_PENDING' was not declared in this scope (MinGW/MSYS)
[not found] <bug-23568-4717@http.sourceware.org/bugzilla/>
2020-04-08 23:26 ` [Bug build/23568] gdb/ser-mingw.c: error: 'ERROR_IO_PENDING' was not declared in this scope (MinGW/MSYS) ssbssa at sourceware dot org
@ 2022-02-27 23:29 ` tromey at sourceware dot org
2022-02-27 23:35 ` tromey at sourceware dot org
2022-12-02 16:26 ` tromey at sourceware dot org
3 siblings, 0 replies; 4+ messages in thread
From: tromey at sourceware dot org @ 2022-02-27 23:29 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=23568
--- Comment #11 from Tom Tromey <tromey at sourceware dot org> ---
*** Bug 23583 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug build/23568] gdb/ser-mingw.c: error: 'ERROR_IO_PENDING' was not declared in this scope (MinGW/MSYS)
[not found] <bug-23568-4717@http.sourceware.org/bugzilla/>
2020-04-08 23:26 ` [Bug build/23568] gdb/ser-mingw.c: error: 'ERROR_IO_PENDING' was not declared in this scope (MinGW/MSYS) ssbssa at sourceware dot org
2022-02-27 23:29 ` tromey at sourceware dot org
@ 2022-02-27 23:35 ` tromey at sourceware dot org
2022-12-02 16:26 ` tromey at sourceware dot org
3 siblings, 0 replies; 4+ messages in thread
From: tromey at sourceware dot org @ 2022-02-27 23:35 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=23568
--- Comment #12 from Tom Tromey <tromey at sourceware dot org> ---
Did anybody ever get to the bottom of this?
One approach would be to attach the preprocessed source here.
The question is why this isn't defined by the windows.h includes.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug build/23568] gdb/ser-mingw.c: error: 'ERROR_IO_PENDING' was not declared in this scope (MinGW/MSYS)
[not found] <bug-23568-4717@http.sourceware.org/bugzilla/>
` (2 preceding siblings ...)
2022-02-27 23:35 ` tromey at sourceware dot org
@ 2022-12-02 16:26 ` tromey at sourceware dot org
3 siblings, 0 replies; 4+ messages in thread
From: tromey at sourceware dot org @ 2022-12-02 16:26 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=23568
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2022-12-02
Status|UNCONFIRMED |WAITING
Ever confirmed|0 |1
--- Comment #13 from Tom Tromey <tromey at sourceware dot org> ---
Waiting for response.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-12-02 16:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <bug-23568-4717@http.sourceware.org/bugzilla/>
2020-04-08 23:26 ` [Bug build/23568] gdb/ser-mingw.c: error: 'ERROR_IO_PENDING' was not declared in this scope (MinGW/MSYS) ssbssa at sourceware dot org
2022-02-27 23:29 ` tromey at sourceware dot org
2022-02-27 23:35 ` tromey at sourceware dot org
2022-12-02 16:26 ` tromey at sourceware dot org
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).