file INSTALL cannot set permissions on “/usr/local/include/g2o/config.h“

编译完g2o进行make install时,出现Makefile:73: recipe for target 'install' failed,根据提示信息可以看出它没有权限访问和修改配置文件。那么我们要做的就是给予权限。

file INSTALL cannot set permissions on “/usr/local/include/g2o/config.h“_第1张图片

sudo make install 以管理员身份重新安装,安装成功!

file INSTALL cannot set permissions on “/usr/local/include/g2o/config.h“_第2张图片

你可能感兴趣的:(Ubuntu,linux,ubuntu,g2o,slam,cmake)