Re: [Discuss-gnuradio] New Block execution error

2012-03-01 Thread Tom Rondeau
On Thu, Mar 1, 2012 at 6:17 PM, André Selva wrote: > The destructor was my problem! > > Thank you! Glad I could help. Tom > 2012/3/1 Tom Rondeau > >> On Thu, Mar 1, 2012 at 11:50 AM, André Selva wrote: >> >>> My files are attached. Everyone is correctly referenced in the >>> Makefiles. >>

Re: [Discuss-gnuradio] New Block execution error

2012-03-01 Thread André Selva
The destructor was my problem! Thank you! 2012/3/1 Tom Rondeau > On Thu, Mar 1, 2012 at 11:50 AM, André Selva wrote: > >> My files are attached. Everyone is correctly referenced in the Makefiles. > > > A couple of things. First, in the make function, you want to return: > > return gnuradio

Re: [Discuss-gnuradio] New Block execution error

2012-03-01 Thread Tom Rondeau
On Thu, Mar 1, 2012 at 11:50 AM, André Selva wrote: > My files are attached. Everyone is correctly referenced in the Makefiles. A couple of things. First, in the make function, you want to return: return gnuradio::get_initial_sptr (new gr_my_divisorcamadas_ff ()); This is to make sure th

Re: [Discuss-gnuradio] New Block execution error

2012-03-01 Thread André Selva
My files are attached. Everyone is correctly referenced in the Makefiles. 2012/3/1 Tom Rondeau > On Thu, Mar 1, 2012 at 11:20 AM, André Selva wrote: > >> I'm using autotools. And I checked many times, and all the Makefiles are >> updated correctly with the new block's information. >> >> One st

Re: [Discuss-gnuradio] New Block execution error

2012-03-01 Thread Tom Rondeau
On Thu, Mar 1, 2012 at 11:20 AM, André Selva wrote: > I'm using autotools. And I checked many times, and all the Makefiles are > updated correctly with the new block's information. > > One strange point is that even if I delete all the references from the > block from all the Makefiles, the probl

Re: [Discuss-gnuradio] New Block execution error

2012-03-01 Thread André Selva
I'm using autotools. And I checked many times, and all the Makefiles are updated correctly with the new block's information. One strange point is that even if I delete all the references from the block from all the Makefiles, the problem still persist. Att, 2012/2/29 Tom Rondeau > On Wed, Fe

Re: [Discuss-gnuradio] New Block execution error

2012-02-29 Thread Tom Rondeau
On Wed, Feb 29, 2012 at 5:26 PM, André Selva wrote: > Hi! > > I develop a new block to my own library (called gr_my_divisorcamadas_ff) . > The compilation runs successfully, but when I execute a flow graph with any > block from the library, I got the following message: > > Traceback (most recent