Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not compile g20 #24

Closed
liruihao opened this issue Feb 18, 2016 · 3 comments
Closed

Can not compile g20 #24

liruihao opened this issue Feb 18, 2016 · 3 comments

Comments

@liruihao
Copy link

I can not compile the g2o version in ORB_SLAM2. It appears blow.

CMake Error at cmake_modules/FindBLAS.cmake:393 (message):
A required library with BLAS API not found. Please specify library
location.
Call Stack (most recent call first):
CMakeLists.txt:46 (FIND_PACKAGE)

-- Configuring incomplete, errors occurred!

When I use the lastest version download from g2o. I can compile it, but orb_slam2 seems use an different version of g20 so that orb_slam can not find some head file.

What should I do ?

@liruihao
Copy link
Author

I did not install blas and lapack, I have read the readme.txt in ORB_slam for old version. Problem has been solved. You can close it.

Thank you very much!

@ghost
Copy link

ghost commented Feb 21, 2016

Stumbled upon this too. This should be in readme and in build script.

@raulmur
Copy link
Owner

raulmur commented Feb 22, 2016

BLAS and LAPACK are mentioned in the list of dependencies (Dependencies.md), but I missed to write it on the prerequisites for installation. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants