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

test_cpp compile issue #7

Open
yaseryacoob opened this issue Dec 13, 2018 · 2 comments
Open

test_cpp compile issue #7

yaseryacoob opened this issue Dec 13, 2018 · 2 comments

Comments

@yaseryacoob
Copy link

when compiling on ubuntu 16.04, the test_cpp fails with

........../normals_Hough/test_cpp/../third_party_includes/nanoflann.hpp:1823:16: error: âlog2â is not a member of âstdâ
treeCount = std::log2(maximumPointCount);

the nanoflann.hpp treeCount = std::log2(maximumPointCount); is incompatible with something?

@aboulch
Copy link
Owner

aboulch commented Dec 17, 2018

I fixed compilation problems. Updated Eigen and Nanoflann.
Seems to work fine on fresh ubuntu 18.04 install + Anaconda

@yaseryacoob
Copy link
Author

yaseryacoob commented Dec 17, 2018 via email

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