You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build hpp-fcl for Boost 1.82 in Homebrew we got the following error:
In file included from /tmp/hpp-fcl-20230507-45114-cgp1d1/hpp-fcl-2.3.2/python/broadphase/broadphase.cc:60:
/tmp/hpp-fcl-20230507-45114-cgp1d1/hpp-fcl-2.3.2/python/broadphase/broadphase_collision_manager.hh:217:37: error: no member named 'typeindex' in namespace 'boost'
std::string class_name = boost::typeindex::type_id<Derived>().pretty_name();
~~~~~~~^
/tmp/hpp-fcl-20230507-45114-cgp1d1/hpp-fcl-2.3.2/python/broadphase/broadphase_collision_manager.hh:217:56: error: 'Derived' does not refer to a value
std::string class_name = boost::typeindex::type_id<Derived>().pretty_name();
^
/tmp/hpp-fcl-20230507-45114-cgp1d1/hpp-fcl-2.3.2/python/broadphase/broadphase_collision_manager.hh:215:22: note: declared here
template <typename Derived>
^
/tmp/hpp-fcl-20230507-45114-cgp1d1/hpp-fcl-2.3.2/python/broadphase/broadphase_collision_manager.hh:217:65: error: expected expression
std::string class_name = boost::typeindex::type_id<Derived>().pretty_name();
^
When trying to build hpp-fcl for Boost 1.82 in Homebrew we got the following error:
Which seems to be caused by https://github.com/humanoid-path-planner/hpp-fcl/blob/devel/python/broadphase/broadphase_collision_manager.hh#L215-L225
The text was updated successfully, but these errors were encountered: