由boost :: filesystem引起的编译错误

时间:2011-08-12 21:48:37

标签: boost compiler-errors

我正在Osx中编译软件并返回此错误:

/Users/luca/Software/ros-stacks/orocos_toolchain_ros/utilmm/src/configsearch/configuration_finder.cc: In static member function ‘static std::string utilmm::ConfigurationFinder::search(const std::string&, const std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)’:
  /Users/luca/Software/ros-stacks/orocos_toolchain_ros/utilmm/src/configsearch/configuration_finder.cc:56: error: ‘exists’ is not a member of ‘boost::filesystem’
  /Users/luca/Software/ros-stacks/orocos_toolchain_ros/utilmm/src/configsearch/configuration_finder.cc:58: error: ‘system_complete’ is not a member of ‘boost::filesystem’
  /Users/luca/Software/ros-stacks/orocos_toolchain_ros/utilmm/src/configsearch/configuration_finder.cc:69: error: ‘exists’ is not a member of ‘boost::filesystem’
  /Users/luca/Software/ros-stacks/orocos_toolchain_ros/utilmm/src/configsearch/configuration_finder.cc:71: error: ‘system_complete’ is not a member of ‘boost::filesystem’

有没有人知道要解决它?

我有提升@ 1.47.0_0 + debug + python26

感谢Luca

1 个答案:

答案 0 :(得分:0)

根据开发人员论坛上的this帖子,问题是您正在构建的软件中的一个错误,该错误将在后续版本中修复。