抱歉我最近想安装https://github.com/strawlab/python-pcl
这个package然后遇到了一些error
根据这一篇以及google到的
https://github.com/strawlab/python-pcl/issues/127
说在setup.py里加上
ext_args['extra_compile_args'].append("-std=c++11")
ext_args['extra_compile_args'].append("-fno-strict-aliasing")
但是还是一样出现
warning: command line option “-Wstrict-prototypes” is valid for Ada/C/ObjC
but not for C++
这个错误讯息
想请问一下我是否少做了什么?
我的作业系统为ubuntu 16.04