On Mon, Nov 21, 2016 at 23:35:12 +, Pedro Alves wrote:
> BTW, do we know which programs use GNULIB_NAMESPACE?
> I believe the initial support was done for GNU Octave, but I see
> that quite recently Octave switched away from it, maybe because of
> the problems with newer GCCs (I believe fixed n
On 11/20/2016 12:23 PM, Bruno Haible wrote:
> To see where we are on C++ GNULIB_NAMESPACE support, I ran
> $ ./gnulib-tool --create-testdir --with-c++-tests --with-tests
> --dir=/tmp/testdir
> (takes one hour, be patient) and built it on a glibc system with
> $ ./configure CPPFLAGS="-DGNULIB
Hi,
To see where we are on C++ GNULIB_NAMESPACE support, I ran
$ ./gnulib-tool --create-testdir --with-c++-tests --with-tests
--dir=/tmp/testdir
(takes one hour, be patient) and built it on a glibc system with
$ ./configure CPPFLAGS="-DGNULIB_NAMESPACE= -Wall" CC=g++
$ make -k
Here are