Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libmavcomm 0.25 does not compile on Debian Jessie due to using newer console bridge api #1026

Closed
tfoote opened this issue May 12, 2018 · 0 comments

Comments

@tfoote
Copy link

tfoote commented May 12, 2018

The newer version of the console bridge API is not available on Jessie.

If you want to use the new APIs it's recommended to add a header like this: https://github.com/ros/class_loader/blob/indigo-devel/include/class_loader/console_bridge_compatibility.hpp from ros/class_loader#52

http://build.ros.org/view/Kbin_djv8_dJv8/job/Kbin_djv8_dJv8__libmavconn__debian_jessie_arm64__binary/63/console

23:45:11 [ 20%] Building CXX object CMakeFiles/mavconn.dir/src/mavlink_helpers.cpp.o
23:45:11 /usr/lib/ccache/c++   -Dmavconn_EXPORTS -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -D_FORTIFY_SOURCE=2  -std=c++14 -fPIC -I/tmp/binarydeb/ros-kinetic-libmavconn-0.25.0/include -I/opt/ros/kinetic/include    -o CMakeFiles/mavconn.dir/src/mavlink_helpers.cpp.o -c /tmp/binarydeb/ros-kinetic-libmavconn-0.25.0/src/mavlink_helpers.cpp
23:45:18 /tmp/binarydeb/ros-kinetic-libmavconn-0.25.0/src/mavlink_helpers.cpp: In static member function ‘static void mavconn::MAVConnInterface::init_msg_entry()’:
23:45:18 /tmp/binarydeb/ros-kinetic-libmavconn-0.25.0/src/mavlink_helpers.cpp:30:67: error: ‘CONSOLE_BRIDGE_logDebug’ was not declared in this scope
23:45:18   CONSOLE_BRIDGE_logDebug("mavconn: Initialize message_entries map");
23:45:18          
@tfoote tfoote changed the title libmavcomm 0.25 does not compile on Debian Jessie due to using newer Consolebridge api libmavcomm 0.25 does not compile on Debian Jessie due to using newer console bridge api May 12, 2018
tfoote added a commit to ros/rosdistro that referenced this issue May 12, 2018
tfoote added a commit to ros/rosdistro that referenced this issue May 12, 2018
vooon added a commit that referenced this issue May 14, 2018
@vooon vooon closed this as completed May 14, 2018
@vooon vooon added this to the Version 0.25 milestone May 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants