
11 Oct
2011
11 Oct
'11
5:55 p.m.
John Maddock <boost.regex <at> virgin.net> writes:
I'm still having a lot of issues with the latest Boost.Test not building:
On Win32 with Intel's 11.1 and 12.1 compilers I see:
..\..\..\boost/test/impl/execution_monitor.ipp(104): error: invalid redeclaration of type name "_invalid_parameter_handler" (declared at line 228 of "C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\stdlib.h") typedef void* _invalid_parameter_handler;
This was not changed. Is this new compiler?
And on Ubuntu Linux with gcc I see:
Probably a missing <cstdio> include?
This is resolved in trunk yesterday. Gennadiy