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

Patch 1 #1844

Merged
merged 2 commits into from
Dec 11, 2024
Merged

Patch 1 #1844

merged 2 commits into from
Dec 11, 2024

Conversation

akazxd
Copy link
Contributor

@akazxd akazxd commented Dec 11, 2024

boost::filesystem::extension was deprecated in Boost 1.77 and removed in 1.85
https://www.boost.org/doc/libs/1_87_0_beta1/libs/filesystem/doc/release_history.html

The alternative, calling the member function extension() on path works on Noetic too.

fs::extension error
fs::extension error
@rhaschke
Copy link
Contributor

Which version of boost are you using? Which Ubuntu release provides that version as a default?

@akazxd
Copy link
Contributor Author

akazxd commented Dec 11, 2024

using boost 1.86, on Arch linux. I was trying to build from AUR.

@rhaschke rhaschke merged commit 250c0c2 into ros-visualization:noetic-devel Dec 11, 2024
8 of 9 checks passed
@rhaschke
Copy link
Contributor

Thanks!

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