I'm having a issue with the cppuint framework libray version 1.12.1.

 I'm just trying to run a very simple example.

 It compiles but crashes with the error "Aborted (core dumped)".

 [J@WN]$g++ -o test MoneyTest.h MoneyTest.cpp MoneyApp.cpp -lcppunit -ldl
 [J@WN]$./test.exe
 Aborted (core dumped)
 [J@WN:]$cppunit-config --version
 1.12.1

 Code is attached (very simple example)

 If i change the Assert line

 From
     CPPUNIT_ASSERT_EQUAL( 0, 0);
 To
     CPPUNIT_ASSERT_EQUAL( 1, 0);

 It runs fine.


I tried to attach the code, but it doesn't seem to be getting through to the 
list.


 Thanks,

 -J
                                          

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to