开发者
使用gcc10.3.0安装opennurbs报错:error: use of deleted function'std ∷ atomic∷atomic(const std∷atomic&)'及其他报错问题
使用gcc10.3.0安装opennurbs报错:error: use of deleted function'std ∷ atomic∷atomic(const std∷atomic&)'及其他报错问题
发表于2023/04/24
860

报错信息: true 解决方案:

使用较新的标准 (C++17)即可以找到该函数,将-std=c++14改为-std=c++17

补充: 修改上述问题后,编译仍有报错

问题1:

true

解决方案:按照提示,添加编译参数-fpermissive

问题2:

true

解决方案:可以使用系统的libuuid.so解决,添加编译参数-luuid,需要查看是否已经yum install libuuid

收藏举报
Level 1
0
帖子
0
粉丝
0
获赞