综上所述,如果你遇到了 “possibly undefined macro: ac_msg_error” 的错误,很可能是因为你误用了宏名(应该是 AC_MSG_ERROR 而不是 ac_msg_error)。请检查你的 configure.ac 文件,并确保使用正确的宏名。如果问题仍然存在,请确保你的 Autoconf 版本足够新,并且正确安装了所有必需的依赖项。
事先有更新过autoconf automake libtool 但是执行./autogen.sh的时候报错 看错误信息提示缺少宏,百度后,缺少这些宏,是有些工具没有安装或者不是最新版本 error: possibly undefined macro: AC_MSG_ERROR error: possibly undefined macro: AC_SUBST 解决方法 对应下表,将以下安装并升级到相应或者更高的版本 懒惰不...
出现如下缺少宏的问题 error: possibly undefined macro: AC_MSG_ERROR error: possibly undefined macro: AC_SUBST 解决方法 对应下表,将以下安装并升级到相应或者更高的版本 参考博客 分类: OVS+DPDK 好文要顶 关注我 收藏该文 微信分享 范加索尔拉 粉丝- 39 关注- 30 +加关注 0 0 升级成为会员 ...
possibly undefined macro: AC_MSG_RESULT configure.ac:87: error: possibly undefined macro: AC_LINK_IFELSE configure.ac:88: error: possibly undefined macro: AC_LANG_PROGRAM configure.ac:222: error: possibly undefined macro: AC_SEARCH_LIBS autoreconf: /usr/local/bin/autoconf failed with exit sta...
该“宏”可能没有定义:AC
Hi, Does this build on Ubuntu ARM? TIA $ autoreconf -i configure.ac:133: error: possibly undefined macro: AC_MSG_WARN If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:371: error: possibly undefined macro: AC_PROG_LIBTOOL ...
解决:[ERROR] Error executing Maven. [ERROR] 1 problem was encountered while building the effective set 2019-12-09 15:33 −1. 报错如下:[ERROR] Error executing Maven. [ERROR] 1 problem was encountered while building the effective settings [FATAL] Non-parseable settings D:\Cheng... ...
编译时报错"configure.ac:140: error: possibly undefined macro: AC_MSG_NOTICE autoreconf: /usr/bin/autoconf failed with exit status: 1"如何处理?,答:安装pkg-config包$sudoaptinstallpkg-config-y
error: possibly undefined macro: AC_PROG_LIBTOOL解决方案,error:possiblyundefinedmacro:AC_PROG_LIBTOOLm4
编译时报错"configure.ac:140: error: possibly undefined macro: AC_MSG_NOTICE autoreconf: /usr/bin/autoconf failed with exit status: 1"如何处理? 2020-06-10 19:31 −... Jello 0 1628 #!/usr/bin/python3 2019-12-21 10:51 −#!/usr/bin/python3和#!/usr/bin/env python3的区别: #!