From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reuben Thomas Newsgroups: gmane.lisp.guile.bugs Subject: Building Lua Date: Sun, 8 Aug 2010 18:52:58 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1281296042 21264 80.91.229.12 (8 Aug 2010 19:34:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 8 Aug 2010 19:34:02 +0000 (UTC) To: bug-guile Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Aug 08 21:34:01 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 1OiBd7-0006jv-KF for guile-bugs@m.gmane.org; Sun, 08 Aug 2010 21:33:57 +0200 Original-Received: from localhost ([127.0.0.1]:60180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiBd6-0005J6-PB for guile-bugs@m.gmane.org; Sun, 08 Aug 2010 15:33:56 -0400 Original-Received: from [140.186.70.92] (port=45373 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiA3V-00084f-TS for bug-guile@gnu.org; Sun, 08 Aug 2010 13:53:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OiA3T-0004iZ-13 for bug-guile@gnu.org; Sun, 08 Aug 2010 13:53:04 -0400 Original-Received: from exprod7og121.obsmtp.com ([64.18.2.20]:43778) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OiA3S-0004gB-Oc for bug-guile@gnu.org; Sun, 08 Aug 2010 13:53:02 -0400 Original-Received: from source ([209.85.214.169]) by exprod7ob121.postini.com ([64.18.6.12]) with SMTP ID DSNKTF7u+wlRqVh/eig4dzPiTlFCb0J9sd+w@postini.com; Sun, 08 Aug 2010 10:53:02 PDT Original-Received: by iwn10 with SMTP id 10so3489535iwn.14 for ; Sun, 08 Aug 2010 10:52:59 -0700 (PDT) Original-Received: by 10.231.178.103 with SMTP id bl39mr17143268ibb.138.1281289978744; Sun, 08 Aug 2010 10:52:58 -0700 (PDT) Original-Received: by 10.231.37.10 with HTTP; Sun, 8 Aug 2010 10:52:58 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:4733 Archived-At: Hi, 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. -- http://rrt.sc3d.org