Sebastian Rose <sebastian_r...@gmx.de> 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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to