From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton Subject: "make" fails on Windows machine Date: Sun, 20 May 2012 00:23:03 -0700 Message-ID: <40C7B1BFC291ED4E9D10436D07736A33470478BD45@EXMAIL7.haas.uc.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SW0V8-0002Td-P6 for emacs-orgmode@gnu.org; Sun, 20 May 2012 03:24:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SW0V6-00066y-RA for emacs-orgmode@gnu.org; Sun, 20 May 2012 03:24:26 -0400 Received: from gateway-b.haas.berkeley.edu ([128.32.222.40]:19262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SW0V6-00066V-LL for emacs-orgmode@gnu.org; Sun, 20 May 2012 03:24:24 -0400 Content-Language: en-US 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: "emacs-orgmode@gnu.org" I just downloaded the latest version (version 7.8.10 - release_7.8.10-573-g= 7b33d9) and typed "make", only to obtain the following output: [C:\emacs\site-lisp\org-mode]make =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D =3D Invoke "make help" for a synopsis of make targets. =3D =3D Created a default local.mk template. =3D =3D Setting "oldorg" as the default target. =3D =3D Please adapt local.mk to your local setup! =3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D 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 w= ell also be relevant that I'm using Cygwin's version of make (+ other tools= ).