gettext-tiny
gettext-tiny copied to clipboard
Error building openbox.
Building openbox from git master:
+ aclocal -I m4
configure.ac:99: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library
configure.ac:100: warning: macro 'AM_GNU_GETTEXT' not found in library
+ autoconf
configure.ac:99: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:100: error: possibly undefined macro: AM_GNU_GETTEXT
=======> ERROR: Building '/usr/src/pkg/pkg/openbox#git-3.pkg.tar.gz' failed.
thanks for info. probably an issue with autopoint, pulling in the m4 file containing the macro from latest gnulib (or if missing there, from gnu gettext) can fix it.
@onodera-punpun i guess you did run autopoint, if not please upload m4 dir
[xhe@xhe-PC openbox-3.6.1]$ rm -r m4
[xhe@xhe-PC openbox-3.6.1]$ aclocal -I m4
aclocal: warning: couldn't open directory 'm4': No such file or directory
configure.ac:99: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library
configure.ac:100: warning: macro 'AM_GNU_GETTEXT' not found in library
[xhe@xhe-PC openbox-3.6.1]$ autopoint
[xhe@xhe-PC openbox-3.6.1]$ aclocal -I m4
[xhe@xhe-PC openbox-3.6.1]$ autoconf