
On 28/8/09 19:45, bulia byak wrote:
A friend is trying to compile Inkscape on OSX 10.5.8, but since I never used macs before we're stuck and would appreciate any help. After we installed the libs, we get this error when autoheader tries to run:
checking for autoconf >= 2.52 ... yes (version 2.64) checking for automake >= 1.10 ... yes (version 1.10) checking for glib-gettextize >= 2.0.0 ... yes (version 2.20.4) checking for intltool >= 0.17 ... yes (version 0.40.6)
Running aclocal-1.10 -I /opt/local/var/macports/distfiles ... configure.ac:133: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library Running autoheader ... autoheader: warning: missing template: ENABLE_NLS autoheader: Use AC_DEFINE([ENABLE_NLS], [], [Description]) Please fix the error conditions and try again.
Does that ring a bell?
A better source for adapting autogen.sh and configure to MacPorts might be the patches that are used by the Inkscape Portfile: http://trac.macports.org/browser/trunk/dports/graphics/inkscape-devel/files (I didn't use the portfile for Inkscape myself but might if there will be a new one for 0.47 that has a variant to build 'Inkscape.app')
~suv