From: Jan Vrany <jan.vrany@fit.cvut.cz>
To: Eli Zaretskii <eliz@gnu.org>
Cc: gdb@sourceware.org
Subject: Re: Compiling GDB on Windows using mingw64 toolchain
Date: Tue, 06 Mar 2018 16:15:00 -0000 [thread overview]
Message-ID: <1520352887.16358.25.camel@fit.cvut.cz> (raw)
In-Reply-To: <83bmg1rybg.fsf@gnu.org>
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;
}
--
C:\msys64\mingw64\bin\x86_64-w64-mingw32-g++ -o wchar.exe wchar.cpp
next prev parent reply other threads:[~2018-03-06 16:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-04 17:19 Jan Vrany
2018-03-05 11:53 ` Yao Qi
2018-03-06 10:43 ` Jan Vrany
2018-03-05 12:23 ` Pedro Alves
2018-03-06 11:04 ` Jan Vrany
2018-03-06 15:58 ` Eli Zaretskii
2018-03-06 16:15 ` Jan Vrany [this message]
2018-03-06 17:44 ` Eli Zaretskii
2018-03-08 9:15 ` Jan Vrany
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1520352887.16358.25.camel@fit.cvut.cz \
--to=jan.vrany@fit.cvut.cz \
--cc=eliz@gnu.org \
--cc=gdb@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox