From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Can't make org-install.el Date: Fri, 18 May 2012 22:49:02 +0200 Message-ID: <80zk95xlj5.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, I don't know why, but with the most recent Org-mode version, I can't make org-install.org: --8<---------------cut here---------------start------------->8--- make -C doc install make[1]: Entering directory `/cygdrive/c/home/sva/Downloads/emacs/site-lisp/org-mode/doc' if [ ! -d /usr/share/info ]; then mkdir -p /usr/share/info; else true; fi ; install -p org /usr/share/info install-info --infodir=/usr/share/info org make[1]: Leaving directory `/cygdrive/c/home/sva/Downloads/emacs/site-lisp/org-mode/doc' make -C etc install make[1]: Entering directory `/cygdrive/c/home/sva/Downloads/emacs/site-lisp/org-mode/etc' for dir in styles schema ; do \ if [ ! -d /usr/share/emacs/etc/org/${dir} ] ; then \ mkdir -p /usr/share/emacs/etc/org/${dir} ; \ fi ; \ install -p ${dir}/* /usr/share/emacs/etc/org/${dir} ; \ done ; make[1]: Leaving directory `/cygdrive/c/home/sva/Downloads/emacs/site-lisp/org-mode/etc' make -C lisp install make[1]: Entering directory `/cygdrive/c/home/sva/Downloads/emacs/site-lisp/org-mode/lisp' rm -f org-version.el org-install.el org-version.elc org-install.elc org-version: 7.8.10 (release_7.8.10-568-gc84cda) Loading c:/home/sva/Downloads/emacs/site-lisp/org-mode/lisp/org-compat.el (source)... Loading c:/home/sva/Downloads/emacs/site-lisp/org-mode/UTILITIES/org-fixup.el (source)... Loading vc-svn... Loading vc-git... Saving file c:/home/sva/Downloads/emacs/site-lisp/org-mode/lisp/org-version.el... Wrote c:/home/sva/Downloads/emacs/site-lisp/org-mode/lisp/org-version.el org-install: 7.8.10 (release_7.8.10-568-gc84cda) Loading c:/home/sva/Downloads/emacs/site-lisp/org-mode/lisp/org-compat.el (source)... Loading c:/home/sva/Downloads/emacs/site-lisp/org-mode/UTILITIES/org-fixup.el (source)... Buffer is read-only: # Makefile:30: recipe for target `org-install.el' failed make[1]: *** [org-install.el] Error 127 make[1]: Leaving directory `/cygdrive/c/home/sva/Downloads/emacs/site-lisp/org-mode/lisp' targets.mk:84: recipe for target `install-lisp' failed make: *** [install-lisp] Error 2 --8<---------------cut here---------------end--------------->8--- To overcome problems, I tried to copy org-install.el from the latest Emacs 24 alpha version, but the newly function `org-find-library-dir' is unknown. Loading, by hand, `org-compat.el' does solve this latest problem, and allow me to still be able to use Org. However, the first problem (make install) is the one I still need to resolve. Any idea? Best regards, Seb [1] DEFINITION NOT FOUND: 1 -- Sebastien Vauban