discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Re: [Discuss-gnuradio] Information on ticket:181 and invitation to h


From: Eric Blossom
Subject: Re: Re: [Discuss-gnuradio] Information on ticket:181 and invitation to help (long)
Date: Tue, 5 Feb 2008 07:28:14 -0800
User-agent: Mutt/1.5.17 (2007-11-01)

On Mon, Feb 04, 2008 at 11:47:57PM -0800, Firas A. wrote:
> 
> Hi,
> 
> > Jonhathan wrote :
> >
> > Please only post to the list if the problem continues even after using
> > trunk revision >= 7461; we're looking for exceptions at this point.
> 
> As with r7554, GNU Radio still have the swig problem with top_block(). The
> flow_graph does not have this problem. I'm using Ubuntu 7.10, on P4 system.
> Here is my tests :

Did you do a "make install" before running this?

Eric


> ====================================================
> address@hidden:~$ python
> Python 2.5.1 (r251:54863, Oct  5 2007, 13:36:32) 
> [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from gnuradio import gr
> >>> tb = gr.top_block()
> >>> tb.start ()
> >>> tb.stop ()
> >>> tb.start ()
> terminate called after throwing an instance of 'std::runtime_error'
>   what():  already running
> Aborted
> 




reply via email to

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