-
Notifications
You must be signed in to change notification settings - Fork 31
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
Downstream packages may have ABI issues if GZ_*_VERSION_NAMESPACE is not defined #412
Open
4 tasks done
Labels
bug
Something isn't working
Comments
This was referenced Feb 6, 2024
scpeters
added a commit
to gazebosim/gz-gui
that referenced
this issue
Feb 16, 2024
Part of gazebosim/gz-cmake#412. Signed-off-by: Steve Peters <[email protected]>
8 tasks
scpeters
added a commit
to gazebosim/gz-launch
that referenced
this issue
Feb 16, 2024
Part of gazebosim/gz-cmake#412. Signed-off-by: Steve Peters <[email protected]>
8 tasks
scpeters
added a commit
to gazebosim/gz-msgs
that referenced
this issue
Feb 16, 2024
This includes gz/msgs/config.hh wherever the GZ_MSGS_VERSION_NAMESPACE macro is used in order to provide the macro definition. Part of gazebosim/gz-cmake#412. Signed-off-by: Steve Peters <[email protected]>
8 tasks
mjcarroll
pushed a commit
to gazebosim/gz-msgs
that referenced
this issue
Feb 20, 2024
This includes gz/msgs/config.hh wherever the GZ_MSGS_VERSION_NAMESPACE macro is used in order to provide the macro definition. Part of gazebosim/gz-cmake#412. Signed-off-by: Steve Peters <[email protected]>
mjcarroll
pushed a commit
to gazebosim/gz-gui
that referenced
this issue
Feb 20, 2024
Part of gazebosim/gz-cmake#412. Signed-off-by: Steve Peters <[email protected]>
I believe all our packages are now fixed on @j-rivero did you have thoughts on how to write a test to avoid regressions of this in the future? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Description
GZ_*_VERSION_NAMESPACE
macro should be defined in theconfig.hh.in
file for each packageFixes needed on main
Output
I have several
gz-*
packages installed on my macOS laptop, and gripping forVERSION_NAMESPACE
in the output ofnm
shows that this macro definition is missing for several packages:The text was updated successfully, but these errors were encountered: