
On 21/11/09 14:42, Wolf Drechsel wrote:
I tried the Mac OS X aqua adventure again and am running into strange occurancies: (Mac OS X 10.4.11, PPC)
./autogen results in
/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//
Intltool should be new enough:
port installed intltool The following ports are currently installed: intltool @0.40.6_0 (active)
… so should be automake:
bub$ port installed automake The following ports are currently installed: automake @1.11_0 (active)
Hints appreciated…
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.
hth, ~suv