Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [Build failure] chartset.c build failure: iconv 2nd argument type problem
@ 2009-03-23 16:04 Pierre Muller
  2009-03-23 16:10 ` Tom Tromey
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre Muller @ 2009-03-23 16:04 UTC (permalink / raw)
  To: gdb-patches; +Cc: tromey

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-23 17:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-23 16:04 [Build failure] chartset.c build failure: iconv 2nd argument type problem Pierre Muller
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox