Skip to content
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

[hppfcl3x] Boost type index not found #400

Closed
stephane-caron opened this issue Apr 20, 2023 · 1 comment · Fixed by #418
Closed

[hppfcl3x] Boost type index not found #400

stephane-caron opened this issue Apr 20, 2023 · 1 comment · Fixed by #418

Comments

@stephane-caron
Copy link
Contributor

stephane-caron commented Apr 20, 2023

  • Branch: hppfcl3x
  • 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.

@jcarpent
Copy link
Member

Solved via #401

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants