Re: [O] Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir

2012-09-11 Thread Achim Gratz
John Hendy writes: Ah. That makes much more sense. So the `-l lisp` puts me into lisp, and from there I call ../mk/org-fixup. Gotcha. Even though this may further the confusion: -l lisp does not put you into lisp, it only sets up the load-path so that lisp is in front. Now, when you say -f

Re: [O] Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir

2012-09-11 Thread John Hendy
On Tue, Sep 11, 2012 at 12:43 PM, Achim Gratz strom...@nexgo.de wrote: John Hendy writes: Ah. That makes much more sense. So the `-l lisp` puts me into lisp, and from there I call ../mk/org-fixup. Gotcha. Even though this may further the confusion: -l lisp does not put you into lisp, it only

[O] Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir

2012-09-10 Thread John Hendy
I'm starting a new thread for this issue. My process: - git pull - cd into ~/path/org.git/mk - run Worg compile command from cmd utility: #+begin_src cmd C:\path\to\emacs-23.3\bin\emacs.exe -batch -Q -L lisp -l ../mk/org-fixup -f org-make-autoloads-compile #+end_src - get following error

Re: [O] Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir

2012-09-10 Thread John Hendy
On Mon, Sep 10, 2012 at 2:42 PM, John Hendy jw.he...@gmail.com wrote: I'm starting a new thread for this issue. My process: - git pull - cd into ~/path/org.git/mk - run Worg compile command from cmd utility: #+begin_src cmd C:\path\to\emacs-23.3\bin\emacs.exe -batch -Q -L lisp -l

Re: [O] Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir

2012-09-10 Thread Achim Gratz
John Hendy writes: I'm starting a new thread for this issue. My process: - git pull - cd into ~/path/org.git/mk No, please. Just cd into ~/path/org.git… I tried replacing = (dirlisp (org-find-library-dir org))= with =(dirlisp (concat C:/path/to/org.git))= and it *seemed* to compile. I

Re: [O] Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir

2012-09-10 Thread John Hendy
Copying your last response in from the other thread: On Mon, Sep 10, 2012 at 2:58 PM, Achim Gratz strom...@nexgo.de 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

Re: [O] Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir

2012-09-10 Thread Achim Gratz
John Hendy writes: 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 strom...@nexgo.de wrote: You can try and replace the -L option with --directory. OK, so I failed to reach you. I meant that

Re: [O] Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir

2012-09-10 Thread John Hendy
On Mon, Sep 10, 2012 at 3:52 PM, Achim Gratz strom...@nexgo.de wrote: John Hendy writes: 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 strom...@nexgo.de wrote: You can try and replace the -L