--- modules/ts/src/ts.cpp.orig Tue Feb 7 21:49:35 2012 +++ modules/ts/src/ts.cpp Tue Feb 7 21:51:00 2012 @@ -552,7 +552,7 @@ for( int i = 0; i < MAX_IDX; i++ ) if( (streams & (1 << i)) ) { - output_buf[i] += std::string(str); + output_buf[i] += string(str); // in the new GTest-based framework we do not use // any output files (except for the automatically generated xml report). // if a test fails, all the buffers are printed, so we do not want to duplicate the information and