chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Bug in chicken-2.636


From: Benedikt Rosenau
Subject: Re: [Chicken-users] Bug in chicken-2.636
Date: Mon, 27 Aug 2007 16:35:23 +0200
User-agent: Mutt/1.4i

Hello all,


Thanks to Zbigniew, I got a newer version of Chicken to work.

To spell it out in detail:

Install chicken-2.6 from the webpage.
Download the snapshot chicken-2.636.
Go to a directory and execute the following:

$ svn co -r 5361 https://galinha.ucpel.tche.br/svn/chicken-eggs/chicken/trunk
$ mv trunk trunk-old
$ svn co https://galinha.ucpel.tche.br/svn/chicken-eggs/chicken/trunk


Next, go to "trunk-old" and copy the following files from chicken-2.636:
Makefile.am Makefile.in config.guess config.sub configure configure.in
compile chicken.texi texinfo.tex.

$ automake -a && aclocal && autoconf
$ make CHICKEN=`which chicken`
$ make install

This should give you working version of chicken-2.634.


Repeat the process above (starting with "Next,") in the directory
"trunk". This should give you a working version chicken-2.638.
   Benedikt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]