13 May
2009
13 May
'09
10:38 a.m.
Gennadiy Rozental wrote:
I've checked in a bit different fix.
The env. var name is BOOST_TEST_IGNORE_SIGCHLD
Gennadiy
Hi Gennadiy, 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. Best Regards, Gevorg