On Fri, 14 Sep 2012 12:47:39 +0200, Ronan Trépos
I'm trying to compile start_child example of Boost.Process with this configuration:
Windows 64 bits MinGW g++ 4.6.2 boost_1-51 Boost.Process 0.5
And I have this error:
error: no matching function for call to 'boost::system::system_error::system_error(DWORD, const boost::system::error_category& (&)(), const char [54])' note: candidates are: boost::system::system_error::system_error(int, const boost::system::error_category&, const char*) ...
This difficulty was mentioned on the list "[Boost-users] [Process] Can't build example" at date 12/4/10.
what example are you trying to build exactly? Is it a file in the libs/process/example directory of Boost.Process 0.5? I'm also a bit confused as you mention a message from 12/4/10. Even if the 12 refers to 2012, Boost.Process 0.5 exists only since 18 August? Boris
[...]