discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Build fails after latest update from cvs today


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Build fails after latest update from cvs today
Date: Wed, 23 Feb 2005 21:12:12 -0800
User-agent: Mutt/1.5.6i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]