热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Linux下添加eigen头文件,linux系统IDE找不到Eigen

编译过程中遇到usrlocalincludevikitmath_utils.h:12:22:fatalerror:EigenCore:Nosuchfileordirectory但是

编译过程中遇到

/usr/local/include/vikit/math_utils.h:12:22: fatal error: Eigen/Core: No such file or directory

但是,我是确定安装了eigen的,这是怎么回事呢~

使用pkg-config 检测我的安装

pkg-config --cflags eigen

Package eigen was not found in the pkg-config search path.

Perhaps you should add the directory containing `eigen.pc'

to the PKG_CONFIG_PATH environment variable

No package 'eigen' found

再次检测

pkg-config --cflags eigen3

-I/usr/local/include/eigen3

于是

sean@fight:/usr/local/include$ sudo ln -s ./eigen3/Eigen/   ./Eigen

再次使用IDE编译,通过~ 但pkg-config --cflags eigen 还是没有检测到。



推荐阅读
author-avatar
严志文在吉安_3fu
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有