sabotage-linux / gettext-tiny

stub and/or lightweight replacements of the gnu gettext suite; because the GNU one takes ages to compile
http://ftp.barfooze.de/pub/sabotage/tarballs/
Other
63 stars 15 forks source link

Error building openbox. #17

Open CamilleScholtz opened 6 years ago

CamilleScholtz commented 6 years ago

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.
rofl0r commented 6 years ago

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.

xhebox commented 6 years ago

@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