SVP Vapoursynth 配置:错误:需要 C++11 支持

SVP Vapoursynth 配置:错误:需要 C++11 支持

我试图在我的 Linux Mint 19.1 上安装 SVP(SmoothVideo 项目),但遇到了一个问题。当我按照此处的说明进行操作时:https://www.svp-team.com/wiki/SVP:Linux以及“从源构建第 3 方应用程序 -> Vapoursynth -> ./configure”部分我收到了我在该主题上编写的错误。我尝试寻找答案,但没有找到有关此问题的答案。它还在错误发生之前列出了这些:

checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking whether C++ compiler accepts -std=c++14... no
checking whether C++ compiler accepts -std=c++11... no

相关内容