all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#11548: Mac Intel/PowerPC doesn't build due to recent commit
@ 2012-05-23 23:34 David Caldwell
  2012-05-24  0:21 ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: David Caldwell @ 2012-05-23 23:34 UTC (permalink / raw)
  To: 11548

On Mac OS X x86_64:
make  all-am
gcc -mmacosx-version-min=10.5 -std=gnu99 -DHAVE_CONFIG_H -I. -I../src
-I/Users/david/src/emacs-dev/emacs-bzr/build-2012-05-23/src      -g -O2
-MT allocator.o -MD -MP -MF .deps/allocator.Tpo -c -o allocator.o
allocator.c
In file included from allocator.c:2:
../src/config.h:1352:26: error: m/amdx86-64.h: No such file or directory

Cross compiling PowerPC on Mac OS X:
powerpc-apple-darwin10-gcc-4.2.1 -mmacosx-version-min=10.4 -std=gnu99
-DHAVE_CONFIG_H -I. -I../src
-I/Users/david/src/emacs-dev/emacs-bzr/build-2012-05-23/src      -g -O2
-MT allocator.o -MD -MP -MF .deps/allocator.Tpo -c -o allocator.o
allocator.c
In file included from allocator.c:2:
../src/config.h:1352:26: error: m/macppc.h: No such file or directory

This appears to be related to this commit:

revno: 108341
committer: Paul Eggert <eggert@cs.ucla.edu>
branch nick: trunk
timestamp: Tue 2012-05-22 09:20:27 -0700
message:
  Remove src/m/*.


I'm not sure what the solution is, I'm just reporting that I can't build
on the Mac (PPC or Intel) any more.

-David







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

end of thread, other threads:[~2012-05-24  2:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 23:34 bug#11548: Mac Intel/PowerPC doesn't build due to recent commit David Caldwell
2012-05-24  0:21 ` Glenn Morris
2012-05-24  0:53   ` David Caldwell
2012-05-24  1:03     ` Glenn Morris
2012-05-24  1:58       ` David Caldwell
2012-05-24  2:06         ` Glenn Morris
2012-05-24  2:25           ` 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.