emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* "make" fails on Windows machine
@ 2012-05-20  7:23 Richard Stanton
  2012-05-20  7:56 ` Achim Gratz
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stanton @ 2012-05-20  7:23 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

I just downloaded the latest version (version 7.8.10 - release_7.8.10-573-g7b33d9) and typed "make", only to obtain the following output:

[C:\emacs\site-lisp\org-mode]make
======================================================
= Invoke "make help" for a synopsis of make targets. =
= Created a default local.mk template.               =
= Setting "oldorg" as the default target.            =
= Please adapt local.mk to your local setup!         =
======================================================
make -C doc clean;  make -C lisp clean;
make[1]: Entering directory `/c/emacs/site-lisp/org-mode/doc'
rm -f org *.pdf *.html *_letter.tex org-version.inc \
      *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.pg *.pgs \
      *.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps
make[1]: Leaving directory `/c/emacs/site-lisp/org-mode/doc'
make[1]: Entering directory `/c/emacs/site-lisp/org-mode/lisp'
rm -f org-version.el org-install.el org-version.elc org-install.elc
rm -f *.elc
make[1]: Leaving directory `/c/emacs/site-lisp/org-mode/lisp'
make -C lisp compile
make[1]: Entering directory `/c/emacs/site-lisp/org-mode/lisp'
rm -f org-version.el org-install.el org-version.elc org-install.elc
org-version: 7.8.10 (release_7.8.10-573-g7b33d9)
Loading c:/emacs/site-lisp/org-mode/lisp/org-compat.el (source)...
Loading c:/emacs/site-lisp/org-mode/UTILITIES/org-fixup.el (source)...
Saving file c:/emacs/site-lisp/org-mode/lisp/org-version.el...
Loading vc-git...
Wrote c:/emacs/site-lisp/org-mode/lisp/org-version.el
org-install: 7.8.10 (release_7.8.10-573-g7b33d9)
Loading c:/emacs/site-lisp/org-mode/lisp/org-compat.el (source)...
Loading c:/emacs/site-lisp/org-mode/UTILITIES/org-fixup.el (source)...
Saving file c:/c/emacs/site-lisp/org-mode/lisp/org-install.el...
c:/c/emacs/site-lisp/org-mode/lisp/: no such directory
Makefile:30: recipe for target `org-install.el' failed
make[1]: *** [org-install.el] Error 127
make[1]: Leaving directory `/c/emacs/site-lisp/org-mode/lisp'
targets.mk:54: recipe for target `compile' failed
make: *** [compile] Error 2

[C:\emacs\site-lisp\org-mode]

I'm running Emacs 24.0.96 under Windows, and from the output above it may well also be relevant that I'm using Cygwin's version of make (+ other tools).

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: "make" fails on Windows machine
  2012-05-20  7:23 "make" fails on Windows machine Richard Stanton
@ 2012-05-20  7:56 ` Achim Gratz
  0 siblings, 0 replies; 2+ messages in thread
From: Achim Gratz @ 2012-05-20  7:56 UTC (permalink / raw)
  To: emacs-orgmode

Richard Stanton writes:
> I'm running Emacs 24.0.96 under Windows, and from the output above it
> may well also be relevant that I'm using Cygwin's version of make (+
> other tools).

Install the patch in my message to Sebastien:
http://lists.gnu.org/archive/html/emacs-orgmode/2012-05/msg00528.html

or pull from my Makefile branch (which already has it):

git remote add -t Makefile remote-tableheadings git://repo.or.cz/org-mode/org-tableheadings.git
git fetch remote-tableheadings Makefile:local-Makefile
git checkout local-Makefile


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-20  7:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-20  7:23 "make" fails on Windows machine Richard Stanton
2012-05-20  7:56 ` Achim Gratz

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).