From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: Building Lua Date: Tue, 17 Aug 2010 08:51:54 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282060151 13479 80.91.229.12 (17 Aug 2010 15:49:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 17 Aug 2010 15:49:11 +0000 (UTC) Cc: bug-guile , No Itisnt To: Reuben Thomas Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Aug 17 17:49:10 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OlOPV-000830-LJ for guile-bugs@m.gmane.org; Tue, 17 Aug 2010 17:49:09 +0200 Original-Received: from localhost ([127.0.0.1]:53538 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlOPV-0000SI-3L for guile-bugs@m.gmane.org; Tue, 17 Aug 2010 11:49:09 -0400 Original-Received: from [140.186.70.92] (port=44185 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlOPK-0000QE-DJ for bug-guile@gnu.org; Tue, 17 Aug 2010 11:49:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OlOPI-0007Nc-UX for bug-guile@gnu.org; Tue, 17 Aug 2010 11:48:58 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:55218 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OlOPI-0007NP-Rc for bug-guile@gnu.org; Tue, 17 Aug 2010 11:48:56 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id B5C7ECE6C3; Tue, 17 Aug 2010 11:48:55 -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=VJug/qdR3w5oujFBfaEpFHdmiFQ=; b=tvjXTV A/vvDbVALH8yKA2gQ4aSm1S0JYAETpaO4zT8NXUC4KoJUR+kQKP9t4ONgFiroVR0 ZrxzoYAasDnTqqie+YqHSWYzNFeJf6+yxugC9w5NsC7+DSmQCIG7IMRR5cU/EDbp 8TYxJA/UDugiroPr7800bubYw6CflXMB5Sdhc= 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=ocxi1CB7QYiVxSRKmKFqjoKxP8BWkeKl DlvI/6r/Rw3ctApbi29PabvO5bVCI0TcDjxFda9ODfuQFw0SnXu3sX6c6gGZ6HbU exywk6VlgzuX1fKfG5P35qUl3kgDprWZErg3dhhouJ/L7s7P2RwSwvlj03HKBP5p AAnCHbcUKHg= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 92500CE6BF; Tue, 17 Aug 2010 11:48:53 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [75.16.62.19]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id DB17BCE6BA; Tue, 17 Aug 2010 11:48:50 -0400 (EDT) In-Reply-To: (Reuben Thomas's message of "Sun, 8 Aug 2010 18:52:58 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: EFE79230-AA16-11DF-82F7-9056EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4736 Archived-At: Hi Reuben, On Sun 08 Aug 2010 10:52, Reuben Thomas writes: > I'd like to build the under-development Lua compiler. I have checked > out the lua branch in git, but I can't find any instructions (not, for > example, the promised NOTES-LUA file mentioned on this list), nor any > configure option, and even on this branch the Lua compiler does not > seem to get built by default. > > Sorry, I have only a little experience building guile. Tips therefore > appreciated. As you've found out, the project is indeed still under development :) Perhaps its author, No Itisnt, can help though; I don't know if he's on this list, so I'm copying him on this mail. Good luck, Andy -- http://wingolog.org/