-
Notifications
You must be signed in to change notification settings - Fork 551
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
Sphericality.h errors when building on windows #402
Comments
Could you post the complet error? |
@kubelvla please have a look once the details of error is available. |
So first I had dependency errors (looks like a problem when parsing C:/Program Files/libnabo.. with the space between Program&Files when cmake is building the solution probably) So I modified the Linker->Input->Additional dependencies of each modules manually on visual studio.:
So I modified the path that was: to C:\Program Files\libnabo\build\RelWithDebInfo\nabo.lib And that's when I got the sphericality.h errors (my quick fix was to remove any dependecies of sphericality.h to all the files). Here's the error (got them for each modules.. compute_overlapp icp_custom etc..)
|
I'll try to compile the library on windows to see. |
Ok, that was painful, mainly CMaking new Libnabo. Respect @dagata-mining :D |
It seems that the keyword
|
When building on windows, I had errors with sphericality.h (may be related to recent commit commit 9f4127b ). I had to get rid of all dependencies with sphericality and the build did work on windows.
The text was updated successfully, but these errors were encountered: