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 the build on Noble #47

Merged
merged 2 commits into from
May 27, 2024
Merged

Conversation

clalancette
Copy link

There are 3 fixes in here:

  1. Make sure to #include <cstdint> as necessary.
  2. Switch to using rosidl_get_typesupport_target, which is our modern way of doing things.
  3. Make sure to move lock initialization before m_com initialization to resolve a warning.

This should fix #46

@clalancette clalancette changed the base branch from master to run_on_buildfarm May 24, 2024 12:44
Since it depends on it.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
The latter depends on the former.  This resolves a warning
when building with modern GCC.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@clalancette clalancette force-pushed the clalancette/fix-build-on-noble branch from 4d95445 to 629d3d8 Compare May 24, 2024 12:46
@clalancette
Copy link
Author

@clalancette clalancette merged commit be9c217 into run_on_buildfarm May 27, 2024
1 check passed
@delete-merged-branch delete-merged-branch bot deleted the clalancette/fix-build-on-noble branch May 27, 2024 21:30
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.

🧑‍🌾 Rolling and Jazzy performance jobs failing
2 participants