From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> Subject: Re: makefile for v. 7.9.1 on Windows 7 doesn't work Date: Fri, 7 Sep 2012 09:32:38 -0400 Message-ID: <CAHRqSkR2zEONA-VftLYseGJ8-RckncS_S3vkcEaTwW-Eau-83g@mail.gmail.com> References: <2053775498.18408.1347002005438.JavaMail.help@alum.mit.edu> <CA+M2ft-AuFEVFfSk1soNm9W5BgNJLLTtyuOhLcmnVvwF35H3SA@mail.gmail.com> <CAHRqSkQzrw87XpNSPOa4ttR=poxzqNmiw4ng4auPOGFo7a-XGQ@mail.gmail.com> <CA+M2ft84SvpsP+fAr4dnndJ+xBK5H4RrnphVkVfGV_1EspxPqg@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([208.118.235.92]:47436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <zinsho@gmail.com>) id 1T9yfp-0001JP-8Y for emacs-orgmode@gnu.org; Fri, 07 Sep 2012 09:32:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <zinsho@gmail.com>) id 1T9yfn-0006pJ-MS for emacs-orgmode@gnu.org; Fri, 07 Sep 2012 09:32:41 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:55147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <zinsho@gmail.com>) id 1T9yfn-0006pC-F4 for emacs-orgmode@gnu.org; Fri, 07 Sep 2012 09:32:39 -0400 Received: by pbbro12 with SMTP id ro12so4500638pbb.0 for <emacs-orgmode@gnu.org>; Fri, 07 Sep 2012 06:32:38 -0700 (PDT) In-Reply-To: <CA+M2ft84SvpsP+fAr4dnndJ+xBK5H4RrnphVkVfGV_1EspxPqg@mail.gmail.com> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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: John Hendy <jw.hendy@gmail.com> Cc: bjvilfan@gmail.com, emacs-orgmode@gnu.org, Bostjan Vilfan <bostjanv@alum.mit.edu> Hello, On Fri, Sep 7, 2012 at 9:05 AM, John Hendy <jw.hendy@gmail.com> wrote: > On Fri, Sep 7, 2012 at 7:45 AM, Jonathan Leech-Pepin > <jonathan.leechpepin@gmail.com> wrote: >> Hello, >> >> On Fri, Sep 7, 2012 at 8:33 AM, John Hendy <jw.hendy@gmail.com> wrote: >>> On Fri, Sep 7, 2012 at 2:13 AM, Bostjan Vilfan <bostjanv@alum.mit.edu> 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 provide more information? The error, what you were doing, etc? >>> The last time I git pulled perhaps a week or so ago, I tried following >>> Worg like so:[1] >>> ,--- >>> | emacs -batch -Q -L lisp -l ../UTILITIES/org-fixup -f >>> org-make-autoloads-compile >>> `--- >>> >>> It failed. I inspected the dit directory and noticed that it's not >>> ../UTILITIES anymore; all of the make stuff is in ../mk. Could that be >>> the problem if you're following Worg? >>> >> >> If the problem is related to the missing =UTILITIES= directory, the >> solution would seem to be just re-run the update. I had that issue on >> several machines, all of which complained the first time about the >> missing =UTILITIES= directory and then ran successfullly on the >> subsequent updates. > > Can someone else confirm? I'm just pulled again and have no UTILITIES dir. > =UTILITIES/= was renamed =util/=, and then has since been moved to =mk/=. The results I had seen seemed to indicate that it couldn't find a script in UTILITIES/ so it could not continue (because it had been renamed but was being looked for in the old location). Running it a second time simply removed the confusion as to the location of the files and permitted the update to continue without issues. > John > >> >>> As an aside, I just tried re-compiling to check and I noticed that if >>> I follow Worg and cd into /path/to/org.git/mk and then run =emace >>> -batch ... ../mk/org-fixup.el ...=, I get the error: >>> ,--- >>> | Symbol's function definition is void: org-find-library-dir >>> `--- >>> >>> If I cd to /path/to/org.git and run the command with only one perios >>> (=emacs ... ./mk/org-fixup.el ...=), then it works. But =M-x >>> org-version= spits out something related to org-fixup and isn't a real >>> version number. >>> >>> In any case, I can still compile as far as I know. Sorry if this >>> wasn't your issue, but with the lack of details no one will be able to >>> help you diagnose the problem. >>> >>> >>> Best regards, >>> John >>> >>> [1] http://orgmode.org/worg/org-hacks.html#compiling-org-without-make >>> >>>> Regards, >>>> bostjanv Regards, -- Jon