On Sun, 2006-12-03 at 01:08 -0600, Shravan Rayanchu wrote: > Is it because of the 'make check' failure?
> > 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) This is a known issue with the trunk code and SWIG versions < 1.3.31. There is no fix other than to upgrade your SWIG and recompile. Ubuntu 6.10 only comes with 1.3.28 so you'll have to do a source installation from swig.org. It's pretty painless. -- Johnathan Corgan, AE6HO Corgan Enterprises LLC [EMAIL PROTECTED] _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
