-
Notifications
You must be signed in to change notification settings - Fork 110
Fix windows failure #492
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 windows failure #492
Conversation
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this something that we should put in the header or in the implementation?
Seems like it could have a chance to propagate downstream in an unexpected way.
I see a similar solution in cyclonedds these errors are related with the order of inclusion between |
Pulls: #492 |
Should these defs be moved inside the |
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahcorde thanks for fixing this. honestly i did not have any idea of this, sorry.
This PR #491 is breaking CI when building
rmw_cyclonedds_cpp
, for example https://ci.ros2.org/view/nightly/job/nightly_win_rel/3379/consoleThis PR should fix this issue