配置系统环境
sdsfdsfdsds
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library
在安装opencv3.4.10时,make到20%出现错误: /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. 从错原创 2020-12-22 10:25:30 · 3394 阅读 · 4 评论 -
win10 vs2017安装 PCL 1.9.1
一 教程 参考了两个教程 推荐第一个。 第一个: vs2017配pcl1.9.1 第二个: vs2017配pcl1.8.1 两个链接比较详细 没什么补充的 主要记录一下自己安装时遇到的问题。 二 问题 1 fatal error LNK1104: 无法打开文件“gd.lib” 按照第二个链接配环境时,运行其示例代码 出现上述问题。 解决方法:使用第一个教程中对“链接器-附加依赖项”中对lib文件...原创 2020-03-09 21:10:49 · 650 阅读 · 0 评论
分享