We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
Issue: The current Git version is broken and cannot be built due to misuse of Macros.
System: Arch Linux environment autoconf 2.69-1 libtool 2.4.2-10
Log:
autoreconf: running: libtoolize --copy libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' configure.ac:251: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd m4/gtk-doc.m4:7: GTK_DOC_CHECK is expanded from... configure.ac:251: the top level configure.ac:251: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd m4/gtk-doc.m4:7: GTK_DOC_CHECK is expanded from... configure.ac:251: the top level autoreconf: running: /usr/bin/autoconf configure.ac:251: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd m4/gtk-doc.m4:7: GTK_DOC_CHECK is expanded from... configure.ac:251: the top level configure.ac:32: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:72: error: possibly undefined macro: AS_CASE configure.ac:101: error: possibly undefined macro: AS_IF configure.ac:143: error: possibly undefined macro: AC_DEFINE configure.ac:205: error: possibly undefined macro: AC_MSG_FAILURE autoreconf: /usr/bin/autoconf failed with exit status: 1
Fix: Looking for one
Best, Marius
The text was updated successfully, but these errors were encountered:
It looks like you are missing pkg-config macros, at the very least.
Sorry, something went wrong.
Does anyone know of a workaround for this? I am trying to build mx in order to build finalterm and I'm getting this problem.
System: Arch Linux environment autoconf 2.69-1 libtool 2.4.2-12
No branches or pull requests
Hi!
Issue:
The current Git version is broken and cannot be built due to misuse of Macros.
System:
Arch Linux environment
autoconf 2.69-1
libtool 2.4.2-10
Log:
Fix:
Looking for one
Best,
Marius
The text was updated successfully, but these errors were encountered: