linux 安装 libfreenect,编译报错 C++ er

2019-01-12  本文已影响43人  谢小帅

先说原因:https://github.com/shumatech/BOSSA/issues/43
总结来看:c++ 默认使用的版本不合适

解决办法:https://blog.csdn.net/qq160816/article/details/54410497

CMakeLists.txt 添加一行

add_definitions(-std=c++11)

ubuntu 13.04 自带的C++编译器组件 g++ 4.7.3 对 c++11 有良好支持。
ubuntu 更高级的版本中,对 c++11 支持的不完全。

ubuntu 16.04.11
上一篇下一篇

猜你喜欢

热点阅读