Hi,
I have recently been unable to compile Inkscape on Linux because of a compile failure in nodepath.cpp.
It exhibits the same failure, even when I checkout an older version that used to compile for me! Here is the beginning of the message I get (it goes on much longer), could someone please help?
Thanks, -Mason
In file included from live_effects/effect.h:16, from live_effects/lpeobject.h:13, from nodepath.cpp:50: ./2geom/path.h:72: warning: `virtual Geom::Curve* Geom::Curve::reverse() const' was hidden ./2geom/path.h:313: warning: by `Geom::Curve* Geom::SVGEllipticalArc::reverse(double, double) const' ./2geom/path.h: In member function `Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > > Geom::Path::begin()': ./2geom/path.h:376: error: `Geom::BaseIterator<IteratorImpl>::BaseIterator(const IteratorImpl&) [with IteratorImpl = __gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > >]' is private ./2geom/path.h:472: error: within this context ./2geom/path.h: In member function `Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > > Geom::Path::end()': ./2geom/path.h:376: error: `Geom::BaseIterator<IteratorImpl>::BaseIterator(const IteratorImpl&) [with IteratorImpl = __gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > >]' is private ./2geom/path.h:473: error: within this context