From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: make error after latest pull Date: Mon, 21 Sep 2009 16:41:20 +0100 Message-ID: References: <824oqwfrpl.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mpl1C-0004L6-A7 for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 11:41:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mpl16-0004Ku-ML for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 11:41:33 -0400 Received: from [199.232.76.173] (port=59129 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mpl16-0004Kr-J4 for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 11:41:28 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:38969) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mpl16-0003AU-5o for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 11:41:28 -0400 Received: by ewy7 with SMTP id 7so3111787ewy.31 for ; Mon, 21 Sep 2009 08:41:25 -0700 (PDT) In-Reply-To: <824oqwfrpl.fsf@gmail.com> 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: Sivaram Neelakantan Cc: emacs-orgmode@gnu.org On Sep 21, 2009, at 12:43 PM, Sivaram Neelakantan wrote: > 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. This has come up before, you need to make clean first. - Carsten