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

gazebo11.14.0 fails to build against boost 1.85.0 #3385

Closed
scpeters opened this issue May 10, 2024 · 1 comment · Fixed by #3386
Closed

gazebo11.14.0 fails to build against boost 1.85.0 #3385

scpeters opened this issue May 10, 2024 · 1 comment · Fixed by #3386
Labels
bug Something isn't working

Comments

@scpeters
Copy link
Member

Environment

  • OS Version: macOS: 12.6.6-x86_64
  • Source or binary build? source build of gazebo11 branch as of 291ab64

Description

Steps to reproduce

  1. Build from source on macOS with boost 1.85.0 from homebrew or run https://build.osrfoundation.org/job/gazebo-ci-gazebo11-homebrew-amd64

Output

Build Status https://build.osrfoundation.org/job/gazebo-ci-gazebo11-homebrew-amd64/205/

gazebo/common/Console.cc:224:34: error: no member named 'branch_path' in 'boost::filesystem::path'
    this->logDirectory = logPath.branch_path().string();
                         ~~~~~~~ ^
1 error generated.

The branch_path method had been deprecated and is now removed:

'branch_path' is deprecated: Use path::parent_path() instead

https://build.osrfoundation.org/job/gazebo-ci-gazebo11-homebrew-amd64/204/clang/fileName.1462497174/

@scpeters scpeters added the bug Something isn't working label May 10, 2024
@scpeters
Copy link
Member Author

should be an easy fix: #3386

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant