This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compiling GDB on Windows using mingw64 toolchain


> From: Jan Vrany <jan.vrany@fit.cvut.cz>
> Cc: gdb@sourceware.org
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]