From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: autocompilation support in master Date: Tue, 09 Jun 2009 00:24:48 +0100 Message-ID: <87vdn6gvgf.fsf@arudy.ossau.uklinux.net> References: <87hbyujpof.fsf@arudy.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1244503507 26830 80.91.229.12 (8 Jun 2009 23:25:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jun 2009 23:25:07 +0000 (UTC) Cc: Andy Wingo To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jun 09 01:25:03 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MDoD8-0008Pz-Mo for guile-devel@m.gmane.org; Tue, 09 Jun 2009 01:25:02 +0200 Original-Received: from localhost ([127.0.0.1]:48291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDoD7-0001Bj-PW for guile-devel@m.gmane.org; Mon, 08 Jun 2009 19:25:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDoD1-00018M-68 for guile-devel@gnu.org; Mon, 08 Jun 2009 19:24:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDoCw-00014C-TC for guile-devel@gnu.org; Mon, 08 Jun 2009 19:24:54 -0400 Original-Received: from [199.232.76.173] (port=60717 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDoCw-000149-Hw for guile-devel@gnu.org; Mon, 08 Jun 2009 19:24:50 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:38554) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDoCw-00079X-6Z for guile-devel@gnu.org; Mon, 08 Jun 2009 19:24:50 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id 3B45D1F88DA; Tue, 9 Jun 2009 00:24:49 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 8017C3801F; Tue, 9 Jun 2009 00:24:48 +0100 (BST) In-Reply-To: <87hbyujpof.fsf@arudy.ossau.uklinux.net> (Neil Jerram's message of "Fri\, 05 Jun 2009 23\:12\:16 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8648 Archived-At: Neil Jerram writes: > Unfortunately I'm not getting through `make' yet: > > ... > GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o "language/ecmascript/spec.go" "language/ecmascript/spec.scm" > ERROR: Stack overflow This is still happening for me after pulling the latest master today. Any ideas? Regards, Neil