[/code]
and fails. Now I don't want to build with vc but it appears to assume that i would. MingGW is coming along robust and there is even now 64 bit compiling mingw capabilities.
How do I avoid this coded error without the total break (705 errors) that happens when CPPUNIT_NO_STREAM is defined?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Trying to build on Windows with MinGW and it gets into the portability.h and the /portability/stream.h which then hits
[code]
#else // CPPUNIT_HAVE_CLASS_STRSTREAM
# error Cannot define CppUnit::OStringStream.
#endif // #if defined( CPPUNIT_NO_STREAM )
[/code]
and fails. Now I don't want to build with vc but it appears to assume that i would. MingGW is coming along robust and there is even now 64 bit compiling mingw capabilities.
How do I avoid this coded error without the total break (705 errors) that happens when CPPUNIT_NO_STREAM is defined?