Hi,
I have downloaded the gtk+ code from CVS. I am facing the following two issues. Any
help would be appreciated.
1) When I run the autogen --- following warning is printed:
[root CCPU-Wipro142 gtk+]# sh autogen.sh --prefix=$PREFIX --with-gdktarget=directfb --without-x
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.
WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':
WARNING: AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])
WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
2) Subsequently when I do a make following error is printed:
fa.po:157: 'msgstr[0]' is not a valid C format string, unlike 'msgid'
fa.po:354: 'msgstr' is not a valid C format string, unlike 'msgid'
fa.po:395: 'msgstr' is not a valid C format string, unlike 'msgid'
fa.po:425: 'msgstr' is not a valid C format string, unlike 'msgid'
fa.po:494: 'msgstr' is not a valid C format string, unlike 'msgid'
fa.po:1313: 'msgstr' is not a valid C format string, unlike 'msgid'
fa.po:1692: 'msgstr[0]' is not a valid C format string, unlike 'msgid'
fa.po:2184: 'msgstr' is not a valid C format string, unlike 'msgid'
fa.po:3143: 'msgstr' is not a valid C format string, unlike 'msgid'
fa.po:3148: 'msgstr' is not a valid C format string, unlike 'msgid'
fa.po:3153: 'msgstr' is not a valid C format string, unlike 'msgid'
/usr/bin/msgfmt: found 11 fatal errors
make[2]: *** [fa.gmo] Error 1
make[2]: Leaving directory `/home/yg/gtk/gtk+/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/yg/gtk/gtk+'
make: *** [all] Error 2