From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Kunkel Subject: Re: Compiling Org Mode on Windows - "date" Bug? Date: Sun, 6 Apr 2014 14:09:27 -0400 Message-ID: References: <877g732b6a.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c30018c7f12704f663a652 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWrVc-00023e-2u for emacs-orgmode@gnu.org; Sun, 06 Apr 2014 14:09:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WWrVY-0007zh-3N for emacs-orgmode@gnu.org; Sun, 06 Apr 2014 14:09:32 -0400 Received: from mail-oa0-x231.google.com ([2607:f8b0:4003:c02::231]:41475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWrVX-0007zb-RR for emacs-orgmode@gnu.org; Sun, 06 Apr 2014 14:09:28 -0400 Received: by mail-oa0-f49.google.com with SMTP id o6so5594487oag.8 for ; Sun, 06 Apr 2014 11:09:27 -0700 (PDT) In-Reply-To: <877g732b6a.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 --001a11c30018c7f12704f663a652 Content-Type: text/plain; charset=ISO-8859-1 Does the ELPA package include packages not bundled with Emacs (Those marked "C" in customize-variable org-modules)? Installing it didn't seem to make the org-drill module available. As for the date problem, I guess it's trying to use cmd as my default shell and generating the temporary batch script automatically; I'll try to get that sorted out somehow. Thanks, Will On Sun, Apr 6, 2014 at 3:02 AM, Achim Gratz wrote: > William Kunkel writes: > > I've traced the problem to the fact that make is trying to run a > > temporary batch script with cmd, with the contents: > > > > @echo off > > date +%Y-%m-%d > > There is no such batch script in the entire Org distribution, nor should > the build system ever try to run cmd for anything (you really need a > POSIX shell for anything make doesn't use built-ins for), so it seems > you're using some strange make and/or have the PATH set incorrectly. If > you're not using a recent GNU Make, you can try to compile Org without > one (as described in the FAQ on Worg), however I'd suggest you use the > ELPA package instead. > > That said, the result of the particular invocation that requires date is > only used in the documentation, so if you really want to see how far you > can progress beyond that, simply remove the "$(shell date +%Y-%m-%d)" in > mk/targets.mk and replace it with the current date like "2014-04-06". > > > Regards, > Achim. > -- > +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ > > SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2: > http://Synth.Stromeko.net/Downloads.html#WaldorfSDada > > > --001a11c30018c7f12704f663a652 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Does the ELPA package include packages not bundl= ed with Emacs (Those marked "C" in customize-variable org-modules= )? Installing it didn't seem to make the org-drill module available. As= for the date problem, I guess it's trying to use cmd as my default she= ll and generating the temporary batch script automatically; I'll try to= get that sorted out somehow.

Thanks,
Will

On Sun, Apr 6, 2014 at 3:02 AM, Achim Gratz <S= tromeko@nexgo.de> wrote:
William Kunkel writes:
> I've traced the problem to the fact that make is trying to run a > temporary batch script with cmd, with the contents:
>
> @echo off
> date +%Y-%m-%d

There is no such batch script in the entire Org distribution, nor should the build system ever try to run cmd for anything (you really need a
POSIX shell for anything make doesn't use built-ins for), so it seems you're using some strange make and/or have the PATH set incorrectly. = =A0If
you're not using a recent GNU=A0Make, you can try to compile Org withou= t
one (as described in the FAQ on Worg), however I'd suggest you use the<= br> ELPA package instead.

That said, the result of the particular invocation that requires date is only used in the documentation, so if you really want to see how far you can progress beyond that, simply remove the "$(shell date +%Y-%m-%d)&q= uot; in
mk/targets.mk and repla= ce it with the current date like "2014-04-06".


Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+<= br>
SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada



--001a11c30018c7f12704f663a652--