On Thu, Mar 31, 2016 at 07:20:05PM -0700, Kevin J. McCarthy wrote: > On Thu, Mar 31, 2016, at 06:57 PM, Will Yardley wrote:
> > I still get an error after applyihng the patch, re-running configure, > > and running 'make'. Config.log attached. > > > > ( echo '#include "config.h"'; echo '#include "mutt.h"'; ) \ > > | gcc -E -DPKGDATADIR=\"/usr/local/share/mutt\" > > -DSYSCONFDIR=\"/usr/local/etc\" -DBINDIR=\"/usr/local/bin\" > > -DMUTTLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. > > -I./imap -Iintl -I/usr/local/include -I./intl - | sh ./hcachever.sh > > hcversion.h > Try running 'make clean' or 'make maintainter-clean' (run the latter > only if you are compiling from hg and have autotools installed). Your > Makefile wasn't regenerated for some reason. I am pretty sure I ran make clean and make distclean first. On Thu, Mar 31, 2016 at 07:27:47PM -0700, Kevin J. McCarthy wrote: > Sorry, actually for this patch, you _need_ autotools. Automake has to > regenerate Makefile.in from Makefile.am. If you have autotools > installed, run make maintainer-clean, and then use the prepare script. I was using 'configure', not 'prepare' (from the nightly snapshot). If I run make maintainer-clean, prepare (with the configure args), and then make, I do not get the warning. w