On Tue, Mar 29, 2016 at 10:09:13PM -0700, Kevin J. McCarthy wrote: > On Tue, Mar 29, 2016 at 02:14:49PM -0700, Will Yardley wrote: > > BTW, opened a "flea", but because of the message getting re-forwarded, > > and my SPF record, it got rejected. I emailed the error for Brendan to > > take a look at, but in the meantime, just a heads up that I'm getting > > this build failure on OS X 10.10.5 / gcc with most recent nightly > > (1.5.24 compiles fine). > Will, I'm not familiar with OS X's build environment. A few internet > searches suggest this might be a conflict between the compiler you are > using, /usr/bin/gcc (which is actually LLVM in disguise), and your > versions of ar and ranlib: /usr/local/bin/ar and /usr/local/bin/ranlib. > > Do you have a /usr/bin/ar and /usr/bin/ranlib? If so, you may want to > try moving your /usr/local/bin/ versions out of the way.
Sorry for the messed up subject line on my original message. I will check what's installed from where (and previous config.log) when I'm back on that machine; FWIW, I was able to build older versions in the past without incident. I did successfully build it on my other Mac (10.10.5), which is using the regular 'ar' and 'ranlib' in /usr/bin, so maybe you're on to something.. I do see this error during 'make', though, FWIW: ./lib.h:45:12: fatal error: 'libintl.h' file not found # include <libintl.h> ^ w