Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error building openbox. #17

Open
CamilleScholtz opened this issue Oct 25, 2017 · 2 comments
Open

Error building openbox. #17

CamilleScholtz opened this issue Oct 25, 2017 · 2 comments

Comments

@CamilleScholtz
Copy link

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
Copy link
Member

rofl0r commented Oct 25, 2017

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
Copy link
Collaborator

xhebox commented Oct 26, 2017

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants