17 May
2009
17 May
'09
7:16 a.m.
Gevorg Voskanyan wrote:
Thanks for the followup. With this change it failed to compile with BOOST_TEST_IGNORE_SIGCHLD defined, as signal_action has no default constructor. I guess the definition of m_CHLD_action should be wrapped with #ifndef BOOST_TEST_IGNORE_SIGCHLD as well. After this modification the compilation went successful with -DBOOST_TEST_IGNORE_SIGCHLD, and my original problem disappeared too. Thanks again.
Should work now. Gennadiy