Hi all,
When I do a ‘make check’ on ubuntu, I get an error. This seems to be a
fairly common problem (I tried searching on the lists, there were some
references to seg fault, but not the exact error I get).
I am using gcc 4.0.1, cppunit 1.10.2, and here is what I get:
======================================================================
FAIL: test_cc_2 (main.test_feval)
Traceback (most recent call last):
File “./qa_feval.py”, line 94, in test_cc_2
self.assertEqual(expected_result, actual_result)
AssertionError: ((2-1j), (4+1j), (6+3j), (8+5j)) != (0j, 0j, 0j, 0j)
I get some errors similar to the above and then this one:
Ran 8 tests in 0.002s
FAILED (failures=4)
…>>> gr_fir_ccc: using SSE
…
Is this something to worry about? (make install worked fine). I
appreciate the help.
Thanks!
Shravan