On 2015-10-17, at 6:38 PM, Mattia Rizzolo wrote: > On Sat, Oct 17, 2015 at 05:32:17PM -0400, John David Anglin wrote: >> /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file >> requires compiler and library support for the ISO C++ 2011 standard. This >> support is currently experimental, and must be enabled with the -std=c++11 >> or -std=gnu++11 compiler options. >> #error This file requires compiler and library support for the \ >> ^ >> >> It appears -std=c++11 needs to be added to CXXFLAGS. > > umh, I'm quite naive when it comes to this matters, but isn't c++11 the > default nowadays with g++5?
I believe that the option will become the default in gcc-6. At the moment, it is considered experimental. > Or does the hppa build of gcc default to something else? No, hppa uses default gcc-5. > > Then I also see quite some errors from glibmm-2.4, which is currently > broken, so I'm not even sure inkscape is buildable at all atm due to > that. > https://bugs.debian.org/800371 > (it's funny 'cause that bug actually link a inkscape build log!) Build was successful with -std=c++11. However, there were quite a few warnings: https://buildd.debian.org/status/fetch.php?pkg=inkscape&arch=hppa&ver=0.91-5%2Bb3&stamp=1445136533 Regards, Dave -- John David Anglin dave.ang...@bell.net _______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers