From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: getting started with guile dev Date: Wed, 22 Jun 2016 10:06:43 +0200 Message-ID: <87a8idve98.fsf@pobox.com> References: <20160622043828.GA23104@eros.local> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1466582984 28228 80.91.229.3 (22 Jun 2016 08:09:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2016 08:09:44 +0000 (UTC) Cc: guile-devel@gnu.org To: Tobin Harding Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jun 22 10:09:29 2016 Return-path: Envelope-to: guile-devel@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 1bFdDz-0003bf-DX for guile-devel@m.gmane.org; Wed, 22 Jun 2016 10:09:27 +0200 Original-Received: from localhost ([::1]:56407 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFdDy-0008Uu-NN for guile-devel@m.gmane.org; Wed, 22 Jun 2016 04:09:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFdBb-0004vb-08 for guile-devel@gnu.org; Wed, 22 Jun 2016 04:06:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFdBW-00084a-1s for guile-devel@gnu.org; Wed, 22 Jun 2016 04:06:58 -0400 Original-Received: from pb-sasl1.pobox.com ([64.147.108.66]:56803 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFdBV-00084V-Tm for guile-devel@gnu.org; Wed, 22 Jun 2016 04:06:53 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 9EFFC19406; Wed, 22 Jun 2016 04:06:52 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=HJBZB9gOU3gCZBSTDFZ7N7plhcQ=; b=IQoiEp NuouJOjPmcLk+0ib4gT46jU1RxH9/+AHdrMkZk9U9GtrUFJsQoH7q55D+xFlbBFu i9MSY217sBSfGon92ZC7eVCZ1M424TU3UTw8AIMwyKv9+kFPF1Pf/YkGWXJLrh0F 1JJW28SFjRRhZO9HWuhlzLMjjdrs/c2ivuHlo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=xG3MzxzETSDHQZwgCs1BkBHMeWfB853B ULManHic0zrglHB4Nw5aDuoVkmf64K55uuUAlQ/7LPTizEhKcjsgWa346bL42vrC 0maixrRUDQ19WEX/SNTd2abfWVpMJtMEGjJ1Tv0wcgrFZNc2oO90GewOolh6Pjgv 6cb2VvtvbRE= Original-Received: from pb-sasl1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 97B4E19405; Wed, 22 Jun 2016 04:06:52 -0400 (EDT) Original-Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id BB5C519404; Wed, 22 Jun 2016 04:06:51 -0400 (EDT) In-Reply-To: <20160622043828.GA23104@eros.local> (Tobin Harding's message of "Wed, 22 Jun 2016 14:38:28 +1000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-Pobox-Relay-ID: 46F7D5F8-3850-11E6-A790-C1836462E9F6-02397024!pb-sasl1.pobox.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.108.66 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18388 Archived-At: On Wed 22 Jun 2016 06:38, Tobin Harding writes: > I am attempting to get started on some guile hacks. I am running Emacs, Geiser, > Guile (2.0.11) for Scheme development. > > I have cloned the git repository for Guile (current commit d545e45). I can configure > and build this tree. I can run the executable > > $ GUILE_TREE/libguile/guile --version > guile (GNU Guile) 2.1.3.11-d545e-dirty > Copyright (C) 2016 Free Software Foundation, Inc. Hi, This is the development branch. Probably if you are looking at building on top of Guile you want to check out the stable-2.0 branch. > My question is this, please, how to replace the system version with the fresh > build. > > make install does not achieve this. > > Also I tried running > $ GUILE_TREE/libguile/guile -L $GUILE_TREE/modules/ > > but that does not seem to load the new modules. To run Guile uninstalled, you run meta/guile from the build directory. Cheers, Andy