0
点赞
收藏
分享

微信扫一扫

/usr/bin/xsltproc: not found

素的盐 2022-01-30 阅读 45
linuxgit


  • 具体错误
configure.ac:164: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
./make.sh: 14: ./make.sh: /usr/bin/xsltproc: not found
  • 安装 
sudo apt install -y xsltproc


举报

相关推荐

0 条评论