Skip to content

example_interfaces undeclared dep of rclrs? #557

@nzlz

Description

@nzlz

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_c

A 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 rclrs

Since these changes were made at 75cd88e#diff-2f8219e965041e968786c959ba3d4469dcdc468c5f17502dffd2054e81a886a6L42-L45 , maybe @esteve you have some idea? Thanks

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions