./configure: line 18115: syntax error near unexpected token `11,' ./configure: line 18115: `AX_CXX_COMPILE_STDCXX(11, , optional)'
时间: 2024-05-17 12:17:21 浏览: 241
这是一个编译时的错误,出现在 configure 脚本的第 18115 行。这个错误提示是说在这一行附近有一个语法错误,出现了一个未被预期的标记 `11,'。这个错误可能是由于缺失依赖库或者编译选项不正确导致的。您可以检查一下代码中是否缺失了相关的依赖库或者是查看编译选项是否有误。如果需要更详细的帮助,请提供更多的信息,我将尽力为您解答。
相关问题
./configure: line : syntax error near unexpected token
The error message you provided indicates a syntax error near an unexpected token in the `configure` script. This error typically occurs when there is a mistake in the code or a missing dependency. To provide a more specific answer, could you please provide more information about the error message, such as the token causing the syntax error or any other relevant details?
阅读全文