Re: Compiling GDB on Windows using mingw64 toolchain
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: Jan Vrany <[email protected]> > Cc: [email protected] > Date: Tue, 06 Mar 2018 16:14:47 +0000 > > On Tue, 2018-03-06 at 17:57 +0200, Eli Zaretskii wrote: > > > > > > > Doesn't MinGW64 have the wint_t type? Because if it does, that part > > of wchar.in.h should have been bypassed in your build. > > I believe it does have it. Following compile just fine: > -- > #include <cwchar> > int main(int argc, char **argv) { > ::wint_t a; > wint_t b; > return 0; > } Then I guess you need to look in the config.log to understand why the configure-time test for it failed.