Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-20 Thread Eli Zaretskii
Date: Fri, 19 Jun 2015 15:03:17 +0100 From: Gavin Smith gavinsmith0...@gmail.com Cc: bug-gnulib@gnu.org, texinfo-de...@gnu.org It's very hard for me to guess what might be going on on your system. I suggest adding warning directives to wchar.h, like the following: Index:

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-20 Thread Paul Eggert
Eli Zaretskii wrote: And this solved the issue. There are now no warnings about wcwidth. Thanks, I installed into Gnulib the attached, which uses that fix (reindenting while we're in the neighborhood). From 6b3a754b48d5c22625218981c51090fa834418bb Mon Sep 17 00:00:00 2001 From: Paul Eggert

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-20 Thread Eli Zaretskii
Date: Sat, 20 Jun 2015 10:00:09 -0700 From: Paul Eggert egg...@cs.ucla.edu CC: bug-gnulib@gnu.org, texinfo-de...@gnu.org Eli Zaretskii wrote: And this solved the issue. There are now no warnings about wcwidth. Thanks, I installed into Gnulib the attached, which uses that fix

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-19 Thread Karl Berry
Hello gnulib folks, It looks as if we have out-of-date files in the [texinfo] repository. Evidently, but I am puzzled as to how it came about. We (I) have always intended to use gnulib in the recommended way, namely (for the last few years), gnulib-tool --add-import. So why would a stale

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-19 Thread Eli Zaretskii
Date: Thu, 18 Jun 2015 21:31:33 +0100 From: Gavin Smith gavinsmith0...@gmail.com Cc: bug-gnulib@gnu.org, texinfo-de...@gnu.org I don't suppose you have any idea when this problem could have started? For example, did you manage to compile the texinfo 5.9.93 pretest okay? Yes and yes. This

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-19 Thread Gavin Smith
On 19 June 2015 at 13:36, Eli Zaretskii e...@gnu.org wrote: Date: Fri, 19 Jun 2015 13:12:00 +0100 From: Gavin Smith gavinsmith0...@gmail.com Cc: bug-gnulib@gnu.org, texinfo-de...@gnu.org On 19 June 2015 at 07:48, Eli Zaretskii e...@gnu.org wrote: There was no wcwidth.h in texinfo-5.9.93's

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-19 Thread Gavin Smith
On 19 June 2015 at 13:36, Eli Zaretskii e...@gnu.org wrote: Date: Fri, 19 Jun 2015 13:12:00 +0100 From: Gavin Smith gavinsmith0...@gmail.com Cc: bug-gnulib@gnu.org, texinfo-de...@gnu.org On 19 June 2015 at 07:48, Eli Zaretskii e...@gnu.org wrote: There was no wcwidth.h in texinfo-5.9.93's

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-19 Thread Gavin Smith
On 19 June 2015 at 07:48, Eli Zaretskii e...@gnu.org wrote: There was no wcwidth.h in texinfo-5.9.93's gnulib; now there is. So the arrangement of how that declaration is pulled in changed significantly since then. I downloaded the texinfo-5.9.94 pretest (http://alpha.gnu.org/gnu/texinfo/),

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-19 Thread Eli Zaretskii
Date: Fri, 19 Jun 2015 13:12:00 +0100 From: Gavin Smith gavinsmith0...@gmail.com Cc: bug-gnulib@gnu.org, texinfo-de...@gnu.org On 19 June 2015 at 07:48, Eli Zaretskii e...@gnu.org wrote: There was no wcwidth.h in texinfo-5.9.93's gnulib; now there is. So the arrangement of how that

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-19 Thread Gavin Smith
On 19 June 2015 at 13:12, Gavin Smith gavinsmith0...@gmail.com wrote: On 19 June 2015 at 07:48, Eli Zaretskii e...@gnu.org wrote: There was no wcwidth.h in texinfo-5.9.93's gnulib; now there is. So the arrangement of how that declaration is pulled in changed significantly since then. I

Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-18 Thread Eli Zaretskii
Building the current Texinfo trunk tip with MinGW produces a barrage of compiler warnings like these: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..-Id:/usr/include -gdwarf-4 -g3 -O2 -MT mbscasecmp.o -MD -MP -MF $depbase.Tpo -c -o mbscasecmp.o mbscasecmp.c \ mv -f $depbase.Tpo $depbase.Po

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-18 Thread Gavin Smith
On 18 June 2015 at 16:26, Eli Zaretskii e...@gnu.org wrote: Building the current Texinfo trunk tip with MinGW produces a barrage of compiler warnings like these: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..-Id:/usr/include -gdwarf-4 -g3 -O2 -MT mbscasecmp.o -MD -MP -MF $depbase.Tpo -c