Re: [Cppunit-devel] Problem coming with CPPUNIT when using Linux
Brought to you by:
blep
From: CppUnit d. m. l. <cpp...@li...> - 2007-02-25 12:26:18
|
Did it crash ? If so it means that there is something seriously wrong on = your platform.=20 Are you using on the gcc version with broken exception handling ? (see = http://llvm.org/docs/GettingStarted.html#brokengcc). Baptiste. ----- Original Message -----=20 From: CppUnit development mailing list=20 To: cpp...@li...=20 Sent: Thursday, January 18, 2007 12:29 PM Subject: [Cppunit-devel] Problem coming with CPPUNIT when using Linux Hi,=20 I am building the CPPUNIT on linux i have followed the following steps to build it .. STEPS 1. ./configure 2. make 3. make check 4. make install Now when i am at step 3 i.e when giving the command "make check" i am recieveing the following on my computer screen ... =20 TestResultCollectorTest::testWasSuccessfulWithErrorsAndFailures : OK TestResultCollectorTest::testWasSuccessfulWithSuccessfulTest : OK TestResultCollectorTest::testSynchronizationAddFailure : OK TestResultCollectorTest::testSynchronizationStartTest : OK=20 TestResultCollectorTest::testSynchronizationRunTests : OK TestResultCollectorTest::testSynchronizationTestErrors : OK TestResultCollectorTest::testSynchronizationTestFailures : OK TestResultCollectorTest::testSynchronizationFailures : OK=20 TestResultCollectorTest::testSynchronizationWasSuccessful : OK TestResultTest::testConstructor : OK TestResultTest::testStop : OK TestResultTest::testAddError =20 after printing the last statement here i.e " = TestResultTest::testAddError" , it does not move ahead ... and i am not = able to go to step 4 i.e "check install" I would be highly obliged if you can provide me the solution to tackle = this problem ... Regards, Gaurav Bhateja ..=20 --- Baptiste Lepilleur <bl...@us...> CppUnit maintainer OpenTest and CppUnit 2 developer. |