0
点赞
收藏
分享

微信扫一扫

Can‘t exec “autopoint“: 没有那个文件或目录 at /usr/share/autoconf/Autom4te/FileUtils.pm line 345.

杨沐涵 2022-01-27 阅读 56


编译时遇到的错误:

autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
Can't exec "autopoint": 没有那个文件或目录 at /usr/share/autoconf/Autom4te/FileUtils.pm line 345.
autoreconf: failed to run autopoint: No such file or directory
autoreconf: autopoint is needed because this package uses Gettext

解决办法:

sudo apt install -y autopoint


举报

相关推荐

0 条评论