0
我編譯在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 +調試+ python26
由於盧卡
您安裝了什麼版本的Boost? – ildjarn
@ildjarn boost @ 1.47.0_0 + debug + python26謝謝 – Maverik
是configuration_finder.cc你的代碼嗎?它有適當的'#include's嗎?您的編譯環境是否已設置,以便找到正確的Boost安裝? – ildjarn