ros2 / rcutils

Common C functions and data structures used in ROS 2
Apache License 2.0
58 stars 100 forks source link

add mingw support #467

Closed felixf4xu closed 5 months ago

felixf4xu commented 5 months ago

Add mingw support

Compiled with MSYS2 UCRT64 (mingw-w64-ucrt-x86_64-gcc), with this commend:

colcon build  --symlink-install --merge-install  --event-handlers console_direct+ --cmake-args -G "Ninja" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=ON -DBUILD_SHARED_LIBS=OFF --no-warn-unused-cli  --packages-select rcutils
clalancette commented 5 months ago

Can you please target this to rolling first, then we can consider backporting?

felixf4xu commented 5 months ago

Created #468 and close this one