Update bindgen 0.63.0 -> 0.71.1 (#116)#118
Merged
m-dahl merged 1 commit intosequenceplanner:masterfrom Apr 17, 2025
Merged
Conversation
This fixes sequenceplanner#116 by now generating the missing primitive sequence functions. Tested to be working on Ubuntu 22.04 with ROS2 Humble and Iron.
Contributor
|
Cool. Which rust version do you use? When I'm trying this with 1.85.0, I'm getting this error: rust-lang/rust-bindgen#3149. When I downgrade bindgen to 0.70.0, as suggested in that issue, it works. |
Contributor
Author
|
Hmm, that's a bit unfortunate. $ rustc --version
rustc 1.85.1 (4eb161250 2025-03-15) |
Contributor
|
I found the source of my problem. I had to update proc-macro2 by running |
Collaborator
|
Hello. Thanks! I will merge this shortly. But then we should update again once bindgen releases a new version I guess. |
|
I've been seeing the same issue today using rust 1.85.1, upgrading to this branch fixed my issue. Thank you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bindgen
0.63.0didn't expand/include the following macros on some systems:This change fixes this by now generating the missing primitive sequence functions.
I have manually tested it to compile and work on Ubuntu 22.04 with ROS2 Humble and Iron using some simple messages.