From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Jago Subject: Re: [bug] Commit 6f8ea8e breaks the build Date: Mon, 12 Dec 2011 13:47:16 +0000 Message-ID: References: <81mxayauuh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra6EA-000582-JQ for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 08:47:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ra6E6-0007n4-8Q for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 08:47:34 -0500 Received: from lo.gmane.org ([80.91.229.12]:45588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra6E5-0007mx-TC for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 08:47:30 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ra6E4-0005Ks-Uc for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 14:47:28 +0100 Received: from 88-96-171-138.dsl.zen.co.uk ([88.96.171.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Dec 2011 14:47:28 +0100 Received: from martyn.jago by 88-96-171-138.dsl.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Dec 2011 14:47:28 +0100 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: emacs-orgmode@gnu.org Hi Jambunathan Jambunathan K writes: > 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. > The problem appears to be that htmlfontify.el was not present in Emacs-23 and Emacs-22 releases. This is a problem since Org-mode is supposed to build with releases back to Emacs-22. Since my build builds all versions to ensure against regression, the build failed. Best, Martyn > 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 > > 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 >> >> >>