我在linux16.04下搭建cunit的单元测试环境时,在运行autoscan命令下,系统提示错误:

Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/
at /usr/local/bin/automake line 361
(原来的提示找不到了,类似于上面的情况)
究其原因,在于新版的perl不在支持左大括号的使用,删掉大括号,问题解决。

相关文章:

  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-23
  • 2022-01-28
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案