ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This is an issue with the changeover from boost::filesystem v2 to v3; a wide variety of stuff breaks. Find the file that include <boost filesystem.hpp=""> and add #define BOOST_FILESYSTEM_VERSION 2 immediately beforehand.
2 | No.2 Revision |
This is an issue with the changeover from boost::filesystem v2 to v3; a wide variety of stuff breaks. Find the file that include <boost filesystem.hpp=""> has #include <boost/filesystem.hpp>
and add #define BOOST_FILESYSTEM_VERSION
2 2 immediately beforehand.