From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Pluim Subject: Re: Compile failure Date: Mon, 24 Jun 2019 14:58:41 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59111) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfOYq-0004z0-8z for emacs-orgmode@gnu.org; Mon, 24 Jun 2019 08:59:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfOYo-0000nL-Sk for emacs-orgmode@gnu.org; Mon, 24 Jun 2019 08:59:04 -0400 Received: from mail-wm1-x341.google.com ([2a00:1450:4864:20::341]:40618) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfOYm-0000O8-UI for emacs-orgmode@gnu.org; Mon, 24 Jun 2019 08:59:02 -0400 Received: by mail-wm1-x341.google.com with SMTP id v19so13262918wmj.5 for ; Mon, 24 Jun 2019 05:58:44 -0700 (PDT) In-Reply-To: (William Denton's message of "Mon, 24 Jun 2019 08:49:07 -0400 (EDT)") 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" To: William Denton Cc: emacs-orgmode@gnu.org >>>>> On Mon, 24 Jun 2019 08:49:07 -0400 (EDT), William Denton said: William> The current source isn't compiling, at least for me (this is w= ith an William> Emacs freshly compiled from source): William> $ make William> make -C doc clean; make -C lisp clean; William> make[1]: Entering directory '/usr/local/src/org-mode/doc' William> rm -f org orgguide *.pdf *.html *_letter.tex org-version.inc \ William> org-version.tex *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *= .kys \ William> *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs *.log *.h= tml *.ps William> make[1]: Leaving directory '/usr/local/src/org-mode/doc' William> make[1]: Entering directory '/usr/local/src/org-mode/lisp' William> rm -f org-version.el org-loaddefs.el org-version.elc org-loadd= efs.elc William> org-install.elc William> rm -f *.elc William> make[1]: Leaving directory '/usr/local/src/org-mode/lisp' William> make -C lisp compile William> make[1]: Entering directory '/usr/local/src/org-mode/lisp' William> rm -f org-version.el org-loaddefs.el org-version.elc org-loadd= efs.elc William> org-install.elc William> org-version: 9.2.4 (release_9.2.4-381-g226363) William> emacs: could not resolve realpath of "(null)": No such file or= directory William> Makefile:70: recipe for target 'org-version.el' failed William> make[1]: *** [org-version.el] Error 1 William> make[1]: Leaving directory '/usr/local/src/org-mode/lisp' William> mk/targets.mk:95: recipe for target 'compile' failed William> make: *** [compile] Error 2 That=CA=BCs an emacs issue, not an org-mode issue. If you specify the full path to your emacs binary instead of using a symlink, does it compile? Robert