Martyn Jago <martyn.j...@btinternet.com> writes: > Commit 6f8ea8e breaks the build.
>> make clean >> make > > ...returns the error: > > > emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name > \"./lisp/\") (cons \"/usr/local/share/emacs/site-lisp\" load-path)))" -f > batch-byte-compile lisp/org-odt.el > > In toplevel form: > lisp/org-odt.el:31:13:Error: Cannot open load file: htmlfontify > make: *** [lisp/org-odt.elc] Error 1 I am using Windows/Cygwin and Emacs-24 pretest builds. org-odt.el compiles just fine. --8<---------------cut here---------------start------------->8--- In toplevel form: org-mouse.el:320:1:Warning: global/dynamic var `rest' lacks a prefix org-mouse.el:1024:1:Warning: global/dynamic var `_cmd' lacks a prefix Wrote c:/Documents and Settings/kjambunathan/My Documents/My Data/src/org-mode/lisp/org-mouse.elc emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name \"./lisp/\") (cons \"/usr/local/share/emacs/site-lisp\" load-path)))" -f batch-byte-compile lisp/org-odt.el Wrote c:/Documents and Settings/kjambunathan/My Documents/My Data/src/org-mode/lisp/org-odt.elc --8<---------------cut here---------------end--------------->8--- Don't you have htmlfontify.el in your version of Emacs? I thought it is part of regular Emacs. Could you please check why this is so? May be some adjustment of load path is required or htmlfontify.el has to be installed. > > Best, Martyn > > --- > Org-mode version 7.7 (release_7.7.674.gc609) > GNU Emacs 24.0.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.35) > of 2011-08-21 on virtualmac.porkrind.org > > > --