Re: How to add Guile support to a package

2015-01-06 Thread Antonio Ceballos
Thanks for your advice, and thanks to all of you guys for your warnings and suggestions. Definitely, I will get back for review when I have something. Regards, Antonio On Mon, Jan 5, 2015 at 8:45 PM, Ludovic Courtès wrote: > Antonio Ceballos skribis: > >> For that purpose, I think

Re: How to add Guile support to a package

2015-01-05 Thread Antonio Ceballos
Hi Ludo, Thanks for your support. This is only a rough plan, but one of the things that I have in mind is to allow users provide their own evaluation function as an Scheme expression. That would be possible when GNU Chess is run in a especial new mode whereby the Guile evaluation function would r

RE: How to add Guile support to a package

2015-01-05 Thread Antonio Ceballos
Hi Matt, Thanks for your reply. Yes, at the current stage maybe my question is rather concerning GNU auto tools. I have also read the sections you pointed out in the Guile manual. GNU Chess has not been using the garbage collector so far. I have added these lines in configure.ac: dnl AC_ARG_EN

How to add Guile support to a package

2015-01-04 Thread Antonio Ceballos
ional compilation of guile-enabled source code, via C precompilation directive. More details will be necessary for sure, but I would like to have a contact with some of you guys first. Thanks in advance! Regards, Antonio Ceballos