On 5/23/12 5:21 PM, Glenn Morris wrote: > David Caldwell wrote: > >> 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. > > Does it work if you start from a clean state? Eg > > make maintainer-clean > configure > make I am doing a clean checkout from bzr, which should be very clean: bzr checkout --lightweight --hardlink emacs-bzr/trunk emacs-bzr/xxx-test cd emacs-bzr/xxx-test ./autogen/copy_autogen ./configure --with-ns make Interestingly, I tried this locally on my laptop and could not duplicate the problem. My laptop is running Mac OS X 10.7.4 and Xcode 4.3.2. However, my Emacs build machine is consistently failing (the one that builds Emacs for http://emacsformacosx.com). That machine is running 10.6.8 and Xcode 3.2.6 (the last version that worked on that OS, I think). It needs to run on an older OS because that is the last OS that supported building Emacs for PowerPC. -David