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 > 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 > (reindenting > w

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: Fri, 19 Jun 2015 15:03:17 +0100 > From: Gavin Smith > 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: gnulib/lib/wchar.in.h > =

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

2015-06-20 Thread Eli Zaretskii
> Date: Fri, 19 Jun 2015 14:33:15 +0100 > From: Gavin Smith > Cc: bug-gnulib@gnu.org, texinfo-de...@gnu.org > > I wonder if you could try compiling again now the file is gone from > the repository. Did that; it didn't help. I will now look deeper into the problem. I hoped someone of the Gnulib

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 fi

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 wrote: >> Date: Fri, 19 Jun 2015 13:12:00 +0100 >> From: Gavin Smith >> Cc: bug-gnulib@gnu.org, texinfo-de...@gnu.org >> >> On 19 June 2015 at 07:48, Eli Zaretskii wrote: >> > There was no wcwidth.h in texinfo-5.9.93's gnulib; now there is. So >> > the ar

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 wrote: >> Date: Fri, 19 Jun 2015 13:12:00 +0100 >> From: Gavin Smith >> Cc: bug-gnulib@gnu.org, texinfo-de...@gnu.org >> >> On 19 June 2015 at 07:48, Eli Zaretskii wrote: >> > There was no wcwidth.h in texinfo-5.9.93's gnulib; now there is. So >> > the ar

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 > Cc: bug-gnulib@gnu.org, texinfo-de...@gnu.org > > On 19 June 2015 at 07:48, Eli Zaretskii 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

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 wrote: > On 19 June 2015 at 07:48, Eli Zaretskii 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 pr

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 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/), and it does

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

2015-06-18 Thread Eli Zaretskii
> Date: Thu, 18 Jun 2015 21:31:33 +0100 > From: Gavin Smith > 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 started between 5

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 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 -o mbscas

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