-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
building some package depending on rclrs = "0.6.0" results on unmet dependencies on example_interfaces.
= note: some arguments are omitted. use `--verbose` to show all linker arguments
= note: rust-lld: error: unable to find library -lexample_interfaces__rosidl_typesupport_c
rust-lld: error: unable to find library -lexample_interfaces__rosidl_generator_c
rust-lld: error: unable to find library -lexample_interfaces__rosidl_typesupport_cA way around this is to declare them in my package:
[dependencies]
rclrs = "0.6.0"
example_interfaces = "*" # undeclared dep of rclrs
test_msgs = "*" # undeclared dep of rclrsSince these changes were made at 75cd88e#diff-2f8219e965041e968786c959ba3d4469dcdc468c5f17502dffd2054e81a886a6L42-L45 , maybe @esteve you have some idea? Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels