> "Cannot define CppUnit::OstringStream"
I have no promblem to compile cppunit 1.12.0 on Cygwin.
Check the following file :
cppunit-1.12.0/include/cppunit/config-auto.h
At the line 67, I have :
/* define if the compiler has stringstream */
#ifndef CPPUNIT_HAVE_SSTREAM
#define CPPUNIT_HAVE_SSTREAM 1
#endif
And you ?
Vincent.
|