
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi all!
I can`t build inkscape from cvs on my gentoo box. Here my configuration: sys-devel/autoconf-2.59-r4 sys-devel/automake-1.8.5-r1 sys-devel/libtool-1.5.2-r5 dev-libs/libsigc++-2.0.3 sys-devel/gcc-3.3.4-r1 sys-libs/glibc-2.3.4.20040619 x11-libs/gtk+-2.4.4 dev-cpp/gtkmm-2.4.3
How can I fix this bug? - -- Registered Linux User: 355904 ICQ: 105266647 JID: drolyk@...189...

Search for `Gentoo CVS' on http://www.inkscape.org/cgi-bin/wiki.pl?CompilingInkscape
Alternatively, try installing libtool. If that doesn't work then try installing the gentoo equivalents of the following Debian packages (from debian/control, in alphabetical order):
Build-Depends: automake1.7, debhelper (>= 4.0.0), gettext, intltool, libart-2.0-dev (>= 2.3.10), libatk1.0-dev, libfreetype6-dev, libgc-dev, libglib2.0-dev, libgtk2.0-dev (>= 2.0.6-1), libgtkmm-2.4-dev, libpango1.0-dev, libpng12-dev, libpopt-dev, libsigc++-2.0-dev, libtool, libxft2-dev, libxml-parser-perl, libxml2-dev (>= 2-2.4.24), pkg-config, xlibs-dev, zlib1g-dev
pjrm.

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
В сообщении от 7 Август 2004 04:00 Peter Moulder написал(a):
Search for `Gentoo CVS' on http://www.inkscape.org/cgi-bin/wiki.pl?CompilingInkscape
Alternatively, try installing libtool. If that doesn't work then try installing the gentoo equivalents of the following Debian packages (from debian/control, in alphabetical order):
Build-Depends: automake1.7, debhelper (>= 4.0.0), gettext, intltool, libart-2.0-dev (>= 2.3.10), libatk1.0-dev, libfreetype6-dev, libgc-dev, libglib2.0-dev, libgtk2.0-dev (>= 2.0.6-1), libgtkmm-2.4-dev, libpango1.0-dev, libpng12-dev, libpopt-dev, libsigc++-2.0-dev, libtool, libxft2-dev, libxml-parser-perl, libxml2-dev (>= 2-2.4.24), pkg-config, xlibs-dev, zlib1g-dev
pjrm.
Thanks! Now it works. I simply execute this command: ln -s /usr/share/libtool/ltmain.sh ./
This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
- -- Registered Linux User: 355904 ICQ: 105266647 JID: drolyk@...189...

On Fri, 2004-08-06 at 20:00, Peter Moulder wrote:
Search for `Gentoo CVS' on http://www.inkscape.org/cgi-bin/wiki.pl?CompilingInkscape
Build-Depends: automake1.7, debhelper (>= 4.0.0), gettext, intltool, libart-2.0-dev (>= 2.3.10), libatk1.0-dev, libfreetype6-dev, libgc-dev, libglib2.0-dev, libgtk2.0-dev (>= 2.0.6-1), libgtkmm-2.4-dev, libpango1.0-dev, libpng12-dev, libpopt-dev, libsigc++-2.0-dev, libtool, libxft2-dev, libxml-parser-perl, libxml2-dev (>= 2-2.4.24), pkg-config, xlibs-dev, zlib1g-dev
Hmm, that list looks a bit out of date. We don't still have a libart dependency in there someplace, do we?
-mental

On Fri, Aug 06, 2004 at 11:47:00PM -0400, MenTaLguY wrote:
On Fri, 2004-08-06 at 20:00, Peter Moulder wrote:
Build-Depends: [...], libart-2.0-dev (>= 2.3.10), [...]
Hmm, that list looks a bit out of date. We don't still have a libart dependency in there someplace, do we?
Apparently not. At least, dpkg --purge libart-2.0-dev followed by make clean and make all check succeeds. Also, ldd on the built inkscape binary doesn't list libart.
Makefile.mingw* still copies libart.dll as well as -I, -l flags. *edit* Until now that is.
Similarly, src/**/makefile.msc uses LIBART_CFLAGS, LIBART_LIBS. *edit* Until now.
extension/internal/gnome.cpp contains a function ArtBpath *nr_artpath_to_art_bpath(NArtBpath *s). That file is compiled only if USE_GNOME_PRINT is true.
Was I premature in these edits?
inkscape wouldn't compile with --enable-gnome-print last time I tried (many months ago). mental says he thinks gnome-print doesn't compile for windows anyway.
Let me know if I should reverse any of these changes.
pjrm.

On Fri, Aug 06, 2004 at 11:47:00PM -0400, MenTaLguY wrote:
On Fri, 2004-08-06 at 20:00, Peter Moulder wrote:
Build-Depends: [...], libart-2.0-dev (>= 2.3.10), [...]
Hmm, that list looks a bit out of date. We don't still have a libart dependency in there someplace, do we?
Apparently not. At least, dpkg --purge libart-2.0-dev followed by make clean and make all check succeeds. Also, ldd on the built inkscape binary doesn't list libart.
Makefile.mingw* still copies libart.dll as well as -I, -l flags. *edit* Until now that is.
Similarly, src/**/makefile.msc uses LIBART_CFLAGS, LIBART_LIBS. *edit* Until now.
extension/internal/gnome.cpp contains a function ArtBpath *nr_artpath_to_art_bpath(NArtBpath *s). That file is compiled only if USE_GNOME_PRINT is true.
Was I premature in these edits?
inkscape wouldn't compile with --enable-gnome-print last time I tried (many months ago). mental says he thinks gnome-print doesn't compile for windows anyway.
gnome-print now works on Windows. The Gnumeric Windows port uses it.
Martin

extension/internal/gnome.cpp contains a function ArtBpath *nr_artpath_to_art_bpath(NArtBpath *s). That file is compiled only if USE_GNOME_PRINT is true.
Was I premature in these edits?
inkscape wouldn't compile with --enable-gnome-print last time I tried (many months ago). mental says he thinks gnome-print doesn't compile for windows anyway.
if gnome-print doesn't compile for windows today it might do soon because there gnumeric developers are porting (have ported) to windows.
I'll try and find out what the current state of gnome-print is and get back to you.
- Alan

Anyone know what the gentoo package name for gc is? Tried gc, boehm, libgc... I can compile and install it fine, I'm just wondering if it's been packaged for gentoo yet.
Bryce
On Sat, 7 Aug 2004, Peter Moulder wrote:
Search for `Gentoo CVS' on http://www.inkscape.org/cgi-bin/wiki.pl?CompilingInkscape
Alternatively, try installing libtool. If that doesn't work then try installing the gentoo equivalents of the following Debian packages (from debian/control, in alphabetical order):
Build-Depends: automake1.7, debhelper (>= 4.0.0), gettext, intltool, libart-2.0-dev (>= 2.3.10), libatk1.0-dev, libfreetype6-dev, libgc-dev, libglib2.0-dev, libgtk2.0-dev (>= 2.0.6-1), libgtkmm-2.4-dev, libpango1.0-dev, libpng12-dev, libpopt-dev, libsigc++-2.0-dev, libtool, libxft2-dev, libxml-parser-perl, libxml2-dev (>= 2-2.4.24), pkg-config, xlibs-dev, zlib1g-dev
pjrm.
This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Anyone know what the gentoo package name for gc is? Tried gc, boehm, libgc... I can compile and install it fine, I'm just wondering if it's been packaged for gentoo yet.
Bryce
emerge boehm-gc ;-)
- -- Registered Linux User: 355904 ICQ: 105266647 JID: drolyk@...189...

Thanks, I've added that note to the CompilingInkscape page. Is gtkmm 2.4 in gentoo yet?
Bryce
On Sun, 8 Aug 2004, Makurin Roman wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Anyone know what the gentoo package name for gc is? Tried gc, boehm, libgc... I can compile and install it fine, I'm just wondering if it's been packaged for gentoo yet.
Bryce
emerge boehm-gc ;-)
Registered Linux User: 355904 ICQ: 105266647 JID: drolyk@...189... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFBFVsrufAZCWBpz4kRAum9AJ0XQkzK8BbHC/tbYKhNsegRNZZZYwCePU/j JuW5L3bdI/luwZ0ZKKIZDj4= =OVO7 -----END PGP SIGNATURE-----

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
В сообщении от 8 Август 2004 03:05 вы написали:
Thanks, I've added that note to the CompilingInkscape page. Is gtkmm 2.4 in gentoo yet?
Yes! It`s here :-)
Bryce
On Sun, 8 Aug 2004, Makurin Roman wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Anyone know what the gentoo package name for gc is? Tried gc, boehm, libgc... I can compile and install it fine, I'm just wondering if it's been packaged for gentoo yet.
Bryce
emerge boehm-gc ;-)
Registered Linux User: 355904 ICQ: 105266647 JID: drolyk@...189... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFBFVsrufAZCWBpz4kRAum9AJ0XQkzK8BbHC/tbYKhNsegRNZZZYwCePU/j JuW5L3bdI/luwZ0ZKKIZDj4= =OVO7 -----END PGP SIGNATURE-----
- -- Registered Linux User: 355904 ICQ: 105266647 JID: drolyk@...189...

On Sun, 8 Aug 2004, Makurin Roman wrote:
Thanks, I've added that note to the CompilingInkscape page. Is gtkmm 2.4 in gentoo yet?
Yes! It`s here :-)
Hmm, is there a special command I need to run to get the 2.4 version of it?
root@...507... bryce # emerge --pretend gtkmm
These are the packages that I would merge, in order:
Calculating dependencies ...done! [ebuild R ] dev-cpp/gtkmm-2.2.11

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
В сообщении от 9 Август 2004 02:21 Bryce Harrington написал(a):
On Sun, 8 Aug 2004, Makurin Roman wrote:
Thanks, I've added that note to the CompilingInkscape page. Is gtkmm 2.4 in gentoo yet?
Yes! It`s here :-)
Hmm, is there a special command I need to run to get the 2.4 version of it?
root@...507... bryce # emerge --pretend gtkmm
These are the packages that I would merge, in order:
Calculating dependencies ...done! [ebuild R ] dev-cpp/gtkmm-2.2.11
emerge sync ACCEPT_KEYWORDS="~x86" emerge gtkmm
This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
- -- Registered Linux User: 355904 ICQ: 105266647 JID: drolyk@...189...

On Tue, 10 Aug 2004, Makurin Roman wrote:
On Sun, 8 Aug 2004, Makurin Roman wrote:
Thanks, I've added that note to the CompilingInkscape page. Is gtkmm 2.4 in gentoo yet?
Yes! It`s here :-)
Hmm, is there a special command I need to run to get the 2.4 version of it?
root@...507... bryce # emerge --pretend gtkmm
These are the packages that I would merge, in order:
Calculating dependencies ...done! [ebuild R ] dev-cpp/gtkmm-2.2.11
emerge sync ACCEPT_KEYWORDS="~x86" emerge gtkmm
Aha, thanks!
Bryce
participants (6)
-
unknown@example.com
-
Alan Horkan
-
Bryce Harrington
-
Makurin Roman
-
MenTaLguY
-
Peter Moulder