Bruno Haible <br...@clisp.org> writes: > Hi Simon, > >> 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' > > This error is due to the fact that we cannot provide a 'duplocale' replacement > on all platforms.
Thanks Bruno, it works now. /Simon