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

Fix build with graphviz 10.0 #3373

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Conversation

scpeters
Copy link
Member

🦟 Bug fix

Fixes #3372.

Summary

The TRUE macro has been removed in graphviz 10.0, which was recently released in homebrew-core. The fix is to replace TRUE with 1.

To test: verify that the homebrew build compiles successfully.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

Replace TRUE with 1, since the TRUE macro has been removed.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
@scpeters scpeters merged commit 3a9efee into gazebo11 Feb 21, 2024
8 of 10 checks passed
@scpeters scpeters deleted the scpeters/fix_build_graphviz10 branch February 21, 2024 08:40
2001herne added a commit to 2001herne/gazebo-arch that referenced this pull request Mar 4, 2024
2001herne added a commit to 2001herne/gazebo-arch that referenced this pull request Mar 5, 2024
2001herne added a commit to 2001herne/gazebo-arch that referenced this pull request Mar 5, 2024
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.

Gazebo fails to compile against graphviz 10.0
2 participants