From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam Subject: Re: Minor buglet in orgmode Makefile Date: Mon, 16 Nov 2009 08:59:26 +0530 Message-ID: <53821f890911151929u5080e935s6fcb40cc9f90d408@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9sHV-00043c-R0 for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 22:29:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9sHQ-000432-2g for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 22:29:32 -0500 Received: from [199.232.76.173] (port=44517 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9sHP-00042z-Te for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 22:29:27 -0500 Received: from mail-vw0-f176.google.com ([209.85.212.176]:33818) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9sHP-0005TF-J3 for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 22:29:27 -0500 Received: by vws6 with SMTP id 6so1548296vws.14 for ; Sun, 15 Nov 2009 19:29:26 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Robert P. Goldman" Cc: emacs-orgmode@gnu.org On Mon, Nov 16, 2009 at 7:49 AM, Robert P. Goldman wrote: > I just pulled an update from git for the first time in a long while, and when I > tried to build org-mode, it failed with an undefined function error for the > function org-float-time in org-ascii. > > It only took me a moment to find the fix --- it seems like we just need to push > org-compat up the list of lisp files ahead of org-ascii, since org-compat > provides the function definition org-ascii craves. > I got the same error. This is what I did. $ make clean && make Everything went fine. Thanks and Regards Noorul