bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

duplocale cygwin failure (was: Re: lchmod cygwin failure)


From: Simon Josefsson
Subject: duplocale cygwin failure (was: Re: lchmod cygwin failure)
Date: Tue, 30 Mar 2010 01:00:19 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

Bruno Haible <address@hidden> writes:

> Fixed as follows:
>
>
> 2010-03-27  Bruno Haible  <address@hidden>
>
>       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

[Prev in Thread] Current Thread [Next in Thread]