ros / roscpp_core

ros distribution sandbox
89 stars 116 forks source link

Fix deprecated logError macros. #69

Closed mikepurvis closed 7 years ago

mikepurvis commented 7 years ago

See: https://github.com/ros/console_bridge/blob/master/include/console_bridge/console.h#L68-L90

dirk-thomas commented 7 years ago

Thanks.

dirk-thomas commented 7 years ago

@mikepurvis This fails to build on Debian Jessie: http://build.ros.org/job/Kbin_dj_dJ64__cpp_common__debian_jessie_amd64__binary/7/

Can you please create a pull request which conditionally defines those macros if they don't exist. I will have to make another release into Kinetic then. Thank you.

mikepurvis commented 7 years ago

Oh, I didn't realise Jessie was a supported platform for Kinetic. Will fix.