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
Environment: fresh conda env with python=3.9 and boost-cpp=1.82.0
OS: Ubuntu 20.04
I'm getting the following build error:
In file included from /home/.../hpp-fcl-3x/python/broadphase/broadphase.cc:60:
/home/.../hpp-fcl-3x/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();
~~~~~~~^
1 error generated.
Maybe it's just a missing include. Looking into it.
The text was updated successfully, but these errors were encountered:
hppfcl3x
python=3.9
andboost-cpp=1.82.0
I'm getting the following build error:
Maybe it's just a missing include. Looking into it.
The text was updated successfully, but these errors were encountered: