Okay...

What system are you running on? It seams you do not have
std::stringstream but the header <sstream>. That is odd; but it seems
you are running on exotic hardware/compiler...

If you have incompatibilities, we can see if we can (need) to ifdef
features out.

Sean

On Wed, Feb 3, 2010 at 5:59 PM, Mike Smith <smit...@ucalgary.ca> wrote:
> With this fork
>
> I can run all tests -- except as mentioned below
> However, the memory leakage tests must be missing as I don't get any
> error messages with the leakage stubs I am using
>
> ****************************
>
> For some reason -- the version of TestXmlTestReported.cpp is causing my
> system to throw a hardware exception.  Will try to trace it out
>
> Also the Test "TestExtendedStdioReporter.cpp" give me the error message
>
> "..\..\src\tests\TestExtendedStdioReporter.cpp", line 15: cc0135:  error:
>          namespace "std" has no member "stringstream"
>          std::stringstream coutStream;
>
> Any suggestions on the later -- meaning is there a global switch I
> should be throwing so that i can fake what my system is unhappy about?
>
>
> Clark Gaebel wrote:
>> Fork the github repository and send a pull request.
>>
>> http://github.com/rioki/unittest-cpp
>>
>> On 01/02/2010 11:07 PM, Mike Smith wrote:
>>
>>
>
> --
> Michael Smith Ph. D.,
> Professor, Department of Electrical and Computer Engineering.
> Adjunct Professor, Department of Radiology, University of Calgary.
> Analog Devices University Ambassador.
>
> Electrical and Computer Engineering,    Voice: (+1) 403-220-6142
> University of Calgary, Calgary,         Fax: (+1) 403-282-6855
> Alberta, Canada T2N1N4                  Email: mike.sm...@ucalgary.ca
>
> Experience can't be taught, experience can only be earned.
>
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> unittest-cpp-devel mailing list
> unittest-cpp-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel
>

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
unittest-cpp-devel mailing list
unittest-cpp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel

Reply via email to