gettext-tiny icon indicating copy to clipboard operation
gettext-tiny copied to clipboard

Error building openbox.

Open CamilleScholtz opened this issue 8 years ago • 2 comments

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.

CamilleScholtz avatar Oct 25 '17 18:10 CamilleScholtz

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.

rofl0r avatar Oct 25 '17 23:10 rofl0r

@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

xhebox avatar Oct 26 '17 05:10 xhebox