From: Pedro Alves <palves@redhat.com>
To: Jan Vrany <jan.vrany@fit.cvut.cz>,
"gdb@sourceware.org" <gdb@sourceware.org>
Subject: Re: Compiling GDB on Windows using mingw64 toolchain
Date: Mon, 05 Mar 2018 12:23:00 -0000 [thread overview]
Message-ID: <ceef3314-4dd7-31a6-34c3-866270257804@redhat.com> (raw)
In-Reply-To: <1520183955.32035.2.camel@fit.cvut.cz>
On 03/04/2018 05:19 PM, Jan Vrany wrote:
> C:/msys64/mingw64/include/c++/6.3.0/cwchar:139:11: error: expected
> unqualified-id before 'int'
> using ::wint_t;
This probably means that something did "#define wint_t int" before
we get here (or some #undef doesn't trigger), which makes the compiler see:
using ::int;
Thanks,
Pedro Alves
next prev parent reply other threads:[~2018-03-05 12:23 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 [this message]
2018-03-06 11:04 ` Jan Vrany
2018-03-06 15:58 ` Eli Zaretskii
2018-03-06 16:15 ` Jan Vrany
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=ceef3314-4dd7-31a6-34c3-866270257804@redhat.com \
--to=palves@redhat.com \
--cc=gdb@sourceware.org \
--cc=jan.vrany@fit.cvut.cz \
/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