Hi,
Today I made a svn checkout of inkscape and tried to compile it. But it doesn't want:
./autogen.sh ============================================================================= When you report a trouble about building SVN version of inkscape, Please report following information about distro and tools version, too.
--1. distribution------------------------------------------------------------ Debian GNU/Linux release 4.0
--2. tools------------------------------------------------------------------- /usr/bin/m4: /usr/bin/autoconf: autoconf (GNU Autoconf) 2.60a /usr/bin/autoheader: autoheader (GNU Autoconf) 2.60a /usr/bin/automake: automake (GNU automake) 1.10 automake-1.7: not found automake-1.8: not found automake-1.9: not found /usr/bin/aclocal: aclocal (GNU automake) 1.10 aclocal-1.7: not found aclocal-1.8: not found aclocal-1.9: not found /usr/bin/intltoolize: intltoolize (GNU intltool) 0.35.0 /usr/bin/gettextize: /usr/bin/gettextize (GNU gettext-tools) 0.15
--3. environment variables--------------------------------------------------- PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games LANG=de_CH LANGUAGE=de_CH:de_DE:de:en_GB:en
=============================================================================
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.60) checking for automake >= 1.7 ... yes (version 1.10) checking for glib-gettextize >= 2.0.0 ... yes (version 2.12.4) checking for intltool >= 0.17 ... yes (version 0.35.0)
Running aclocal ... configure.ac:44: error: AC_PROG_CC cannot be called after AM_PROG_CC_C_O /usr/share/aclocal-1.10/ccstdc.m4:25: AM_PROG_CC_STDC is expanded from... configure.ac:44: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: autom4te failed with exit status: 1 Please fix the error conditions and try again.
I use: autoconf (GNU Autoconf) 2.60a automake (GNU automake) 1.10
All builddeps given in debian/control are installed.