mit-ros-pkg on groovy
hi, this is the error message i got when i rosmake skeletal_tracker
/opt/ros/groovy/include/ros/publisher.h:112: undefined reference to `ros::console::print(ros::console::FilterBase*, log4cxx::Logger*, ros::console::levels::Level, char const*, int, char const*, char const*, ...)'
/opt/ros/groovy/include/ros/publisher.h:112: undefined reference to `ros::console::setLogLocationLevel(ros::console::LogLocation*, ros::console::levels::Level)'
/opt/ros/groovy/include/ros/publisher.h:112: undefined reference to `ros::console::checkLogLocationEnabled(ros::console::LogLocation*)'
/opt/ros/groovy/include/ros/publisher.h:112: undefined reference to `ros::console::initializeLogLocation(ros::console::LogLocation*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, ros::console::levels::Level)'
/opt/ros/groovy/include/ros/publisher.h:112: undefined reference to `ros::console::initialize()'
/opt/ros/groovy/include/ros/publisher.h:112: undefined reference to `ros::console::print(ros::console::FilterBase*, log4cxx::Logger*, ros::console::levels::Level, char const*, int, char const*, char const*, ...)'
/opt/ros/groovy/include/ros/publisher.h:112: undefined reference to `ros::console::setLogLocationLevel(ros::console::LogLocation*, ros::console::levels::Level)'
/opt/ros/groovy/include/ros/publisher.h:112: undefined reference to `ros::console::checkLogLocationEnabled(ros::console::LogLocation*)'
/opt/ros/groovy/include/ros/publisher.h:112: undefined reference to `ros::console::print(ros::console::FilterBase*, log4cxx::Logger*, ros::console::levels::Level, char const*, int, char const*, char const*, ...)'
/opt/ros/groovy/include/ros/publisher.h:112: undefined reference to `ros::console::setLogLocationLevel(ros::console::LogLocation*, ros::console::levels::Level)'
/opt/ros/groovy/include/ros/publisher.h:112: undefined reference to `ros::console::checkLogLocationEnabled(ros::console::LogLocation*)'
/opt/ros/groovy/include/ros/publisher.h:102: undefined reference to `ros::console::initializeLogLocation(ros::console::LogLocation*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, ros::console::levels::Level)'
/opt/ros/groovy/include/ros/publisher.h:102: undefined reference to `ros::console::setLogLocationLevel(ros::console::LogLocation*, ros::console::levels::Level)'
/opt/ros/groovy/include/ros/publisher.h:102: undefined reference to `ros::console::checkLogLocationEnabled(ros::console::LogLocation*)'
CMakeFiles/tracker.dir/src/main.cpp.o: In function `ros::Publisher ros::NodeHandle::advertise<mapping_msgs::PolygonalMap_<std::allocator<void> > >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, bool)':
/opt/ros/groovy/include/ros/node_handle.h:241: undefined reference to `ros::NodeHandle::advertise(ros::AdvertiseOptions&)'
CMakeFiles/tracker.dir/src/main.cpp.o: In function `ros::Publisher ros::NodeHandle::advertise<body_msgs::Skeletons_<std::allocator<void> > >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, bool)':
/opt/ros/groovy/include/ros/node_handle.h:241: undefined reference to `ros::NodeHandle::advertise(ros::AdvertiseOptions&)'
CMakeFiles/tracker.dir/src/main.cpp.o: In function `main':
/home/chao/catkin_ws/kinect_demos/mit-ros-pkg/kinect_utils/skeletal_tracker/src/main.cpp:372: undefined reference to `ros::init(int&, char**, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int)'
/home/chao/catkin_ws/kinect_demos/mit-ros-pkg/kinect_utils/skeletal_tracker/src/main.cpp:373: undefined reference to `ros::NodeHandle::NodeHandle(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::map<std::basic_string<char, std::char_traits ...
Did you manage to get the MIT KinectDemos working on ROS Indigo ?