Re: [PATCH] Fix hcversion.h generation error when using included gettext.

2016-03-31 Thread Kevin J. McCarthy
On Thu, Mar 31, 2016 at 08:39:06PM -0700, Will Yardley wrote: > 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 mak

Re: [PATCH] Fix hcversion.h generation error when using included gettext.

2016-03-31 Thread Will Yardley
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 "

Re: [PATCH] Fix hcversion.h generation error when using included gettext.

2016-03-31 Thread Kevin J. McCarthy
On Thu, Mar 31, 2016, at 07:20 PM, Kevin J. McCarthy wrote: > On Thu, Mar 31, 2016, at 06:57 PM, Will Yardley wrote: > > On Thu, Mar 31, 2016 at 03:55:15PM -0700, Kevin J. McCarthy wrote: > > > If you have a chance, I'd appreciate any/all testing. I will push this > > > up first thing tomorrow. >

Re: [PATCH] Fix hcversion.h generation error when using included gettext.

2016-03-31 Thread Kevin J. McCarthy
On Thu, Mar 31, 2016, at 06:57 PM, Will Yardley wrote: > On Thu, Mar 31, 2016 at 03:55:15PM -0700, Kevin J. McCarthy wrote: > > If you have a chance, I'd appreciate any/all testing. I will push this > > up first thing tomorrow. > > I still get an error after applyihng the patch, re-running config

Re: [PATCH] Fix hcversion.h generation error when using included gettext.

2016-03-31 Thread Will Yardley
On Thu, Mar 31, 2016 at 03:55:15PM -0700, Kevin J. McCarthy wrote: > If you have a chance, I'd appreciate any/all testing. I will push this > up first thing tomorrow. I still get an error after applyihng the patch, re-running configure, and running 'make'. Config.log attached. ( echo '#include "

[PATCH] Fix hcversion.h generation error when using included gettext.

2016-03-31 Thread Kevin J. McCarthy
This is to fix the error Will Yardley just reported. See the patch for a detailed discusion, but this affects builds using --with-included-gettext and enabling the header cache. The patch seems a little hackish, but is actually fairly clean compared to trying to force automake to change its order