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

Revision history [back]

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.

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.