Building rosconsole_bridge on OSX fails
Hello,
when trying to build rosconsole_bridge on OSX it fails with this error:
100%] Building CXX object CMakeFiles/rosconsole_bridge.dir/src/bridge.cpp.o
/Users/tatsch/ros_catkin_ws/src/rosconsole_bridge/src/bridge.cpp:52:24: error:
no member named 'LOG_INFO' in namespace 'console_bridge'
case console_bridge::LOG_INFO:
~~~~~~~~~~~~~~~~^
/Users/tatsch/ros_catkin_ws/src/rosconsole_bridge/src/bridge.cpp:61:24: error:
no member named 'LOG_WARN' in namespace 'console_bridge'
case console_bridge::LOG_WARN:
~~~~~~~~~~~~~~~~^
/Users/tatsch/ros_catkin_ws/src/rosconsole_bridge/src/bridge.cpp:70:24: error:
no member named 'LOG_ERROR' in namespace 'console_bridge'
case console_bridge::LOG_ERROR:
~~~~~~~~~~~~~~~~^
/Users/tatsch/ros_catkin_ws/src/rosconsole_bridge/src/bridge.cpp:98:47: error:
no member named 'LOG_DEBUG' in namespace 'console_bridge'
console_bridge::setLogLevel(console_bridge::LOG_DEBUG);
~~~~~~~~~~~~~~~~^
4 errors generated.
Does anyone already have a solution or a suggestion how to solve this?
@Dirk Thomas is this related to the backport to groovy?
This appears to be an issue on all platforms: http://jenkins.willowgarage.com:8080/view/GbinP32/job/ros-groovy-rosconsole-bridge_binarydeb_precise_i386/64/console
@J.M.T. we are working on fixing the issue, if you want to work around it you can use an older version of
console_bridge
, but it is probably best to just wait for us to releaserosconsolse_bridge
(it will happen shortly) and then update your version orrosconsolse_bridge
when we do.