You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows builds seem to miss the file sys/wait.h, resulting in builds of the package osrf_testing_tools_cpp (see, this PR for example) to fail. osrf_testing_tools_cpp builds without this issue in my local Windows 10 setup.
Expected Behavior
Setup provides all required files to build ROS 2 packages on Windows 10.
Actual Behavior
Build of ROS 2 package osrf_testing_tools_cpp fails on Windows 10 with:
fatal error C1083: Cannot open include file: 'sys/wait.h': No such file or directory [D:\a\system_modes\system_modes\ros_ws\build\osrf_testing_tools_cpp\src\test_runner\test_runner.vcxproj]
---Failed <<< osrf_testing_tools_cpp
To Reproduce
Enable ros-tooling actions for a ROS 2 package that depends on osrf_testing_tools_cpp
Description
Windows builds seem to miss the file
sys/wait.h
, resulting in builds of the packageosrf_testing_tools_cpp
(see, this PR for example) to fail.osrf_testing_tools_cpp
builds without this issue in my local Windows 10 setup.Expected Behavior
Setup provides all required files to build ROS 2 packages on Windows 10.
Actual Behavior
Build of ROS 2 package
osrf_testing_tools_cpp
fails on Windows 10 with:To Reproduce
osrf_testing_tools_cpp
ros-tooling/setup-ros
andros-tooling/action-ros-ci
(ros-tooling/[email protected]
andros-tooling/[email protected]
in my repo)windows-latest
System
windows-latest
foxy
The text was updated successfully, but these errors were encountered: