Bruno Haible <br...@clisp.org> writes:

> Fixed as follows:
>
>
> 2010-03-27  Bruno Haible  <br...@clisp.org>
>
>       Fix a compilation error on Cygwin with g++ >= 4.3.
>       * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
>       if it is undefined or if we alias it to chmod.
>       (lstat): Don't warn about the use of this function if it is undefined
>       or if we alias it to stat.
>       Reported by Simon Josefsson.

Thanks!  The same class of problem appears to occur for duplocale too:

In file included from test-locale-c++.cc:22:
../gllib/locale.h:329: error: ‘duplocale’ was not declared in this scope
../gllib/locale.h:329: error: invalid type in declaration before ‘;’ token
make[3]: *** [test-locale-c++.o] Error 1
make[3]: Leaving directory `/home/Simon/gnulib/build/gltests'

See http://autobuild.josefsson.org/gnulib/log-201003291132136972000.txt

/Simon


Reply via email to