From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir Date: Mon, 10 Sep 2012 15:29:59 -0500 Message-ID: References: <87627lir0o.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBAcQ-0005Fi-TA for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 16:30:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBAcK-0000uU-F0 for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 16:30:06 -0400 Received: from mail-vc0-f169.google.com ([209.85.220.169]:38896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBAcK-0000uI-9h for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 16:30:00 -0400 Received: by vcbfl13 with SMTP id fl13so2433130vcb.0 for ; Mon, 10 Sep 2012 13:29:59 -0700 (PDT) In-Reply-To: <87627lir0o.fsf@Rainer.invalid> 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: Achim Gratz Cc: emacs-orgmode@gnu.org Copying your last response in from the other thread: On Mon, Sep 10, 2012 at 2:58 PM, Achim Gratz wrote: > John Hendy writes: >> From what I understand of the above, it still isn't working. I tried this: >> #+begin_src cmd >> emacs -batch -Q -L C:\path\to\org.git lisp -l ../mk/org-fixup.el -f >> org-make-autoloads-compile >> #+end_src > > This is wrong. Try > > emacs -batch -Q -L lisp -l ../mk/org-fixup.el -f org-make-autoloads-compile I don't understand. This is the default Worg command. I posted that this was failing, and you wrote: >>> On Fri, Sep 7, 2012 at 2:00 PM, Achim Gratz wrote: >>> You can try and replace the "-L" option with "--directory". I asked for clarification and you suggested using: >>> On Mon, Sep 10, 2012 at 2:24 PM, Achim Gratz wrote: >>> What I meant was that if you add something to load-path via this option, >>> make sure it actually turns up _first_ in the load-path. Like >>> >>> emacs -L blafasel This is what I did above when I posted: #+begin_src cmd emacs -batch -Q -L C:\path\to\org.git lisp -l ../mk/org-fixup.el -f org-make-autoloads-compile #+end_src I tried to add a direct path via -L. > > You must do a > > cd C:\path\to\org.git I think my issue with this is twofold: - the ".." in the command `emacs [snip] ../mk/org-fixup.el` seemed to imply that I needed to be in the mk directory - There's also this: #+begin_quote Worg (http://orgmode.org/worg/org-hacks.html) When you execute the commands below, your current directory must be where org has been unpacked into, in other words the file default.mk should be found in your current directory. #+end_src If default.mk is in my current directory, I'm in mk, not org.git. If I run the command from org.git, things *do* appear to work. Perhaps this has all been a result of not understanding Worg or Worg being incorrect: **Does one need to be in the top level org git dir or in the dir in which default.mk resides (these are not the same)?** Thanks for the persistence, John > > before. > > > Regards, > Achim. > -- > +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ > > DIY Stuff: > http://Synth.Stromeko.net/DIY.html