El día Monday, March 24, 2008 a las 10:29:05AM +0100, Fabrice ALPHONSO escribió:
> Hi Matthias, > as far as I know, the snapshots are not anymore generated. > The way you can have svn checkout is to follow the instructions from the > wiki page : > > http://wiki.ekiga.org/index.php/Main_Page#Developers_Corner > > Hth, > > Fabrice Hi Fabrice, Thanks for this hint; I've pulled out Ekiga now via SVN but can not configure it for building; in ./autogen.sh I've corrected the ACLOCAL_FLAGS to point to /usr/local/share/aclocal: ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I /usr/local/share/aclocal" and: $ ./autogen.sh --with-pwlib-dir=/usr/local --with-opal-dir=/usr/local --prefix=/usr/local/ --sysconfdir=/etc --disable-doc complains with the messages below; the mentioned m4 files are in /usr/local/share/aclocal; any idea what is wrong with this? Am I the 1st one building it on FreeBSD from SVN trunk? Thx in advance matthias checking for autoconf >= 2.53... testing autoconf2.50... autoconf2.50: not found not found. testing autoconf... found 2.61 checking for automake >= 1.8... testing automake-1.10... found 1.10 checking for libtool >= 1.4.3... testing libtoolize... found 1.5.24 checking for glib-gettext >= 2.2.0... testing glib-gettextize... found 2.14.2 checking for intltool >= 0.25... testing intltoolize... found 0.36.3 checking for pkg-config >= 0.14.0... testing pkg-config... found 0.22 checking for gnome-doc-utils >= 0.4.2... testing gnome-doc-prepare... found 0.12.2 Checking for required M4 macros... Checking for forbidden M4 macros... Processing ./configure.ac Running libtoolize... You should add the contents of `/usr/local/share/aclocal/libtool.m4' to `aclocal.m4'. Running glib-gettextize... Ignore non-fatal messages. Copying file mkinstalldirs Copying file po/Makefile.in.in Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/. Running intltoolize... Running gnome-doc-prepare... You should add the contents of '/usr/local/share/aclocal/gnome-doc-utils.m4' to 'aclocal.m4'. Running aclocal-1.10... /usr/local/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG /usr/local/share/aclocal/smpeg.m4:13: run info '(automake)Extending aclocal' /usr/local/share/aclocal/smpeg.m4:13: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/local/bin/gm4:/usr/local/share/aclocal/pilot-link.m4:1: ERROR: end of file in string autom4te-2.61: /usr/local/bin/gm4 failed with exit status: 1 aclocal-1.10: autom4te failed with exit status: 1 -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e <[EMAIL PROTECTED]> - w http://www.oclc.org/ http://www.UnixArea.de/ b http://gurucubano.blogspot.com/ Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html A: Because it messes up the order in which people normally read text. Q: Why is it such a bad thing? A: Top-posting. Q: What is the most annoying thing on Usenet and in e-mail? _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
