On Fri, 2007-09-28 at 09:31 -0400, Reid Thompson wrote: > [EMAIL PROTECTED] ~/src/svn/evolution-exchange $ ./autogen.sh > /usr/bin/gnome-autogen.sh > checking for autoconf >= 2.53... > testing autoconf2.50... not found. > testing autoconf... found 2.61 > checking for automake >= 1.6... > testing automake-1.6... found 1.6.3 > checking for libtool >= 1.4.3... > testing libtoolize... found 1.5.24 > checking for glib-gettext >= 2.2.0... > testing glib-gettextize... found 2.12.13 > checking for intltool >= 0.25... > testing intltoolize... found 0.35.5 > checking for pkg-config >= 0.14.0... > testing pkg-config... found 0.21 > Checking for required M4 macros... > Checking for forbidden M4 macros... > **Warning**: I am going to run `configure' with no arguments. > If you wish to pass any to it, please specify them on the > `./autogen.sh' command line. > > Processing ./configure.in > Running libtoolize... > 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 /usr/share/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 aclocal-1.6... > Running autoconf... > Running autoheader... > Running automake-1.6... > addressbook/Makefile.am:7: INCLUDES was already defined in condition > TRUE, which implies condition HAVE_LIBDB_TRUE > > INCLUDES (User, where = addressbook/Makefile.am:7) += > { > TRUE => \ > -DG_LOG_DOMAIN=\"e-book-backend-exchange\" \ > $(ADDRESSBOOK_CFLAGS) \ > $(LIBEXCHANGE_CFLAGS) \ > -I$(top_srcdir) \ > -I$(top_srcdir)/storage \ > $(LDAP_CFLAGS) > > } > addressbook/Makefile.am:41: libexchangeaddressbook_la_SOURCES was > already defined in condition TRUE, which implies condition > HAVE_LIBDB_TRUE > > libexchangeaddressbook_la_SOURCES (User, where = > addressbook/Makefile.am:41) += > { > TRUE => \ > e-book-backend-exchange.c \ > e-book-backend-exchange.h \ > e-book-backend-exchange-factory.c \ > e-book-backend-exchange-factory.h \ > e-book-backend-gal-factory.c \ > e-book-backend-gal-factory.h \ > e-book-backend-gal.c \ > e-book-backend-gal.h > > } > addressbook/Makefile.am:41: warning: automake does not support > conditional definition of libexchangeaddressbook_la_SOURCES in > libexchangeaddressbook_la_SOURCES > Use of uninitialized value in concatenation (.) or string > at /usr/bin/automake-1.6 line 8449. > : am_libexchangeaddressbook_la_OBJECTS was already defined in condition > TRUE, which implies condition HAVE_LIBDB_TRUE > am_libexchangeaddressbook_la_OBJECTS (Automake, where = undefined) = > { > TRUE => e-book-backend-exchange.lo > e-book-backend-exchange-factory.lo e-book-backend-gal-factory.lo > e-book-backend-gal.lo > } > [EMAIL PROTECTED] ~/src/svn/evolution-exchange $ > _______________________________________________ > Evolution-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/evolution-list
right or wrong????? changing autogen.sh to require version 1.9 rather than 1.6 eliminates teh failure.... _______________________________________________ Evolution-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-list
