From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Org-mode version 6.30trans (release_6.30d.5.gc125); make fails on org-ascii.el Date: Fri, 04 Sep 2009 13:41:51 +0200 Message-ID: <877hwfq6m8.fsf@gmx.de> References: <87k50fdk7d.fsf@gmx.de> 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 1MjXB1-0002qC-RU for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 07:41:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjXAx-0002mg-7a for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 07:41:59 -0400 Received: from [199.232.76.173] (port=40996 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjXAw-0002mW-5S for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 07:41:54 -0400 Received: from mail.gmx.net ([213.165.64.20]:39474) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MjXAv-000642-I9 for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 07:41:53 -0400 In-Reply-To: <87k50fdk7d.fsf@gmx.de> (Sebastian Rose's message of "Fri, 04 Sep 2009 13:26:46 +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 Sebastian Rose writes: > Trying to `make' org-mode fails with the following error message: > > > In toplevel form: > lisp/org-ascii.el:29:1:Error: Symbol's function definition is void: > org-float-time > make: *** [lisp/org-ascii.elc] Fehler 1 > > > > > Opening the org-mode/lisp/ directory in dired and marking all *.el files > (`% m el$ RET) and byte-compiling them (`B') works for > org-ascii.el. > There it just failes for org-xoxo.el for the same reason. sh$ make clean sh$ make does the trick... Or even (if not clean): sh$ make autoloads sh$ make I think we can live with it, as this is not unusual at all. On the other hand: Shouldn't a simple `make' do everything needed to succeed? Sebastian