Boost Processがまだリリースされていませんが、Boost Processを使用したいです。やった
svn co svn://svn.boost.org/svn/boost/sandbox/process/ boost-process
boost-process
パス ( -I
)を含めるために追加されました#included
<boost/process.hpp>
が、コンパイルfilesystem_error
は定義されていないと文句を言います:
boost-process/boost/process/operations.hpp: In function ‘std::string boost::process::find_executable_in_path(const string&, std::string)’:
boost-process/boost/process/operations.hpp:85:36: error: ‘filesystem_error’ is not a member of ‘boost::filesystem3’
In file included from boost-process/boost/process.hpp:42:0,
from tests/../fio.hpp:22,
from tests/t_histogram.cpp:18:
boost-process/boost/process/operations.hpp:130:32: error: ‘filesystem_error’ is not a member of ‘boost::filesystem3’
名前空間をに変更しようとしましboost::filesystem3
たが、同じ結果になりました。
の定義filesystem_error
は
class BOOST_SYMBOL_VISIBLE filesystem_error : public system::system_error
BOOST_SYMBOL_VISIBLE
隠してる?