Taking a look on elementary and e, it seems that the version definition is under

m4_ifdef([AM_GNU_GETTEXT_VERSION], [
AM_GNU_GETTEXT_VERSION([0.17])
])

Patching configure.ac solves the issue.

On Sat, Jan 12, 2013 at 11:02 PM, Eduardo Lima (Etrunko)
<ebl...@gmail.com> wrote:
> Making all in 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
>
> How do I fix the build without patching configure.ac like this?
>
> -AM_GNU_GETTEXT_VERSION([0.17])
> +AM_GNU_GETTEXT_VERSION([0.18.1])
>
>
> --
> Eduardo de Barros Lima ◤✠◢
> ebl...@gmail.com



-- 
Eduardo de Barros Lima ◤✠◢
ebl...@gmail.com

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to