2011-08-12 11 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'を持っていますか? Boostの正しいインストールが見つかるようにビルド環境が設定されていますか? – ildjarn

答えて

0

開発者のフォーラムでthisポストによると、問題が修正されます、あなたがそれを構築しているソフトウェアのバグですそれ以降のリリースでは

+0

はいわかっています。しかし、私は解決策を見つけることを試みている:) – Maverik