From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Error compiling file Date: Fri, 19 Jul 2013 23:29:02 -0400 Message-ID: <874nbpdi4h.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0NrA-0000n4-9g for emacs-orgmode@gnu.org; Fri, 19 Jul 2013 23:29:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V0Nr9-00085b-9f for emacs-orgmode@gnu.org; Fri, 19 Jul 2013 23:29:16 -0400 Received: from plane.gmane.org ([80.91.229.3]:59442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0Nr9-00085V-2l for emacs-orgmode@gnu.org; Fri, 19 Jul 2013 23:29:15 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V0Nr6-0004Tb-TZ for emacs-orgmode@gnu.org; Sat, 20 Jul 2013 05:29:12 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Jul 2013 05:29:12 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Jul 2013 05:29:12 +0200 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 RCY writes: > Hi, > I am trying to compile the git version on a Mac with emacs 24.3 and I > get the error: > > make compile-dirall > ==================== dirall ==================== > Checking /Users/rc/elisp/org-mode/lisp... > Compiling /Users/rc/elisp/org-mode/lisp/org-attach.el... > > In toplevel form: > org-attach.el:42:1:Error: Symbol's value as variable is void: > user-emacs-directory > Compiling /Users/rc/elisp/org-mode/lisp/org-install.el... > Compiling /Users/rc/elisp/org-mode/lisp/org-loaddefs.el... > Compiling /Users/rc/elisp/org-mode/lisp/org-version.el... > Compiling /Users/rc/elisp/org-mode/lisp/ox-odt.el... > > In toplevel form: > ox-odt.el:369:1:Error: Cannot open load file: rng-loc > Done (Total of 0 files compiled, 2 failed, 3 skipped) > > Is there a problem with the file or am I doing something wrong? > Thanks, > RC > AFAIK, there is no such target in the makefile: ,---- | $ make compile-dirall | make: *** No rule to make target `compile-dirall'. Stop. `---- What happens if you just follow the installation directions in the org manual? -- Nick