Hi. Trying to build from Subversion because I have that installed. Before I start messing around upgrading to latest versions of things, here's what I'm using for the build
Checkout works fine $ svn co https://galinha.ucpel.tche.br/svn/chicken-eggs/chicken My system: Linux 2.6.15-27-386 #1 PREEMPT Fri Dec 8 17:51:56 UTC 2006 i686 GNU/Linux Chicken: Version 2.5 - linux-unix-gnu-x86 - [ dload ptables applyhook gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5) automake (GNU automake) 1.7.6 autoconf (GNU Autoconf) 2.59 ltmain.sh (GNU libtool) 1.5.22 Debian 1.5.22-2 (1.1220.2.365 2005/12/18 22:14:06) These seem to be within the range suggested by README.darcs Building: $ sh autogen.sh + libtoolize --force --copy --automake + aclocal aclocal: configure.in: 53: macro `AM_PROG_LIBTOOL' not found in library + autoheader + automake --foreign -a --copy configure.in: no proper invocation of AM_INIT_AUTOMAKE was found. configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE, configure.in: that aclocal.m4 is present in the top-level directory, configure.in: and that aclocal.m4 was recently regenerated (using aclocal). configure.in: installing `./install-sh' configure.in: installing `./mkinstalldirs' configure.in: installing `./missing' Makefile.am:18: IS_MINGW does not appear in AM_CONDITIONAL Makefile.am:59: NO_STATIC_EXECUTABLES does not appear in AM_CONDITIONAL Makefile.am:116: USE_BOOT_CFILES does not appear in AM_CONDITIONAL Makefile.am:244: IS_MINGW does not appear in AM_CONDITIONAL Makefile.am:252: USE_PCRE does not appear in AM_CONDITIONAL Makefile.am:257: USE_PREGEX does not appear in AM_CONDITIONAL Makefile.am:236: Libtool library used but `LIBTOOL' is undefined Makefile.am:236: Makefile.am:236: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' Makefile.am:236: to `configure.in' and run `aclocal' and `autoconf' again. Makefile.am: installing `./compile' + autoconf configure.in:9: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:52: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL configure.in:53: error: possibly undefined macro: AM_PROG_LIBTOOL configure.in:106: error: possibly undefined macro: AM_CONDITIONAL _______________________________________________ Chicken-hackers mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-hackers
