<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dagmar+d%27Surreal</id>
	<title>Inkscape Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dagmar+d%27Surreal"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Dagmar_d%27Surreal"/>
	<updated>2026-04-30T01:01:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=CompilingSlackware&amp;diff=13248</id>
		<title>CompilingSlackware</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=CompilingSlackware&amp;diff=13248"/>
		<updated>2007-02-08T10:14:51Z</updated>

		<summary type="html">&lt;p&gt;Dagmar d'Surreal: /* Slackware 11 */ Proper name of project&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Slackware 10 ==&lt;br /&gt;
&lt;br /&gt;
Had a problem with the configure script of inkscape not finding my installed libsigc++  setting the system variable as follows did the trick:&lt;br /&gt;
&lt;br /&gt;
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig&lt;br /&gt;
&lt;br /&gt;
where the config file sigc++-1.2.pc was installed in /usr/local/lib/pkgconfig/sigc++-1.2.pc which if found using:  locate sigc++ |grep pc&lt;br /&gt;
&lt;br /&gt;
--Luke Munholand&lt;br /&gt;
&lt;br /&gt;
[pbhj: I had to upgrade to libsigc++-2.0.3 (available at linuxpackages, eg via swaret, to compile inkscape-0.40]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I have not found difficulty in compiling inkscape (cvs-snap 20041114-2240) on slackware 10, &lt;br /&gt;
simply I have installed before the required libs in order to satisfy the dependencies in this way:&lt;br /&gt;
&lt;br /&gt;
download, build and install libs:      &lt;br /&gt;
&lt;br /&gt;
http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.3.tar.gz &lt;br /&gt;
[pbhj: note that linuxpackages has this as gc-6.3.tgz, I installed with &amp;quot;swaret --install gc-6&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
./configure --enable-cplusplus --prefix=/usr&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.4/glibmm-2.4.5.tar.bz2&lt;br /&gt;
&lt;br /&gt;
./configure --prefix=/usr&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
 &lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.4/gtkmm-2.4.7.tar.bz2&lt;br /&gt;
&lt;br /&gt;
./configure --prefix=/usr&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and finally:&lt;br /&gt;
&lt;br /&gt;
http://www.inkscape.org/cvs-snap/inkscape-current.tar.bz2 &lt;br /&gt;
(inkscape-20041114-2240/)&lt;br /&gt;
&lt;br /&gt;
./configure --prefix=/usr&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
it work fine&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Lazzaro&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Slackware 11==&lt;br /&gt;
Everything as usual, successfully compiled the latest gc, libsigc++, glibmm, gtkmm, loudmouth (--enable-inkboard live whiteboard support using Jabber). No need of any old gnome packages that got removed since Slackware 10.2. Just be carefull to compile gtkmm without &amp;quot;--disable-deprecated-api&amp;quot; for Inkscape 0.44. glibmm can get compiled with &amp;quot;--disable-deprecated-api&amp;quot;. Newer versions of Inkscape should have fixed the problem with using deprecated functions from gtkmm.&lt;br /&gt;
&lt;br /&gt;
''Note:'' For those who don't want the hassle of compiling Inkscape and don't trust packages from random people, Dropline GNOME does have a binary package of Inkscape (and it's dependencies), although it's currently built without Inkboard functionality.&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer Documentation]]&lt;/div&gt;</summary>
		<author><name>Dagmar d'Surreal</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=CompilingSlackware&amp;diff=13246</id>
		<title>CompilingSlackware</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=CompilingSlackware&amp;diff=13246"/>
		<updated>2007-02-08T10:14:17Z</updated>

		<summary type="html">&lt;p&gt;Dagmar d'Surreal: /* Slackware 11 */ Added mention that Dropline can provide working binaries (I use the thing weekly, just compiled 0.45 tonight)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Slackware 10 ==&lt;br /&gt;
&lt;br /&gt;
Had a problem with the configure script of inkscape not finding my installed libsigc++  setting the system variable as follows did the trick:&lt;br /&gt;
&lt;br /&gt;
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig&lt;br /&gt;
&lt;br /&gt;
where the config file sigc++-1.2.pc was installed in /usr/local/lib/pkgconfig/sigc++-1.2.pc which if found using:  locate sigc++ |grep pc&lt;br /&gt;
&lt;br /&gt;
--Luke Munholand&lt;br /&gt;
&lt;br /&gt;
[pbhj: I had to upgrade to libsigc++-2.0.3 (available at linuxpackages, eg via swaret, to compile inkscape-0.40]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I have not found difficulty in compiling inkscape (cvs-snap 20041114-2240) on slackware 10, &lt;br /&gt;
simply I have installed before the required libs in order to satisfy the dependencies in this way:&lt;br /&gt;
&lt;br /&gt;
download, build and install libs:      &lt;br /&gt;
&lt;br /&gt;
http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.3.tar.gz &lt;br /&gt;
[pbhj: note that linuxpackages has this as gc-6.3.tgz, I installed with &amp;quot;swaret --install gc-6&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
./configure --enable-cplusplus --prefix=/usr&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.4/glibmm-2.4.5.tar.bz2&lt;br /&gt;
&lt;br /&gt;
./configure --prefix=/usr&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
 &lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.4/gtkmm-2.4.7.tar.bz2&lt;br /&gt;
&lt;br /&gt;
./configure --prefix=/usr&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and finally:&lt;br /&gt;
&lt;br /&gt;
http://www.inkscape.org/cvs-snap/inkscape-current.tar.bz2 &lt;br /&gt;
(inkscape-20041114-2240/)&lt;br /&gt;
&lt;br /&gt;
./configure --prefix=/usr&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
it work fine&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Lazzaro&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Slackware 11==&lt;br /&gt;
Everything as usual, successfully compiled the latest gc, libsigc++, glibmm, gtkmm, loudmouth (--enable-inkboard live whiteboard support using Jabber). No need of any old gnome packages that got removed since Slackware 10.2. Just be carefull to compile gtkmm without &amp;quot;--disable-deprecated-api&amp;quot; for Inkscape 0.44. glibmm can get compiled with &amp;quot;--disable-deprecated-api&amp;quot;. Newer versions of Inkscape should have fixed the problem with using deprecated functions from gtkmm.&lt;br /&gt;
&lt;br /&gt;
''Note:'' For those who don't want the hassle of compiling Inkscape and don't trust packages from random people, Dropline does have a binary package of Inkscape (and it's dependencies), although it's currently built without Inkboard functionality.&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer Documentation]]&lt;/div&gt;</summary>
		<author><name>Dagmar d'Surreal</name></author>
	</entry>
</feed>