2011-08-12 135 views
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

由於盧卡

+0

您安裝了什麼版本的Boost? – ildjarn

+0

@ildjarn boost @ 1.47.0_0 + debug + python26謝謝 – Maverik

+0

是configuration_finder.cc你的代碼嗎?它有適當的'#include's嗎?您的編譯環境是否已設置,以便找到正確的Boost安裝? – ildjarn

回答

0

this後對開發商的論壇,這個問題是你正在構建的軟件錯誤會被修正在後續版本中。

+0

是的,我知道。但我試圖找到解決方案:) – Maverik