ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Building rosconsole_bridge on OSX fails

asked 2013-06-11 20:14:46 -0500

J.M.T. gravatar image

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?

edit retag flag offensive close merge delete

Comments

@Dirk Thomas is this related to the backport to groovy?

William gravatar image William  ( 2013-06-11 20:18:03 -0500 )edit

@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 release rosconsolse_bridge (it will happen shortly) and then update your version or rosconsolse_bridge when we do.

William gravatar image William  ( 2013-06-12 07:20:09 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-06-12 08:07:37 -0500

Dirk Thomas gravatar image

I just released rosconsole_bridge 0.2.7 into Groovy. That will fix the build issue. Sorry for the inconvenience.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-06-11 20:14:46 -0500

Seen: 230 times

Last updated: Jun 12 '13