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

Boost 1.86 compatibility #3397

Merged
merged 1 commit into from
Aug 25, 2024
Merged

Conversation

Tobias-Fischer
Copy link
Contributor

Fix:

In file included from $SRC_DIR/gazebo/common/BVHLoader.cc:27:
$SRC_DIR/gazebo/common/CommonIface.hh: In function 'std::string gazebo::common::get_sha1(const T&)':
$SRC_DIR/gazebo/common/CommonIface.hh:244:21: error: cannot convert 'unsigned int [5]' to 'unsigned char (&)[20]'
  244 |     sha1.get_digest(hash);
      |                     ^~~~
      |                     |
      |                     unsigned int [5]

Signed-off-by: Tobias Fischer <[email protected]>
@scpeters
Copy link
Member

thanks for the quick fix! it looks like it works with the version of boost in 20.04 as well. I'll merge after CI finishes

@scpeters scpeters merged commit 15cc7ad into gazebosim:gazebo11 Aug 25, 2024
9 of 11 checks passed
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 this pull request may close these issues.

2 participants