On Sun, Jan 13, 2013 at 1:21 AM, Carsten Haitzler <ras...@rasterman.com> wrote:
> On Sat, 12 Jan 2013 23:28:05 -0200 "Eduardo Lima (Etrunko)" <ebl...@gmail.com>
> said:
>
>> On Sat, Jan 12, 2013 at 11:10 PM, Eduardo Lima (Etrunko)
>> <ebl...@gmail.com> wrote:
>> > 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.
>> >
>>
>> Actually no, it does not fix....
>
> i'm awaiting the next episode in today's "etrunko gettext build drama"...
> awesome series of shows there... :)

It is happening with E built also. I don't know the proper way to
solve this. Googling didn't help much also. What I did that realy
solved the problem was to run gettextize -f and leave the files
changed locally. I saw a ticket on trac #951 where someone complained
about the same thing. A workaround would be to change the specific
version number (0.17) to something like:

`gettext --version | grep gettext | awk '{ print $4}'`

Any thoughts?

>
>> > 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
>>
>>
>>
>> --
>> 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
>
>
> --
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    ras...@rasterman.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. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to