-
Notifications
You must be signed in to change notification settings - Fork 6.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
[PCL:x64-windows] build failure with [cuda] feature since BOOST 1.75.0 #15447
Comments
PCL was fixed to recognize boost 1.75. |
Thanks for spotting this. The easiest way seems to include the patch. |
Unfortunately, the mentioned patch is not enough. I'm still having the issue |
Well, just tried with cmake 3.18.3, as suggested by the upstream, still the same result. Sorry, I don't have the time to look further right now. I will switch to the "old" boost 1.74 by my side until this is fixed. |
Please see the solution here with boost boostorg/preprocessor@aa8f347. You'll have to edit the boost header file and then it should work. |
This issue has been fixed now, please get latest source and try again.
|
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install pcl[cuda]
Failure logs
Additional context
It was building fine using boost 1.74, and the build error is directly linked with boost while compiling cuda files:
Maybe we can switch back to 1.74 if a easy fix could not be found. Anyway, since many package have cuda support, a CI step targeting cuda option would be great to catch this kind of error early.
The text was updated successfully, but these errors were encountered: