<?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=Dawnbreak</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=Dawnbreak"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Dawnbreak"/>
	<updated>2026-05-01T11:20:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=CompilingSlackware&amp;diff=8084</id>
		<title>CompilingSlackware</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=CompilingSlackware&amp;diff=8084"/>
		<updated>2006-08-16T13:04:29Z</updated>

		<summary type="html">&lt;p&gt;Dawnbreak: Some comments for upcoming Slackware11.&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;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer Documentation]]&lt;/div&gt;</summary>
		<author><name>Dawnbreak</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=CompilingSlackware&amp;diff=7944</id>
		<title>CompilingSlackware</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=CompilingSlackware&amp;diff=7944"/>
		<updated>2006-08-04T10:49:20Z</updated>

		<summary type="html">&lt;p&gt;Dawnbreak: /* Slackware 10 */&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;
Has anyone experiences compiling Inkscape 0.44 with the upcoming Slackware11? I have successfully compiled gc, libsigc++, glibmm, gtkmm, but Inkscape fails:&lt;br /&gt;
 ui/widget/libuiwidget.a(page-sizer.o)(.text+0x10fe): In function `Inkscape::UI::Widget::PageSizer::setDim(double, double, bool)':&lt;br /&gt;
 ui/widget/page-sizer.cpp:284: undefined reference to `Gtk::OptionMenu::set_history(unsigned int)'&lt;br /&gt;
 collect2: ld returned 1 exit status&lt;br /&gt;
 make[2]: *** [inkscape] Error 1&lt;br /&gt;
 make[2]: Leaving directory `/tmp/inkscape-0.44/src'&lt;br /&gt;
I have removed all old inkscape packages and updated ldconfig and everything, but nothing helped. I could image it is related to the removed GNOME packages from Slackware like gconf, gnome-vfs, etc? How do I know which package I need now exactly that I can compile it again? ./configure didn't showed a warning or error that could help me.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer Documentation]]&lt;/div&gt;</summary>
		<author><name>Dawnbreak</name></author>
	</entry>
</feed>