-
Notifications
You must be signed in to change notification settings - Fork 145
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
cmake configuration error: compiling a test executable failed #67
Comments
I face the same issue, How did you solve this? , could you share the solution |
Which compiler are you using? It is tested with (mostly vanilla) 16.04. And I cannot reproduce myself neither with g++ 5.4 nor clang 3.8. Could you please provide the output of |
@HannesSommer The output of cmake --trace is attached here. My g++ version: g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609. |
Very strange. Given these versions I must assume the difference is somewhere else. Maybe in |
ccmake version 3.5.1 |
I am trying to build it on windows, using cmake. The error which I see is as follows:
I have tried PR #71, but still it failed. |
Thanks for the feedback. This seems to be a tough one. As I cannot reproduce I need more help from you. Could you please try #72 and upload the output of |
I am trying to build this code for Visual Studio 2015 x64.
Can I get your comment on this |
I have no experience with libnabo on Windows. Maybe others do? In any case: you posted a warning (that should not be triggered through the changes in #72). Are you sure that it is your actual problem? |
Thanks @HannesSommer ! Trying #72 helped me figure out the problem. In the error output I could now see "Eigen/Core not found". The EIGEN_INCLUD_DIR path I was providing until now TOP-MOST-EIGEN-DIR/Eigen, but I now see that I should rather provide TOP-MOST-EIGEN-DIR. It should have issued proper error of not getting the expected path for Eigen! Anyway, thanks for your help. I have now successfully built the library. |
Awesome. This is great news! This issue helped improving the feedback of the CMake code! |
I was able to build the library too, Following are the steps I followed
|
Ah, great. Thanks for sharing. I'll incorporate these changes soon ( recent Cmake versions / for windows) |
@HannesSommer sure, I will get back to you. |
I'm trying to install from source in ubuntu 16.04 but configuring using cmake fails with the following error:
Attached are the cmakecache and log files (log file renamed since uploading .log is not supported).
CMakeCache.txt
CMakeOutputlog.txt
The text was updated successfully, but these errors were encountered: