From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: packaging a guile module, call/cc tutorial Date: Sat, 31 May 2008 09:14:34 +0200 Message-ID: <87iqwvaqsl.fsf@ambire.localdomain> References: <68dbb6fe0805301228m610dab58o2547427b967abf01@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1212219843 3396 80.91.229.12 (31 May 2008 07:44:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 May 2008 07:44:03 +0000 (UTC) Cc: guile-user@gnu.org To: "John Trammell" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat May 31 09:44:42 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K2LlR-0007by-Uk for guile-user@m.gmane.org; Sat, 31 May 2008 09:44:34 +0200 Original-Received: from localhost ([127.0.0.1]:48331 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2Lkg-0000u1-8H for guile-user@m.gmane.org; Sat, 31 May 2008 03:43:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2Lkc-0000tw-2D for guile-user@gnu.org; Sat, 31 May 2008 03:43:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2LkZ-0000tk-G8 for guile-user@gnu.org; Sat, 31 May 2008 03:43:40 -0400 Original-Received: from [199.232.76.173] (port=56715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2LkZ-0000th-Aq for guile-user@gnu.org; Sat, 31 May 2008 03:43:39 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:37013) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K2LkY-00078n-Sd for guile-user@gnu.org; Sat, 31 May 2008 03:43:39 -0400 Original-Received: from [151.61.140.207] (helo=ambire.localdomain) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K2LkX-00072x-V0 for guile-user@gnu.org; Sat, 31 May 2008 03:43:38 -0400 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1K2LIQ-0001c7-7f; Sat, 31 May 2008 09:14:34 +0200 In-Reply-To: <68dbb6fe0805301228m610dab58o2547427b967abf01@mail.gmail.com> (John Trammell's message of "Fri, 30 May 2008 14:28:45 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by mx20.gnu.org: Genre and OS details not recognized. X-Greylist: delayed 1562 seconds by postgrey-1.27 at nadesico; Sat, 31 May 2008 03:43:37 EDT X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6594 Archived-At: =E2=8E=9B=E2=8E=9E "John Trammell" =E2=8E=9D=E2=8E=A0 Fri, 30 May 2008 14:28:45 -0500 I'd like to tar up and make available as a GPL'ed installable package. Can any of you point me to documentation or an example of how to do that? I have something cobbled together with a Makefile but I'd like to think there's a more sophisticated solution out there. Not terribly sophisticated, but i can recommend Guile-WWW[0]. Pros: - includes documentation (=3D> doc extraction/munging) - includes testing (=3D> "make check" =3D> pre-install usage) - uses "standard" autotools methodology - supports Guile 1.4.x and later Cons: - no C bits For C bits, i don't know of any definitive cross-version methodology yet. The one i use, which requires 1.4.x support, is boiled down into the cmod-play package[1]. All the other gnuvola.org/software that have C bits (e.g., Guile-PG) are based on it. On my todo list is to find a path towards such a unified methodology; if/when that happens, cmod-play will be updated to reflect my findings. thi ___________________________________________________ [0] http://www.gnuvola.org/software/guile-www/ [1] http://www.gnuvola.org/software/cmod-play/