We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the current master is broken due to the changes introduced in here: ros2/rosidl#456
-- Build files have been written to: /home/runner/work/rmw_iceoryx/rmw_iceoryx/ros_ws/build/rmw_iceoryx_cpp Scanning dependencies of target rmw_iceoryx_name_conversion [ 2%] Building CXX object CMakeFiles/rmw_iceoryx_name_conversion.dir/src/internal/iceoryx_name_conversion.cpp.o /home/runner/work/rmw_iceoryx/rmw_iceoryx/ros_ws/src/rmw_iceoryx/rmw_iceoryx_cpp/src/internal/iceoryx_name_conversion.cpp:22:10: fatal error: rosidl_generator_c/primitives_sequence.h: No such file or directory #include "rosidl_generator_c/primitives_sequence.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. CMakeFiles/rmw_iceoryx_name_conversion.dir/build.make:62: recipe for target 'CMakeFiles/rmw_iceoryx_name_conversion.dir/src/internal/iceoryx_name_conversion.cpp.o' failed make[2]: *** [CMakeFiles/rmw_iceoryx_name_conversion.dir/src/internal/iceoryx_name_conversion.cpp.o] Error 1 CMakeFiles/Makefile2:131: recipe for target 'CMakeFiles/rmw_iceoryx_name_conversion.dir/all' failed make[1]: *** [CMakeFiles/rmw_iceoryx_name_conversion.dir/all] Error 2 make: *** [all] Error 2 Makefile:140: recipe for target 'all' failed ---
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
the current master is broken due to the changes introduced in here: ros2/rosidl#456
The text was updated successfully, but these errors were encountered: