aclocal: error: aclocal: file '/usr/local/share/aclocal/wxwin.m4' does not exist

Posted xiyuan2016

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了aclocal: error: aclocal: file '/usr/local/share/aclocal/wxwin.m4' does not exist相关的知识,希望对你有一定的参考价值。

1. 查找wxwin.m4文件

mdfind -name wxwin.m4

2. 删除/usr/local/share/aclocal/wxwin.m4,建立软连接

cd /usr/local/share/aclocal/
rm wxwin.m4
ln -s /usr/local/*/**/***l/wxwin.m4 wxwin.m4

以上是关于aclocal: error: aclocal: file '/usr/local/share/aclocal/wxwin.m4' does not exist的主要内容,如果未能解决你的问题,请参考以下文章