在交叉编译mesa3D的时候遇到该问题;Fedora WARNING: 'aclocal-1.14' is missing on your system。可以通过下述方法解决;
参考:https://github.com/SIPp/sipp/issues/61
Could you try the two troubleshooting suggestions at https://github.com/SIPp/sipp#building? That is, see if running touch configure.ac aclocal.m4 configure Makefile.am Makefile.in, then re-running configure and make, fixes it.
If it doesn't, try running autoreconf -ivf.
If one of these fixes it, do let me know - I'll update the README to reference that error message.
解决Fedora中mesa3D交叉编译警告
本文介绍了解决Fedora系统中交叉编译mesa3D时出现的警告方法。通过运行特定命令如touch configure.ac aclocal.m4 configure Makefile.am Makefile.in,然后重新运行configure和make,或者使用autoreconf-ivf命令来解决问题。

被折叠的 条评论
为什么被折叠?



