From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [bug] Commit 6f8ea8e breaks the build Date: Mon, 12 Dec 2011 17:02:38 +0530 Message-ID: <81mxayauuh.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra47v-00005u-S3 for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 06:33:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ra47o-00064A-MK for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 06:32:59 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:47118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra47o-000646-I1 for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 06:32:52 -0500 Received: by iahk25 with SMTP id k25so10161619iah.0 for ; Mon, 12 Dec 2011 03:32:52 -0800 (PST) In-Reply-To: (Martyn Jago's message of "Mon, 12 Dec 2011 10:36:45 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Martyn Jago Cc: emacs-orgmode@gnu.org Martyn Jago 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 > > > --