From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matt Wette Newsgroups: gmane.lisp.guile.user Subject: request for help with module build/install Date: Wed, 01 Jul 2015 17:56:00 -0700 Message-ID: <4853AD2C-C8E3-4CD3-88B0-6823EC8A15B5@alumni.caltech.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_1A6BCC81-688E-4AB5-A0E4-319E6FD02D37" X-Trace: ger.gmane.org 1435798605 7321 80.91.229.3 (2 Jul 2015 00:56:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jul 2015 00:56:45 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jul 02 02:56:33 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 1ZASnp-0007Ue-0O for guile-user@m.gmane.org; Thu, 02 Jul 2015 02:56:33 +0200 Original-Received: from localhost ([::1]:33359 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZASno-0000tX-EY for guile-user@m.gmane.org; Wed, 01 Jul 2015 20:56:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZASnf-0000tR-5W for guile-user@gnu.org; Wed, 01 Jul 2015 20:56:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZASnb-00022z-1a for guile-user@gnu.org; Wed, 01 Jul 2015 20:56:23 -0400 Original-Received: from vms173019pub.verizon.net ([206.46.173.19]:23706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZASna-00022V-Ss for guile-user@gnu.org; Wed, 01 Jul 2015 20:56:18 -0400 Original-Received: from [192.168.2.127] ([71.108.227.241]) by vms173019.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NQU00JGQ59EF2F0@vms173019.mailsrvcs.net> for guile-user@gnu.org; Wed, 01 Jul 2015 19:56:02 -0500 (CDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=DcDq0aZW c=1 sm=1 tr=0 a=C7TgS9Pb229lFodQust5qw==:117 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=zOBTXjUuO1YA:10 a=NEAV23lmAAAA:8 a=dtD3H1S5McnHuOZ-ssQA:9 a=CjuIK1q_8ugA:10 a=vlnTKxGs3H4A:10 a=OyWmOrz_T4Y2CknhpPQA:9 a=_W_S_7VecoQA:10 X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.46.173.19 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:11896 Archived-At: --Apple-Mail=_1A6BCC81-688E-4AB5-A0E4-319E6FD02D37 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi Folks, I have developed a set of guile modules. I'd like to be able to = generate a package hosted on, say, github.com (or any other recommended = site). Is there a document providing guidance for this task? For = example, looking at "%load-path" in guile I'm guessing I want the code = to be installed in .../share/guile/2.0/site or .../share/guile/site. Is = the "site-dir" available as a variable? Once installed, I'm guessing I can just use guild to compile and that = will install the .go files in the right place (e.g., = .../lib/guile/ccache/2.0). Matt= --Apple-Mail=_1A6BCC81-688E-4AB5-A0E4-319E6FD02D37 Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=us-ascii Hi Folks,

I have developed a set of guile modules.   I'd like to be able to generate a package hosted on, say, github.com (or any other recommended site).   Is there a document providing guidance for this task?   For example, looking at "%load-path" in guile I'm guessing I want the code to be installed in .../share/guile/2.0/site or .../share/guile/site.  Is the "site-dir" available as a variable?

Once installed, I'm guessing I can just use guild to compile and that will install the .go files in the right place (e .g.,  .../lib/guile/ccache/2.0).

Matt --Apple-Mail=_1A6BCC81-688E-4AB5-A0E4-319E6FD02D37--