Skip to content
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

use rosidl_runtime_c instead of generator #21

Closed
Karsten1987 opened this issue Apr 13, 2020 · 0 comments · Fixed by #22
Closed

use rosidl_runtime_c instead of generator #21

Karsten1987 opened this issue Apr 13, 2020 · 0 comments · Fixed by #22
Labels
bug Something isn't working

Comments

@Karsten1987
Copy link
Collaborator

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
  ---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant