Hello Tony, On Thu, 25 Jan 2007 21:15:34 +0000 "Tony Sidaway" <[EMAIL PROTECTED]> wrote:
> 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) Once I lost some time with a similar issue. Don't know if it is your case, but Ubuntu has several versions of automake and the default is the oldest (1.4...). If I remember correctly, I tried: # apt-get install automake1.9 # update-alternatives --set automake /usr/bin/automake-1.9 Best wishes, Mario _______________________________________________ Chicken-hackers mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-hackers
