RE: [Cppunit-devel] Compiling CPP Unit with STL Port
Brought to you by:
blep
From: Doron O. <Do...@bv...> - 2002-10-31 12:50:35
|
I compiled CppUnit 1.8.0 (Debug configuration) with STL Port 4.5. Compilation passes successfully (with warnings though), and the library operates fine. I remember having problems with the streams in STL Port 4.0, before I upgraded. I never tried STL Port 4.0 with CppUnit. Hope this helps. D. -----Original Message----- From: Richard Monteleone [mailto:Ric...@Co...] Sent: Thursday, October 31, 2002 12:36 AM To: 'cpp...@li...' Subject: [Cppunit-devel] Compiling CPP Unit with STL Port I am trying to compile CPP Unit with STL Port 4.0. It is getting confused on which strstream to use. The following failures occur when compiling the cppunit project. RepeatedTest.cpp ..\..\include\cppunit/Portability.h(60) : error C2039: 'ostringstream' : is not a member of '_STL' ..\..\include\cppunit/Portability.h(61) : error C2504: 'ostringstream' : base class undefined Any suggestions?? |