On Wed, Feb 23, 2005 at 06:45:20PM -0600, Meenal wrote: > Build fails in gnuradio-core during run_tests as follows > Meenal > > ........ > ---------------------------------------------------------------------- > Ran 1 test in 0.019s > > OK > EEEEE > ====================================================================== > ERROR: test_100 (__main__.test_message) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "./qa_message.py", line 38, in setUp > self.msgq = gr.msg_queue () > AttributeError: 'module' object has no attribute 'msg_queue' >
I just checked it out from scratch and it builds OK for me. Did you $ ./bootstrap && ./configure --enable-maintainer-mode after updating? You shouldn't have to, but you might try $ cd gnuradio-core/src/lib/swig $ make clean $ cd ../../.. $ make Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
