From: "Pierre Muller" <muller@ics.u-strasbg.fr>
To: <gdb-patches@sourceware.org>
Cc: <tromey@redhat.com>
Subject: [Build failure] chartset.c build failure: iconv 2nd argument type problem
Date: Mon, 23 Mar 2009 16:04:00 -0000 [thread overview]
Message-ID: <000f01c9abcd$6b0e8990$412b9cb0$@u-strasbg.fr> (raw)
Following a commit from:
Changes by: tromey@sourceware.org 2009-03-20 23:04:41
On cygwin, the current iconv function has a (const char **)
type for the second argument, whereas other implementations
seem to be using (char **) type.
This leads to a build error for the current sources.
I don't really know how to fix this issue:
1) Remove -Werror for charset.o target.
2) Enhance configure test for iconv so that it does
find out the exact type of that second argument
a set a ICONV_INBUF_TYPE macro for that type.
Tom, could you please take a look at this?
Pierre Muller
Pascal language support maintainer for GDB
next reply other threads:[~2009-03-23 15:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-23 16:04 Pierre Muller [this message]
2009-03-23 16:10 ` Tom Tromey
2009-03-23 17:27 ` Pierre Muller
2009-03-23 17:54 ` FYI: fix charset.c build failure Tom Tromey
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='000f01c9abcd$6b0e8990$412b9cb0$@u-strasbg.fr' \
--to=muller@ics.u-strasbg.fr \
--cc=gdb-patches@sourceware.org \
--cc=tromey@redhat.com \
/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