apply the patch from the macports Inkscape-devel port to autogen.sh as I described in my recent message: http://article.gmane.org/gmane.comp.graphics.inkscape.devel/32091
reason: recently built MacPorts trees on OS X only have automake 1.11, whereas the Inkscape autogen.sh script checks for automake 1.10 only. The patch adds the test for automake 1.11 to autogen.sh.
Hi ~suv,
such I tried - but didnt do a thing… )-;
/usr/bin/automake: automake (GNU automake) 1.6.3 no automake-1.7 in /bin /sbin /usr/bin /usr/sbin /usr/X11R6/bin / opt/local/var/macports/software/automake/1.11_0 /opt/local/share: ./ tools-version.sh: line 30: automake-1.7: command not found no automake-1.8 in /bin /sbin /usr/bin /usr/sbin /usr/X11R6/bin / opt/local/var/macports/software/automake/1.11_0 /opt/local/share: ./ tools-version.sh: line 30: automake-1.8: command not found no automake-1.9 in /bin /sbin /usr/bin /usr/sbin /usr/X11R6/bin / opt/local/var/macports/software/automake/1.11_0 /opt/local/share: ./ tools-version.sh: line 30: automake-1.9: command not found /usr/bin/aclocal: aclocal (GNU automake) 1.6.3 no aclocal-1.7 in /bin /sbin /usr/bin /usr/sbin /usr/X11R6/bin /opt/ local/var/macports/software/automake/1.11_0 /opt/local/share: ./ tools-version.sh: line 30: aclocal-1.7: command not found no aclocal-1.8 in /bin /sbin /usr/bin /usr/sbin /usr/X11R6/bin /opt/ local/var/macports/software/automake/1.11_0 /opt/local/share: ./ tools-version.sh: line 30: aclocal-1.8: command not found no aclocal-1.9 in /bin /sbin /usr/bin /usr/sbin /usr/X11R6/bin /opt/ local/var/macports/software/automake/1.11_0 /opt/local/share: ./ tools-version.sh: line 30: aclocal-1.9: command not found no intltoolize in /bin /sbin /usr/bin /usr/sbin /usr/X11R6/bin /opt/ local/var/macports/software/automake/1.11_0 /opt/local/share: ./ tools-version.sh: line 30: intltoolize: command not found no gettextize in /bin /sbin /usr/bin /usr/sbin /usr/X11R6/bin /opt/ local/var/macports/software/automake/1.11_0 /opt/local/share: ./ tools-version.sh: line 30: gettextize: command not found
--3. environment variables--------------------------------------------------- LDFLAGS=-L/opt/local/lib CPPFLAGS=-I/opt/local/include CPATH=/opt/local/include CXXFLAGS=-O3 -Wall PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/opt/local/var/ macports/software/automake/1.11_0:/opt/local/share CFLAGS=-O3 -Wall
======================================================================
I am testing that you have the required versions of autoconf, automake, glib-gettextize and intltoolize. This test is not foolproof and if anything goes wrong, there may be guidance in the file HACKING.txt
checking for autoconf >= 2.52 ... yes (version 2.59) checking for automake >= 1.10 ... Too old (found version 1.6.3)! checking for glib-gettextize >= 2.0.0 ... You must have glib-gettextize installed to compile Inkscape. glib-gettextize is part of glib-2.0, so you should already have it. Make sure it is in your PATH. checking for intltool >= 0.17 ... You must have intltool installed to compile Inkscape. Get the latest version from ftp://ftp.gnome.org/pub/GNOME/sources/intltool/
Greetings,
Wolf