osrf / auto-abi-checker

Tool designed to facilitate the run the great ABI compliance checker by supporting easy inputs and no configuration files
Apache License 2.0
5 stars 4 forks source link

rmw_connext requires special paths and defines #18

Closed j-rivero closed 4 years ago

j-rivero commented 4 years ago

I needed to add this options to be able to compile it correctly. The must be ported to the tool and released:

-I/opt/ros/foxy/include -I/opt/rti.com/rti_connext_dds-5.3.1/include/ -I/opt/rti.com/rti_connext_dds-5.3.1/include/ndds -DRTI_UNIX

j-rivero commented 4 years ago

Fixed by https://github.com/osrf/auto-abi-checker/pull/20