Re: status of C++ support with GNULIB_NAMESPACE

2016-11-22 Thread Mike Miller
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

Re: status of C++ support with GNULIB_NAMESPACE

2016-11-21 Thread Pedro Alves
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

status of C++ support with GNULIB_NAMESPACE

2016-11-20 Thread Bruno Haible
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