From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: makefile for v. 7.9.1 on Windows 7 doesn't work Date: Fri, 7 Sep 2012 07:33:15 -0500 Message-ID: References: <2053775498.18408.1347002005438.JavaMail.help@alum.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9xkP-0007Fc-NW for emacs-orgmode@gnu.org; Fri, 07 Sep 2012 08:33:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9xkJ-0002kH-RY for emacs-orgmode@gnu.org; Fri, 07 Sep 2012 08:33:21 -0400 Received: from mail-vb0-f41.google.com ([209.85.212.41]:32965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9xkJ-0002kC-M6 for emacs-orgmode@gnu.org; Fri, 07 Sep 2012 08:33:15 -0400 Received: by vbkv13 with SMTP id v13so3821541vbk.0 for ; Fri, 07 Sep 2012 05:33:15 -0700 (PDT) In-Reply-To: <2053775498.18408.1347002005438.JavaMail.help@alum.mit.edu> 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: Bostjan Vilfan Cc: bjvilfan@gmail.com, emacs-orgmode@gnu.org 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 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? 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