From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Christopher Allan Webber Newsgroups: gmane.lisp.guile.devel Subject: Re: Building Guilemacs Date: Tue, 30 Aug 2016 11:07:42 -0500 Message-ID: <8760qi8ckx.fsf@dustycloud.org> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1472573490 8295 195.159.176.226 (30 Aug 2016 16:11:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 30 Aug 2016 16:11:30 +0000 (UTC) User-Agent: mu4e 0.9.16; emacs 24.5.1 Cc: guile-devel@gnu.org To: Wilfred Hughes Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Aug 30 18:11:24 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1beldB-0001Fe-Uz for guile-devel@m.gmane.org; Tue, 30 Aug 2016 18:11:22 +0200 Original-Received: from localhost ([::1]:50027 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beld9-0005Qh-KK for guile-devel@m.gmane.org; Tue, 30 Aug 2016 12:11:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1belZw-0002if-JK for guile-devel@gnu.org; Tue, 30 Aug 2016 12:08:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1belZp-0007Ug-OB for guile-devel@gnu.org; Tue, 30 Aug 2016 12:07:59 -0400 Original-Received: from dustycloud.org ([50.116.34.160]:43424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1belZp-0007TZ-K0 for guile-devel@gnu.org; Tue, 30 Aug 2016 12:07:53 -0400 Original-Received: from oolong (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 70129266EB; Tue, 30 Aug 2016 12:07:42 -0400 (EDT) In-reply-to: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 50.116.34.160 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:18645 Archived-At: Wilfred Hughes writes: > Hi folks > > I fancied exploring Guile with Emacs, so I've been trying to build Guile > and Emacs as documented in https://www.emacswiki.org/emacs/GuileEmacsBuild . Excellent! Happy to hear of your interest. > I've successfully built the wip-elisp branch of the main guile repo. The > wiki page discusses http://git.hcoop.net/?p=bpt/guile.git and > http://git.savannah.gnu.org/cgit/guile.git/log/?h=wip-elisp . I understand > that the latter is a rebase of the hcoop commits on Guile 2.1. > > However, I've also noticed there's a wip-bpt-elisp branch in the main guile > repo. This has the newest commits, but it seems to based on an older guile > version. > > Which branch should I use? wip-bpt-elisp has commits from years ago; wip-elisp is rebased on top of relatively-recent master, with updated ChangeLog. This was based on the recent work of robin's from http://git.savannah.gnu.org/cgit/guile.git/log/?h=wip-elisp So, you want wip-elisp in origin. That's the most up to date. > I've also failed to compile the Emacs branch that uses Guile. I'm getting > the error: > > gcc -c -Demacs -I. -I. -I../lib -I./../lib [many includes elided...] > -I/usr/local/include/guile/2.2 -g3 -O2 vm-limit.c > In file included from vm-limit.c:21:0: > lisp.h:33:22: fatal error: libguile.h: No such file or directory > #include > ^ > compilation terminated. > > This rather looks like I've screwed up with autoconf somehow. I've set the > environment variables suggested by the wiki page: I don't have time to look into this part, maybe someone else can help you out!