From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Antonio Ceballos Newsgroups: gmane.lisp.guile.user Subject: How to add Guile support to a package Date: Sun, 4 Jan 2015 14:47:03 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8f3ba2b10a1b89050bd3cf18 X-Trace: ger.gmane.org 1420380385 25056 80.91.229.3 (4 Jan 2015 14:06:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2015 14:06:25 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Jan 04 15:06:18 2015 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y7lou-0002pj-8g for guile-user@m.gmane.org; Sun, 04 Jan 2015 15:06:16 +0100 Original-Received: from localhost ([::1]:57068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7lot-0000nv-K2 for guile-user@m.gmane.org; Sun, 04 Jan 2015 09:06:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7lWK-00006L-Q3 for guile-user@gnu.org; Sun, 04 Jan 2015 08:47:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y7lWJ-0007an-VO for guile-user@gnu.org; Sun, 04 Jan 2015 08:47:04 -0500 Original-Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:64810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7lWJ-0007ah-OV for guile-user@gnu.org; Sun, 04 Jan 2015 08:47:03 -0500 Original-Received: by mail-wi0-f169.google.com with SMTP id r20so2716157wiv.4 for ; Sun, 04 Jan 2015 05:47:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=YvDDm68ZzNwRk174yfKFYVCityWXH4+2vNTeugDpNfU=; b=Sd69Zob420uPLgbLOsCfrwTVOcyN1WsSb085O5sPanfx8Fx3b94d9OtDaXK0QkDPlX Dw3Moi73mg5gWfonhAUjQm5txxy+lUT+ws/5wPAwpEcaeX1ARD1X/uzXlnFUhUO3HetX phKUM2vx85z+VGe5rJRevAG2ISgsb7MkFBuKWVWD9eiQtB7mBJSj2mGpTthwBViYWDmA VVc+God9tdtUBX+kZjWMvi2763uoXQmL61bR2FsBNyekkSkqHlZSWgh/VRy3OVM8eZCf Rq6YAPqg9+TVm6BMOvX9QfEVQOAAl7r0GgTrXCVDNBbNjXJ/S/Po1M2QRiTQAT56RiNh O5LA== X-Received: by 10.180.108.143 with SMTP id hk15mr16592786wib.6.1420379223102; Sun, 04 Jan 2015 05:47:03 -0800 (PST) Original-Received: by 10.216.150.1 with HTTP; Sun, 4 Jan 2015 05:47:03 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::229 X-Mailman-Approved-At: Sun, 04 Jan 2015 09:05:57 -0500 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11697 Archived-At: --e89a8f3ba2b10a1b89050bd3cf18 Content-Type: text/plain; charset=UTF-8 Hi Guile folks, I am thinking about adding guile support to GNU Chess. As it would be used as a kind of debug mode, I don't want it to have it by default, so as to avoid usually unnecessary extra dependencies. I have gone through some tutorials, and have prototyped a guile-enabled version, but it is far from working fine yet. Could you please give me some advice? I am not sure if this is the right list to post this question. To be more specific, I would like to get something like this: 1. Optional guile support via a configure option, being the default no guile support. 2. Conditional 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 --e89a8f3ba2b10a1b89050bd3cf18 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Guile folks,

I am thinking about add= ing guile support to GNU Chess. As it would be used as a kind of debug mode= , I don't want it to have it by default, so as to avoid usually unneces= sary extra dependencies. I have gone through some tutorials, and have proto= typed a guile-enabled version, but it is far from working fine yet. Could y= ou please give me some advice? I am not sure if this is the right list to p= ost this question.

To be more specific, I would li= ke to get something like this:

1. Optional guile s= upport via a configure option, being the default no guile support.
2. Conditional compilation of guile-enabled source code, via C precompila= tion 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

--e89a8f3ba2b10a1b89050bd3cf18--