<?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=Gd6Gfc</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=Gd6Gfc"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Gd6Gfc"/>
	<updated>2026-05-02T10:14:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=CompilingMandrake&amp;diff=14141</id>
		<title>CompilingMandrake</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=CompilingMandrake&amp;diff=14141"/>
		<updated>2007-04-12T05:44:17Z</updated>

		<summary type="html">&lt;p&gt;Gd6Gfc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Building RPM Package on Mandrakelinux 10.1 ==&lt;br /&gt;
&lt;br /&gt;
I did it with the src.rpm package available at sf.net.&lt;br /&gt;
The RPM rebuild process is pretty similar to compiling from source but first we need to satisfy the dependencies (the fastest way is Mandrakelinux's ''urpmi''):&lt;br /&gt;
&lt;br /&gt;
# download the [http://prdownloads.sourceforge.net/inkscape/inkscape-0.41-1.src.rpm?download download Inkscape's src.rpm] at sourceforge.net&lt;br /&gt;
# &amp;lt;code&amp;gt;urpmi gtk2-devel&amp;lt;/code&amp;gt; (Inkscape 0.41 needs gtk2-devel &amp;gt;= 2.4.0; use [http://easyurpmi.zarb.org/ urpmi source &amp;quot;main&amp;quot;] if you haven't got a CD[[/DVD]] with devel packages)&lt;br /&gt;
# &amp;lt;code&amp;gt;urpmi libpng3&amp;lt;/code&amp;gt; (libpng &amp;gt;= 1.2 is needed)&lt;br /&gt;
# now the '''libgc 6.4 ''' is needed. I didn't found or somewhat missed the [http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ Hans Boehm's gc] package for mdk 10.1, so i downloaded and compiled it like this: &amp;lt;pre&amp;gt;./configure --prefix=/usr&lt;br /&gt;
make&lt;br /&gt;
su&lt;br /&gt;
make install&amp;lt;/pre&amp;gt; (in fact i used &amp;lt;code&amp;gt;checkinstall&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt; and then &amp;lt;code&amp;gt;urpmi /usr/src[[/RPM/RPMS/i586/gc]]-6.4-1luc.i586.rpm&amp;lt;/code&amp;gt;)&lt;br /&gt;
# &amp;lt;code&amp;gt;urpmi libxml2-devel&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;urpmi libxslt-devel&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;urpmi libsigc  2.0_0-devel&amp;lt;/code&amp;gt; (to be found at urpmi source &amp;quot;contrib&amp;quot;)&lt;br /&gt;
# &amp;lt;code&amp;gt;urpmi libgtkmm2.4_1-devel&amp;lt;/code&amp;gt; (also urpmi source &amp;quot;contrib&amp;quot;)&lt;br /&gt;
# &amp;lt;code&amp;gt;urpmi popt-devel&amp;lt;/code&amp;gt; (urpmi source &amp;quot;main&amp;quot;)&lt;br /&gt;
# finally you can perform successfully: &amp;lt;code&amp;gt;rpm -rebuild inkscape-0.41-1.src.rpm&amp;lt;/code&amp;gt; (the resulting RPM package will be probably stored as &amp;lt;code&amp;gt;/usr/src[[/RPM/RPMS/i586/inkscape]]-0.41-1.i586.rpm&amp;lt;/code&amp;gt; according to your RPM settings)&lt;br /&gt;
&lt;br /&gt;
''luci''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;Update by Chris Hill ubergeek at ubergeek dawt tv&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I had some success with this method, but a couple issues:&lt;br /&gt;
The RPM would die on build because of an 'unpacked file'. So I ended up adding this to the spec file in /usr/src[[/RPM/SPECS]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;�fine _unpackaged_files_terminate_build 0&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I had other dependencies that I could not resolve easily:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
        libgc.so.1 is needed by inkscape-0.42-0&lt;br /&gt;
&lt;br /&gt;
        perl(XML::XQL) is needed by inkscape-0.42-0&lt;br /&gt;
&lt;br /&gt;
        perl(XML::XQL::DOM) is needed by inkscape-0.42-0&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
And I had indeed installed libgc, so I ended up installing with nodeps:&lt;br /&gt;
&lt;br /&gt;
rpm -ivh --nodeps inkscape-0.42-0.i586.rpm&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seems to be working fine (its so fast!!), but I might be missing perl/python support.&lt;br /&gt;
&lt;br /&gt;
The HTML needs to be removed.&lt;br /&gt;
[[Category:Developer Documentation]]&lt;br /&gt;
[[Category:Needs Work]]&lt;/div&gt;</summary>
		<author><name>Gd6Gfc</name></author>
	</entry>
</feed>