emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Achim Gratz <Stromeko@nexgo.de>
To: emacs-orgmode@gnu.org
Subject: Re: Compiling Org Mode on Windows - "date" Bug?
Date: Sun, 06 Apr 2014 09:02:05 +0200	[thread overview]
Message-ID: <877g732b6a.fsf@Rainer.invalid> (raw)
In-Reply-To: CA+yBsdMshSnjQZ+OYQGfAcp8QxUVsCRqcd5E55qKz-XDy7Cdxg@mail.gmail.com

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

  reply	other threads:[~2014-04-06  7:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-05 21:43 Compiling Org Mode on Windows - "date" Bug? William Kunkel
2014-04-06  7:02 ` Achim Gratz [this message]
2014-04-06 18:09   ` William Kunkel
2014-04-06 18:23     ` Achim Gratz
2014-04-06 18:34       ` William Kunkel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877g732b6a.fsf@Rainer.invalid \
    --to=stromeko@nexgo.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).