all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Trunk build failing on Mac OS X
@ 2014-06-16 20:52 David Caldwell
  0 siblings, 0 replies; only message in thread
From: David Caldwell @ 2014-06-16 20:52 UTC (permalink / raw)
  To: emacs-devel


[-- Attachment #1.1: Type: text/plain, Size: 509 bytes --]

Right after the unexec phase I get:

> make -C ./nextstep all
> make: *** ./nextstep: No such file or directory.  Stop.
> make[1]: *** [ns-app] Error 2
> make: *** [src] Error 2

The attached patch fixes the issue for me.

Weirdly, the error only shows up on one of my computers: one with a very
clean install of 10.9—my main 10.9 machine (lots of assorted Homebrew
stuff installed) works just fine.

I first noticed the problem on the 15th. Looks like a typo in revision
117337.

-David


[-- Attachment #1.2: nextstep.patch --]
[-- Type: text/plain, Size: 353 bytes --]

--- a/src/Makefile.in	2014-06-16 12:37:07.000000000 -0700
+++ b/src/Makefile.in	2014-06-16 13:37:33.000000000 -0700
@@ -519,7 +519,7 @@
 	  -o $@ $(ntsource)/emacs.rc

 ns-app: emacs$(EXEEXT)
-	$(MAKE) -C ./nextstep all
+	$(MAKE) -C ../nextstep all

 .PHONY: mostlyclean clean bootstrap-clean distclean maintainer-clean
 .PHONY: versionclean extraclean

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4219 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-16 20:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16 20:52 Trunk build failing on Mac OS X David Caldwell

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.