From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Leech-Pepin Subject: BUG: Unable to compile on Master Date: Sun, 1 Apr 2012 19:20:28 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEU4X-0002Xz-1y for emacs-orgmode@gnu.org; Sun, 01 Apr 2012 19:20:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEU4V-0000A1-FS for emacs-orgmode@gnu.org; Sun, 01 Apr 2012 19:20:32 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:54178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEU4V-00009s-63 for emacs-orgmode@gnu.org; Sun, 01 Apr 2012 19:20:31 -0400 Received: by wgbdr1 with SMTP id dr1so1605900wgb.30 for ; Sun, 01 Apr 2012 16:20:28 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Mailing List Hello Org, Using current git master I get the following error when running: ,---- | make clean && make && make info `---- Error ,---- | In toplevel form: | lisp/org-ascii.el:29:1:Error: Invalid function: "body" | Makefile:484: recipe for target `lisp/org-ascii.elc' failed | make: *** [lisp/org-ascii.elc] Error 1 `---- I was able to successfully compile Org with commit: 829285e (ensure noweb expanded body is used on export) I've tested this on 2 separate machines as well as a clean pull into a separate directory. Regards, Jonathan