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


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to