On a Slackware Linux 11 system when I do ./configure I get the following errors:
checking for INKSCAPE... configure: error: Package requirements (gdkmm-2.4 glibmm-2.4 gtkmm-2.4 gtk+-2.0 >= 2.8.0 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 cairo sigc++-2.0 >= 2.0.11 gthread-2.0 >= 2.0 libpng >= 1.2) were not met:
No package 'gdkmm-2.4' found No package 'glibmm-2.4' found No package 'gtkmm-2.4' found No package 'sigc++-2.0' found
Is there a bundle for Inkscape users that has these packages? Or must I chase them down individually?
On Wed, Jan 31, 2007 at 06:47:28PM -0500, John R. Culleton wrote:
On a Slackware Linux 11 system when I do ./configure I get the following errors:
checking for INKSCAPE... configure: error: Package requirements (gdkmm-2.4 glibmm-2.4 gtkmm-2.4 gtk+-2.0 >= 2.8.0 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 cairo sigc++-2.0 >= 2.0.11 gthread-2.0 >= 2.0 libpng >= 1.2) were not met:
No package 'gdkmm-2.4' found No package 'glibmm-2.4' found No package 'gtkmm-2.4' found No package 'sigc++-2.0' found
Is there a bundle for Inkscape users that has these packages? Or must I chase them down individually?
For most distros there is some sort of dependency management that will pull them in. Don't know exactly how that works for slackware. For gentoo if you emerge inkscape it pulls in everything needed. For other distros you need to pull in the -dev versions of these packages.
Bryce
John R. Culleton wrote:
On a Slackware Linux 11 system when I do ./configure I get the following errors:
checking for INKSCAPE... configure: error: Package requirements (gdkmm-2.4 glibmm-2.4 gtkmm-2.4 gtk+-2.0 >= 2.8.0 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 cairo sigc++-2.0 >= 2.0.11 gthread-2.0 >= 2.0 libpng >= 1.2) were not met:
No package 'gdkmm-2.4' found No package 'glibmm-2.4' found No package 'gtkmm-2.4' found No package 'sigc++-2.0' found
Is there a bundle for Inkscape users that has these packages? Or must I chase them down individually?
Well I think you have to rely on your distro's package management system. :-) Or look at:
http://www.gtkmm.org/ http://libsigc.sourceforge.net/
You shouldn't have to chase much further than those two urls.
Aaron Spike
participants (3)
-
Aaron Spike
-
Bryce Harrington
-
John R. Culleton