Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-10 Thread Nick Dokos
John Hendy wrote: > On Mon, Sep 10, 2012 at 2:24 PM, Achim Gratz wrote: > > John Hendy writes: > >>> I don't really know where your other problems come from, but it seems > >>> that whatever you are invoking as "emacs" fails to properly set up the > >>> load path. You can try and replace the "-

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-10 Thread Achim Gratz
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-

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-10 Thread John Hendy
On Mon, Sep 10, 2012 at 2:24 PM, Achim Gratz wrote: > John Hendy writes: >>> I don't really know where your other problems come from, but it seems >>> that whatever you are invoking as "emacs" fails to properly set up the >>> load path. You can try and replace the "-L" option with "--directory".

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-10 Thread Achim Gratz
John Hendy writes: >> I don't really know where your other problems come from, but it seems >> that whatever you are invoking as "emacs" fails to properly set up the >> load path. You can try and replace the "-L" option with "--directory". > > I'll definitely try this. Where should the load path p

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-10 Thread John Hendy
On Fri, Sep 7, 2012 at 2:00 PM, Achim Gratz wrote: > John Hendy writes: >> [1] http://orgmode.org/worg/org-hacks.html#compiling-org-without-make > > I've just fixed this to refer to mk/ rather than UTILITIES/. > > I don't really know where your other problems come from, but it seems > that whateve

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread Bastien
Hi Bostjan, Bostjan Vilfan writes: > http://orgmode.org/worg/org-hacks.html#compiling-org-without-make > > However, there are still some things I don't understand; there is this > reference > to the UTILITIES directory, which is absent in the distribution file > for Windows. Yes, the Worg file

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread Bostjan Vilfan
Hello, Thanks for all the answers. It seems that my problem was that I was not aware of some changes in the 7.9.1 version. I was finally able to make the 7.9.1 version operational by following the procedure in http://orgmode.org/worg/org-hacks.html#compiling-org-without-make However, there are s

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread Achim Gratz
John Hendy writes: > [1] http://orgmode.org/worg/org-hacks.html#compiling-org-without-make I've just fixed this to refer to mk/ rather than UTILITIES/. I don't really know where your other problems come from, but it seems that whatever you are invoking as "emacs" fails to properly set up the load

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread Jonathan Leech-Pepin
Hello, On Fri, Sep 7, 2012 at 9:05 AM, John Hendy wrote: > On Fri, Sep 7, 2012 at 7:45 AM, Jonathan Leech-Pepin > wrote: >> Hello, >> >> On Fri, Sep 7, 2012 at 8:33 AM, John Hendy wrote: >>> On Fri, Sep 7, 2012 at 2:13 AM, Bostjan Vilfan >>> wrote: Hello, I notice that the makefile

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread John Hendy
On Fri, Sep 7, 2012 at 8:14 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> Can someone else confirm? I'm just pulled again and have no UTILITIES >> dir. > > I confirm there is no UTILITIES/ directory anymore. > > It has been rename as mk/ for git cloners, and it is absent > from the .t

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread Bastien
Hi John, John Hendy writes: > Can someone else confirm? I'm just pulled again and have no UTILITIES > dir. I confirm there is no UTILITIES/ directory anymore. It has been rename as mk/ for git cloners, and it is absent from the .tar.gz and .zip. -- Bastien

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread John Hendy
On Fri, Sep 7, 2012 at 7:45 AM, Jonathan Leech-Pepin wrote: > Hello, > > On Fri, Sep 7, 2012 at 8:33 AM, John Hendy wrote: >> On Fri, Sep 7, 2012 at 2:13 AM, Bostjan Vilfan wrote: >>> Hello, >>> I notice that the makefile in version 7.9.1 has been changed (with regard >>> to v. 7.8.11). When I

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread Jonathan Leech-Pepin
Hello, On Fri, Sep 7, 2012 at 8:33 AM, John Hendy wrote: > On Fri, Sep 7, 2012 at 2:13 AM, Bostjan Vilfan wrote: >> Hello, >> I notice that the makefile in version 7.9.1 has been changed (with regard to >> v. 7.8.11). When I tried to run it under Windows7, it didn't work (the >> makefile for 7

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread John Hendy
On Fri, Sep 7, 2012 at 2:13 AM, Bostjan Vilfan wrote: > Hello, > I notice that the makefile in version 7.9.1 has been changed (with regard to > v. 7.8.11). When I tried to run it under Windows7, it didn't work (the > makefile for 7.8.11 ran OK). Can anyone provide some information? Can you prov

[O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread Bostjan Vilfan
Hello, I notice that the makefile in version 7.9.1 has been changed (with regard to v. 7.8.11). When I tried to run it under Windows7, it didn't work (the makefile for 7.8.11 ran OK). Can anyone provide some information? Regards, bostjanv