-
Notifications
You must be signed in to change notification settings - Fork 652
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
fatal error: 'boost/geometry/strategies/agnostic/hull_graham_andrew.hpp' file not found #8982
Comments
@razr fixing the maximum version with CMake will not fix the build issue. Is this okay ? #include <boost/version.hpp>
#if BOOST_VERSION < 107600
#include <boost/geometry/strategies/agnostic/hull_graham_andrew.hpp>
#endif The call to |
When I run this code before colcon build
|
I realized that there are two boost version in my case. `
` then, also,
|
@zehranrgi Thank you for looking into it. My OS includes Boost 1.81, which generally works well, except in this specific case. I’ve downgraded to Boost 1.76 and the issue is resolved. So, nothing critical, I just want to point out that there is a dependency in the source code on particular BOOST release. |
Yes, it needs boost 1.76. But, also I am getting these errors:
|
Hi, |
Checklist
Description
I have
boost 1.81
andautoware_universe_utils
fails to compile with it.boost/geometry/strategies/agnostic/hull_graham_andrew.hpp
has been removed fromboost
starting from1.76.0
, please see https://github.com/boostorg/geometry/tree/boost-1.76.0/include/boost/geometry/strategies/agnosticMaybe find package should be written as:
Expected behavior
see description
Actual behavior
see description
Steps to reproduce
see description
Versions
No response
Possible causes
see description
Additional context
No response
The text was updated successfully, but these errors were encountered: