On 04/26/2012 08:50 PM, Eric Blake wrote:
[trimming cc's]
On 04/25/2012 09:18 PM, Alex Jia wrote:
> Hello Eric,
> I still met this issue on latest upstream HEAD(f78024b)
> when compiling libvirt:
>
> Making all in po
> make[2]: Entering directory `/home/ajia/Workspace/libvirt/po'
> *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext
version 0.17 but the autoconf macros are from gettext version 0.18
> make[2]: *** [check-macro-version] Error 1
Per my message in commit bae13129c:
If you have already built in the window where libvirt required 0.18,
be aware that incremental updates may run into problems: this is
because 'autopoint --force' will not downgrade m4/po.m4 back to an
older version, but it must be downgraded back to 0.17 levels to work
with this patch. You may either manually remove that file then rerun
bootstrap, or it may prove easier to just clean up all non-git files
to start from a clean slate.
I missed the mail :-(, It's very clear for me, thanks a lot.