eg.
./configure: line 14956: syntax error near unexpected token `PROTOCOL,' ./configure: line 14956: `PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.6.0)'
answer:
to install pkg-config
相关热门文章
给主人留下些什么吧!~~
评论热议
本文解决了一个在使用./configure脚本过程中遇到的语法错误问题,该问题出现在检查依赖库spice-protocol版本时。解决方案是安装pkg-config以确保正确地检测到所需的库版本。
eg.
./configure: line 14956: syntax error near unexpected token `PROTOCOL,' ./configure: line 14956: `PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.6.0)'
answer:
to install pkg-config
2567
2万+

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