[ros-users] [Discourse.ros.org] [general] Classifying Dependencies in package.xml

Ed Venator ros.discourse at gmail.com
Mon Jan 23 03:51:26 UTC 2017




I believe `build_export_depends` includes libraries dynamically linked by libraries you export as well as libraries included by headers you export.

It's also worth noting that for some packages, the `build_depend` key may be different from the `exec_depend` key. The most common case of this is that many system packages have a `libfoo` and `libfoo-dev` where the latter includes headers. The headers are needed to build, but not to run. Of course, not all packages have both rosdep keys declared, and there're a lot of lazy dependencies on `libfoo-dev`.






---
[Visit Topic](https://discourse.ros.org/t/classifying-dependencies-in-package-xml/1198/2) or reply to this email to respond.




More information about the ros-users mailing list