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 #102

Open
kopfhanger opened this issue Sep 13, 2024 · 0 comments
Open

Boost 1.86 compatibility #102

kopfhanger opened this issue Sep 13, 2024 · 0 comments

Comments

@kopfhanger
Copy link

kopfhanger commented Sep 13, 2024

The following problems were found during the build

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]

The reason is due to boost being updated to 1.86, see link

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

No branches or pull requests

1 participant