From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: build + odt-export issues Date: Mon, 8 Jul 2013 18:42:37 +0530 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8f643034a073cf04e0ffcd28 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwBFU-000663-Ch for emacs-orgmode@gnu.org; Mon, 08 Jul 2013 09:13:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwBFT-0006b8-2Z for emacs-orgmode@gnu.org; Mon, 08 Jul 2013 09:13:00 -0400 Received: from mail-ie0-x230.google.com ([2607:f8b0:4001:c03::230]:36123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwBFS-0006b0-To for emacs-orgmode@gnu.org; Mon, 08 Jul 2013 09:12:58 -0400 Received: by mail-ie0-f176.google.com with SMTP id ar20so9537206iec.7 for ; Mon, 08 Jul 2013 06:12:58 -0700 (PDT) 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 --e89a8f643034a073cf04e0ffcd28 Content-Type: text/plain; charset=ISO-8859-1 I have org from git make autoloads works make all seems to work except that it ends with ------------------------------------------------- Compiling /src/pdsw/org-mode-8/lisp/ox.el... In toplevel form: ox.el:5791:62:Warning: variable assignment to constant `org-export-stack-mode-map' In end of data: ox.el:6151:1:Warning: the following functions are not known to be defined: scroll-up-line, scroll-down-line Wrote /src/pdsw/org-mode-8/lisp/ox.elc Done (Total of 103 files compiled, 3 skipped) make[2]: Leaving directory `/src/pdsw/org-mode-8/lisp' make[1]: Leaving directory `/src/pdsw/org-mode-8/lisp' ------------------------------------------ However export to odt gives me Error (ox-odt): Cannot find factory styles files, aborting $ make install make -C doc install make[1]: Entering directory `/src/pdsw/org-mode-8/doc' make[1]: *** No rule to make target `install'. Stop. make[1]: Leaving directory `/src/pdsw/org-mode-8/doc' make: *** [install-doc] Error 2 though make install-lisp seems to work org version 8.0.5 emacs version 23.4.1 --e89a8f643034a073cf04e0ffcd28 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I have org from git
=A0make autoloads works
make all seems to work ex= cept that it ends with
-------------------------------------------------=
Compiling /src/pdsw/org-mode-8/lisp/ox.el...

In toplevel form: ox.el:5791:62:Warning: variable assignment to constant
=A0=A0=A0 `org-ex= port-stack-mode-map'

In end of data:
ox.el:6151:1:Warning: th= e following functions are not known to be defined:
=A0=A0=A0 scroll-up-l= ine, scroll-down-line
Wrote /src/pdsw/org-mode-8/lisp/ox.elc
Done (Total of 103 files compiled= , 3 skipped)
make[2]: Leaving directory `/src/pdsw/org-mode-8/lisp'<= br>make[1]: Leaving directory `/src/pdsw/org-mode-8/lisp'
----------= --------------------------------

However export to odt gives me
Error (ox-odt): Cannot find factory = styles files, aborting

$ make install
make -C doc install
make= [1]: Entering directory `/src/pdsw/org-mode-8/doc'
make[1]: *** No r= ule to make target `install'.=A0 Stop.
make[1]: Leaving directory `/src/pdsw/org-mode-8/doc'
make: *** [ins= tall-doc] Error 2

though make install-lisp seems to work

org = version 8.0.5
emacs version 23.4.1
--e89a8f643034a073cf04e0ffcd28--