-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Various Fixes for January Rebuild on Windows #137
Conversation
Thanks a lot for looking into this @traversaro! I deleted the previous build of yaml-cpp-vendor. Unfortunately our patch does not seem to apply at the moment. |
We need a few fixes for shared library support on Windows for ros2_controllers, I will do that. |
It would be great if you could also check my hack in b0ea3c3 |
Thanks, that seems ok, the problem of ros2_controllers instead is that visibility headers are presents, but they are not used properly. |
Done in ros-controls/ros2_controllers#1039, let me transform this in patches for each package. |
Unfortunately there are still quite a few more visibility related issues:
|
I tried to fix this in 05aaac5 (see ros-controls/ros2_controllers@master...traversaro:ros2_controllers:steeringexport). However, I suspect all these ros2_controllers code was never compiled on Windows, so it may be easier for me to set the compilation locally to be able to iterate faster. |
As expected, we have a new failure exactly for the following package:
|
Fix ros-controls/ros2_control@master...traversaro:ros2_control:patch-2 . |
@Tobias-Fischer Green CI! |
Thanks so much @traversaro for all the fixes :)!!! |
Hopefully there won't be many more patches needed for the remaining packages - I'll trigger another PR as soon as these packages are built. |
Fix part of #136 backporting part of PickNikRobotics/RSL#116 .