-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
example_difference_of_normals does not compile #1097
Comments
Has something to do with OMP. I have it disabled, and the thing is built without problems. |
@UnaNancyOwen Can you try to verify this please? With and without OpenMP. |
Hey there, could #1642 solve the problem? 'Cause it seems as the example should link against NormalEstimationOMP<..., PointNormal> which is not precompiled. Cheers, |
@SergioRAgostinho I tried PCL 1.8.0 examples (set |
Just noticed there was nothing on Victor's initial post mentioning that it was specific to Windows. I enabled the examples on my build and it got through with no errors. @VictorLamoine Can you still reproduce this? The issue dates do Jan 2015 :) @UnaNancyOwen That was it. Thanks. @stefanbuettner That's also true... that should have yielded the typical linker error here. At first sight I'm not totally sure why the linker is not complaining when I tried to build it. To be honest I also don't understand why do we instantiate different types between NormalEstimation and NormalEstimationOMP. |
I confirm that the latest trunk allows to build the examples without any compilation error on Linux. |
BUILD_examples ON
Not sure why.. it seems to be be correctly linked.
The text was updated successfully, but these errors were encountered: