
On Thu, Jul 15, 2004 at 07:10:10PM +0200, Albert wrote:
No package 'gtkmm-2.0' found
Did you re-run "./autogen.sh"? You'll need the autoconf/automake toolchains for this too.
I've borrow a friend's osx box to try the compilation on, and I'm getting closer. I've run into intl stuff now...
What it all comes down to is that it would be really clarifying to have a depency list for inkscape: which version of inkscape needs exactly which versions of what software packages. I assume developers know this, and perhaps some could post the list somewhere on the inkscape website. Then any user could foresee whether this or that inkscape release suits his system or whether several upgrades are necessary.
I'm collecting this as I go with the fink I've got here. So far, it's pretty lengthy:
automake1.8 autoconf2.5 intltool glib2 glib2-dev glib2-shlibs gtk+2 gtk+2-shlibs gtk+2-dev libpng3 libpng3-shlibs libtool14 libtool14-shlibs libpng-shlibs libsigc++12 libsigc++12-shlibs popt popt-shlibs
And many of them have additional dependencies...
Currently I'm stuck because "configure" appears to have not set "ENABLE_NLS", but did set HAVE_BIND_TEXTDOMAIN_CODESET in config.h.
Still working that out...