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
{{ message }}
This repository was archived by the owner on Feb 3, 2025. It is now read-only.
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
Environment
gazebo11
branch as of 291ab64Description
Steps to reproduce
Output
The
branch_path
method had been deprecated and is now removed:https://build.osrfoundation.org/job/gazebo-ci-gazebo11-homebrew-amd64/204/clang/fileName.1462497174/
The text was updated successfully, but these errors were encountered: