Hi Jim, Jim Meyering <j...@meyering.net> writes:
> Ludovic Courtès wrote: >> Surprisingly “make dist” has been failing on Hydra for some time[*]: >> >> gcc -std=gnu99 -I. -g -O2 -c -o exclude.o exclude.c >> In file included from mbuiter.h:106, >> from exclude.c:38: >> mbchar.h: In function 'mb_width_aux': >> mbchar.h:241: warning: implicit declaration of function 'wcwidth' >> In file included from exclude.c:38: >> mbuiter.h: At top level: >> mbuiter.h:112: error: expected specifier-qualifier-list before 'mbstate_t' >> mbuiter.h: In function 'mbuiter_multi_next': > ... >> [*] http://hydra.nixos.org/job/gnu/coreutils-master/tarball/all > > Thanks for the report. > wcwidth is supposed to be declared in wchar.h, > but the above suggests something is not working. >From what I can see at the URL above the problem was fixed before I managed to spend time investigating, so that’s cool. :-) Thanks, Ludo’.