No idea...something wrong with libgeom?
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:311: warning: by `Geom::Curve* Geom::SVGEllipticalArc::reverse(double, double) const'
...
./2geom/path.h: In member function `Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve* const*, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > > Geom::Path::end_closed() const': ./2geom/path.h:374: error: `Geom::BaseIterator<IteratorImpl>::BaseIterator(const IteratorImpl&) [with IteratorImpl = __gnu_cxx::__normal_iterator<Geom::Curve* const*, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > >]' is private ./2geom/path.h:480: error: within this context
...
./2geom/path.h: In member function `void Geom::Path::insert(Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > >, Geom::BaseIterator<Impl>, Geom::BaseIterator<Impl>) [with Impl = __gnu_cxx::__normal_iterator<Geom::Curve* const*, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > >]':
...
./2geom/path.h:437: instantiated from here ./2geom/path.h:376: error: `__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > >::impl_' is private ./2geom/path.h:580: error: within this context ./2geom/path.h:376: error: `__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > >::impl_' is private ./2geom/path.h:580: error: within this context make[2]: *** [nodepath.o] Error 1 make[2]: Leaving directory `/home/facemyer/inkscape/svn-snap/inkscape-16089/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/facemyer/inkscape/svn-snap/inkscape-16089' make: *** [all] Error 2
I just did a complete clean build and it worked fine. SVN has bugged for me before, so perhaps you should delete the /src/2geom dir and SVN up again.
hope that helps, Johan
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On Behalf Of Joshua Facemyer / Impressus Art Sent: dinsdag 18 september 2007 19:32 To: inkscape-devel@lists.sourceforge.net Subject: [Inkscape-devel] Problem with recent build
No idea...something wrong with libgeom?
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:311: warning: by `Geom::Curve* Geom::SVGEllipticalArc::reverse(double, double) const'
...
./2geom/path.h: In member function `Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve* const*, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > > Geom::Path::end_closed() const': ./2geom/path.h:374: error: `Geom::BaseIterator<IteratorImpl>::BaseIterator(const IteratorImpl&) [with IteratorImpl = __gnu_cxx::__normal_iterator<Geom::Curve* const*, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > >]' is private ./2geom/path.h:480: error: within this context
...
./2geom/path.h: In member function `void Geom::Path::insert(Geom::BaseIterator<__gnu_cxx::__normal_iter
ator<Geom::Curve**,
std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > >, Geom::BaseIterator<Impl>, Geom::BaseIterator<Impl>) [with Impl = __gnu_cxx::__normal_iterator<Geom::Curve* const*, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > >]':
...
./2geom/path.h:437: instantiated from here ./2geom/path.h:376: error: `__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > >
::impl_' is private
./2geom/path.h:580: error: within this context ./2geom/path.h:376: error: `__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > >
::impl_' is private
./2geom/path.h:580: error: within this context make[2]: *** [nodepath.o] Error 1 make[2]: Leaving directory `/home/facemyer/inkscape/svn-snap/inkscape-16089/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/facemyer/inkscape/svn-snap/inkscape-16089' make: *** [all] Error 2
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
I actually just downloaded the tarball - should have been fine.
I'll try again.
JF
J.B.C.Engelen@...1578... wrote:
I just did a complete clean build and it worked fine. SVN has bugged for me before, so perhaps you should delete the /src/2geom dir and SVN up again.
hope that helps, Johan
Same thing again, this time with svn 16102.
Joshua Facemyer / Impressus Art wrote:
J.B.C.Engelen@...1578... wrote:
I just did a complete clean build and it worked fine. SVN has bugged for me before, so perhaps you should delete the /src/2geom dir and SVN up again.
hope that helps, Johan
Re-downloaded, this time with new build (16092) same error. Any ideas?
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
I looked at the 2geom makefile_insert and did a minor change, maybe now it works. I will try to test building on linux tomorrow.
Best of luck, Johan
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On Behalf Of Joshua Facemyer / Impressus Art Sent: woensdag 19 september 2007 6:29 To: Engelen, J.B.C. (Johan); inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Problem with recent build
J.B.C.Engelen@...1578... wrote:
I just did a complete clean build and it worked fine. SVN
has bugged
for me before, so perhaps you should delete the /src/2geom
dir and SVN up again.
hope that helps, Johan
Re-downloaded, this time with new build (16092) same error. Any ideas?
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Johan
just 3 hours ago - SVN compiled fine here (Gutsy trinbe 6 [internal bug hunting release])
Sorin
J.B.C.Engelen@...1578... wrote:
I looked at the 2geom makefile_insert and did a minor change, maybe now it works. I will try to test building on linux tomorrow.
Best of luck, Johan
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On Behalf Of Joshua Facemyer / Impressus Art Sent: woensdag 19 september 2007 6:29 To: Engelen, J.B.C. (Johan); inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Problem with recent build
J.B.C.Engelen@...1578... wrote:
I just did a complete clean build and it worked fine. SVN
has bugged
for me before, so perhaps you should delete the /src/2geom
dir and SVN up again.
hope that helps, Johan
Re-downloaded, this time with new build (16092) same error. Any ideas?
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Still not working. I realize it's probably something on my system. I run gentoo and just updated glib, gtk, gtkmm, and a bunch of other things about a week ago, then recompiled inkscape .45.1 without any trouble. Haven't changed anything since then.
Any other ideas?
Thanks for your help.
Nemes Ioan Sorin wrote:
Johan
just 3 hours ago - SVN compiled fine here (Gutsy trinbe 6 [internal bug hunting release])
Sorin
J.B.C.Engelen@...1578... wrote:
I looked at the 2geom makefile_insert and did a minor change, maybe now it works. I will try to test building on linux tomorrow.
Best of luck, Johan
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On Behalf Of Joshua Facemyer / Impressus Art Sent: woensdag 19 september 2007 6:29 To: Engelen, J.B.C. (Johan); inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Problem with recent build
J.B.C.Engelen@...1578... wrote:
I just did a complete clean build and it worked fine. SVN
has bugged
for me before, so perhaps you should delete the /src/2geom
dir and SVN up again.
hope that helps, Johan
Re-downloaded, this time with new build (16092) same error. Any ideas?
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Sep 19, 2007, at 7:24 PM, Joshua Facemyer / Impressus Art wrote:
Still not working. I realize it's probably something on my system. I run gentoo and just updated glib, gtk, gtkmm, and a bunch of other things about a week ago, then recompiled inkscape .45.1 without any trouble. Haven't changed anything since then.
Any other ideas?
When I compile things here on OS X, I see a lot of those warnings.
My guess is that it's some general portability issue in the code, most likely from types resolving differently on different platforms.
Can you try building 2geom? http://lib2geom.sourceforge.net/
svn co https://lib2geom.svn.sourceforge.net/svnroot/lib2geom/lib2geom/trunk lib2geom
run cmake -i first, then try make and see if you get the same errors.
Johan
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On Behalf Of Joshua Facemyer / Impressus Art Sent: donderdag 20 september 2007 4:24 To: Nemes Ioan Sorin; inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Problem with recent build
Still not working. I realize it's probably something on my system. I run gentoo and just updated glib, gtk, gtkmm, and a bunch of other things about a week ago, then recompiled inkscape .45.1 without any trouble. Haven't changed anything since then.
Any other ideas?
Thanks for your help.
Nemes Ioan Sorin wrote:
Johan
just 3 hours ago - SVN compiled fine here (Gutsy trinbe 6 [internal bug hunting release])
Sorin
J.B.C.Engelen@...1578... wrote:
I looked at the 2geom makefile_insert and did a minor
change, maybe
now it works. I will try to test building on linux tomorrow.
Best of luck, Johan
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On
Behalf Of
Joshua Facemyer / Impressus Art Sent: woensdag 19 september 2007 6:29 To: Engelen, J.B.C. (Johan); inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Problem with recent build
J.B.C.Engelen@...1578... wrote:
I just did a complete clean build and it worked fine. SVN
has bugged
for me before, so perhaps you should delete the /src/2geom
dir and SVN up again.
hope that helps, Johan
Re-downloaded, this time with new build (16092) same
error. Any ideas?
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
I just checked out lib2geom and installed cmake, this is what I got.
/home/facemyer/svn/lib2geom/src/chebyshev.cpp:9:26: gsl/gsl_math.h: No such file or directory /home/facemyer/svn/lib2geom/src/chebyshev.cpp:10:31: gsl/gsl_chebyshev.h: No such file or directory /home/facemyer/svn/lib2geom/src/chebyshev.cpp: In function `Geom::SBasis Geom::chebyshev_approximant(double (*)(double, void*), int, Geom::Interval, void*)': /home/facemyer/svn/lib2geom/src/chebyshev.cpp:60: error: `gsl_cheb_series' undeclared (first use this function) /home/facemyer/svn/lib2geom/src/chebyshev.cpp:60: error: (Each undeclared identifier is reported only once for each function it appears in.) /home/facemyer/svn/lib2geom/src/chebyshev.cpp:60: error: `cs' undeclared (first use this function) /home/facemyer/svn/lib2geom/src/chebyshev.cpp:60: error: `gsl_cheb_alloc' undeclared (first use this function) /home/facemyer/svn/lib2geom/src/chebyshev.cpp:62: error: `gsl_function' undeclared (first use this function) /home/facemyer/svn/lib2geom/src/chebyshev.cpp:62: error: expected `;' before "F" /home/facemyer/svn/lib2geom/src/chebyshev.cpp:64: error: `F' undeclared (first use this function) /home/facemyer/svn/lib2geom/src/chebyshev.cpp:67: error: `gsl_cheb_init' undeclared (first use this function) /home/facemyer/svn/lib2geom/src/chebyshev.cpp:71: error: `gsl_cheb_free' undeclared (first use this function) make[2]: *** [src/CMakeFiles/2geom.dir/chebyshev.o] Error 1 make[1]: *** [src/CMakeFiles/2geom.dir/all] Error 2 make: *** [all] Error 2
I tried cmake with the inkscape main trunk, but I just got:
CMake Error: The source directory "/home/facemyer/svn/inkscape" does not appear to contain CMakeLists.txt
I'm going to try on another similar machine when I get a chance.
JF
J.B.C.Engelen@...1578... wrote:
Can you try building 2geom? http://lib2geom.sourceforge.net/
svn co https://lib2geom.svn.sourceforge.net/svnroot/lib2geom/lib2geom/trunk lib2geom
run cmake -i first, then try make and see if you get the same errors.
Johan
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On Behalf Of Joshua Facemyer / Impressus Art Sent: donderdag 20 september 2007 4:24 To: Nemes Ioan Sorin; inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Problem with recent build
Still not working. I realize it's probably something on my system. I run gentoo and just updated glib, gtk, gtkmm, and a bunch of other things about a week ago, then recompiled inkscape .45.1 without any trouble. Haven't changed anything since then.
Any other ideas?
Thanks for your help.
Nemes Ioan Sorin wrote:
Johan
just 3 hours ago - SVN compiled fine here (Gutsy trinbe 6 [internal bug hunting release])
Sorin
J.B.C.Engelen@...1578... wrote:
I looked at the 2geom makefile_insert and did a minor
change, maybe
now it works. I will try to test building on linux tomorrow.
Best of luck, Johan
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On
Behalf Of
Joshua Facemyer / Impressus Art Sent: woensdag 19 september 2007 6:29 To: Engelen, J.B.C. (Johan); inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Problem with recent build
J.B.C.Engelen@...1578... wrote:
I just did a complete clean build and it worked fine. SVN
has bugged
for me before, so perhaps you should delete the /src/2geom
dir and SVN up again.
hope that helps, Johan
Re-downloaded, this time with new build (16092) same
error. Any ideas?
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
-----Original Message----- From: Joshua Facemyer / Impressus Art [mailto:faceman@...1574...] Sent: donderdag 20 september 2007 20:50
I just checked out lib2geom and installed cmake, this is what I got.
/home/facemyer/svn/lib2geom/src/chebyshev.cpp:9:26: gsl/gsl_math.h: No such file or directory
Apparantly you need the development package of GSL to build 2geom, can you get it?
I tried cmake with the inkscape main trunk, but I just got:
CMake Error: The source directory "/home/facemyer/svn/inkscape" does not appear to contain CMakeLists.txt
CMake does not work for inkscape.
Sorry, thought it meant for Inkscape too.
I'm not finding a quick and easy way to get the dev version of gsl...
Anyone else with Gentoo got the svn version of inkscape compiling who could offer some help?
Thanks for your time.
JF
J.B.C.Engelen@...1578... wrote:
-----Original Message----- From: Joshua Facemyer / Impressus Art [mailto:faceman@...1574...] Sent: donderdag 20 september 2007 20:50
I just checked out lib2geom and installed cmake, this is what I got.
/home/facemyer/svn/lib2geom/src/chebyshev.cpp:9:26: gsl/gsl_math.h: No such file or directory
Apparantly you need the development package of GSL to build 2geom, can you get it?
I tried cmake with the inkscape main trunk, but I just got:
CMake Error: The source directory "/home/facemyer/svn/inkscape" does not appear to contain CMakeLists.txt
CMake does not work for inkscape.
Okay, I got it to compile fine on my other Gentoo box. Something wrong with this one, apparently. It's an older install. Here's the autogen info:
--1. distribution------------------------------------------------------------ Gentoo Base System version release 1.12.5
--2. tools------------------------------------------------------------------- /usr/bin/m4: /usr/bin/autoconf: autoconf (GNU Autoconf) 2.61 /usr/bin/autoheader: autoheader (GNU Autoconf) 2.61 /usr/bin/automake: automake (GNU automake) 1.7.9 /usr/bin/automake-1.7: automake (GNU automake) 1.7.9 /usr/bin/automake-1.8: automake (GNU automake) 1.8.5 /usr/bin/automake-1.9: automake (GNU automake) 1.9.6 /usr/bin/aclocal: aclocal (GNU automake) 1.7.9 /usr/bin/aclocal-1.7: aclocal (GNU automake) 1.7.9 /usr/bin/aclocal-1.8: aclocal (GNU automake) 1.8.5 /usr/bin/aclocal-1.9: aclocal (GNU automake) 1.9.6 /usr/bin/intltoolize: intltoolize (GNU intltool) 0.35.0 /usr/bin/gettextize: /usr/bin/gettextize (GNU gettext-tools) 0.15
--3. environment variables--------------------------------------------------- MANPATH=/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-l inux-gnu/2.16.1/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.4/man:/opt/black down-jdk-1.4.2.03/man:/etc/java-config/system-vm/man/:/usr/kde/3.5/share/man:/us r/qt/3/doc/man PRELINK_PATH_MASK=/usr/lib/gstreamer-0.10:/usr/lib/gstreamer-0.8:/usr/lib/klibc GUILE_LOAD_PATH=/usr/share/guile/1.6 PATH=/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/3.4. 4:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3 .5/bin:/usr/qt/3/bin:/usr/games/bin:/home/facemyer/.local/scripts:/home/facemyer /.local/bin LANG=en_US DCCC_PATH=/usr/lib/distcc/bin PYTHONPATH=/usr/lib64/portage/pym CLASSPATH=. PKG_CONFIG_PATH=/usr/qt/3/lib64/pkgconfig INFOPATH=/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.16.1/inf o:/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.4/info LADSPA_PATH=/usr/lib64/ladspa
=============================================================================
I am testing that you have the required versions of autoconf, automake, glib-gettextize and intltoolize. This test is not foolproof and if anything goes wrong, there may be guidance in the file HACKING.txt
checking for autoconf >= 2.52 ... yes (version 2.61) checking for automake >= 1.7 ... yes (version 1.7.9) checking for glib-gettextize >= 2.0.0 ... yes (version 2.12.4) checking for intltool >= 0.17 ... yes (version 0.35.0)
Is there anything obvious there? I can also post my emerge info if that would help.
Thanks.
JF
Joshua Facemyer / Impressus Art wrote:
No idea...something wrong with libgeom?
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:311: warning: by `Geom::Curve* Geom::SVGEllipticalArc::reverse(double, double) const'
...
./2geom/path.h: In member function `Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve* const*, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > > Geom::Path::end_closed() const': ./2geom/path.h:374: error: `Geom::BaseIterator<IteratorImpl>::BaseIterator(const IteratorImpl&) [with IteratorImpl = __gnu_cxx::__normal_iterator<Geom::Curve* const*, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > >]' is private ./2geom/path.h:480: error: within this context
...
./2geom/path.h: In member function `void Geom::Path::insert(Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > >, Geom::BaseIterator<Impl>, Geom::BaseIterator<Impl>) [with Impl = __gnu_cxx::__normal_iterator<Geom::Curve* const*, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > >]':
...
./2geom/path.h:437: instantiated from here ./2geom/path.h:376: error: `__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > >::impl_' is private ./2geom/path.h:580: error: within this context ./2geom/path.h:376: error: `__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > >::impl_' is private ./2geom/path.h:580: error: within this context make[2]: *** [nodepath.o] Error 1 make[2]: Leaving directory `/home/facemyer/inkscape/svn-snap/inkscape-16089/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/facemyer/inkscape/svn-snap/inkscape-16089' make: *** [all] Error 2
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
So I upgraded to gcc 4.2 and upgraded a bunch of dependencies, and inkscape svn compiles now.
Not sure if it was old compiler or other deps that caused the problems.
Thanks.
JF
Joshua Facemyer / Impressus Art wrote:
No idea...something wrong with libgeom?
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:311: warning: by `Geom::Curve* Geom::SVGEllipticalArc::reverse(double, double) const'
...
./2geom/path.h: In member function `Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve* const*, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > > Geom::Path::end_closed() const': ./2geom/path.h:374: error: `Geom::BaseIterator<IteratorImpl>::BaseIterator(const IteratorImpl&) [with IteratorImpl = __gnu_cxx::__normal_iterator<Geom::Curve* const*, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > >]' is private ./2geom/path.h:480: error: within this context
...
./2geom/path.h: In member function `void Geom::Path::insert(Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > >, Geom::BaseIterator<Impl>, Geom::BaseIterator<Impl>) [with Impl = __gnu_cxx::__normal_iterator<Geom::Curve* const*, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > >]':
...
./2geom/path.h:437: instantiated from here ./2geom/path.h:376: error: `__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > >::impl_' is private ./2geom/path.h:580: error: within this context ./2geom/path.h:376: error: `__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > Geom::BaseIterator<__gnu_cxx::__normal_iterator<Geom::Curve**, std::vector<Geom::Curve*, std::allocatorGeom::Curve* > > >::impl_' is private ./2geom/path.h:580: error: within this context make[2]: *** [nodepath.o] Error 1 make[2]: Leaving directory `/home/facemyer/inkscape/svn-snap/inkscape-16089/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/facemyer/inkscape/svn-snap/inkscape-16089' make: *** [all] Error 2
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (4)
-
unknown@example.com
-
Jon A. Cruz
-
Joshua Facemyer / Impressus Art
-
Nemes Ioan Sorin