From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sivaram Neelakantan Subject: make error after latest pull Date: Mon, 21 Sep 2009 17:13:50 +0530 Message-ID: <824oqwfrpl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MphJf-0000Qm-6p for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 07:44:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MphJa-0000QV-Kv for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 07:44:22 -0400 Received: from [199.232.76.173] (port=34275 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MphJa-0000QS-Gr for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 07:44:18 -0400 Received: from lo.gmane.org ([80.91.229.12]:50400) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MphJa-0007z7-2T for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 07:44:18 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MphJS-00052C-8g for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 13:44:10 +0200 Received: from 122.167.119.122 ([122.167.119.122]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Sep 2009 13:44:10 +0200 Received: from nsivaram.net by 122.167.119.122 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Sep 2009 13:44:10 +0200 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: emacs-orgmode@gnu.org Hi, Running make in cygwin to compile with the native Emacs-23 gets me this error. In toplevel form: lisp/org-ascii.el:29:1:Error: Symbol's function definition is void: org-float-time make: *** [lisp/org-ascii.elc] Error 1 And oddly I can't find the word float in the above file. So, don't know what's going on. sivaram --