Re: [Discuss-gnuradio] New dsp block: no constructor defined

2013-04-15 Thread LianFeier
> From: t...@trondeau.com > Date: Mon, 15 Apr 2013 17:44:55 -0400 > Subject: Re: [Discuss-gnuradio] New dsp block: no constructor defined > To: felia...@live.cn > CC: discuss-gnuradio@gnu.org > > On Mon, Apr 15, 2013 at 3:02

Re: [Discuss-gnuradio] New dsp block: no constructor defined

2013-04-15 Thread Tom Rondeau
On Mon, Apr 15, 2013 at 3:02 PM, LianFeier wrote: > > >> From: t...@trondeau.com >> Date: Mon, 15 Apr 2013 10:18:26 -0400 > >> Subject: Re: [Discuss-gnuradio] New dsp block: no constructor defined >> To: felia...@live.cn >> CC: discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] New dsp block: no constructor defined

2013-04-15 Thread LianFeier
> From: t...@trondeau.com > Date: Mon, 15 Apr 2013 10:18:26 -0400 > Subject: Re: [Discuss-gnuradio] New dsp block: no constructor defined > To: felia...@live.cn > CC: discuss-gnuradio@gnu.org > > On Fri, Apr 12, 2013 at 10:40

Re: [Discuss-gnuradio] New dsp block: no constructor defined

2013-04-15 Thread Tom Rondeau
On Fri, Apr 12, 2013 at 10:40 PM, LianFeier wrote: > >> From: t...@trondeau.com >> Date: Fri, 12 Apr 2013 19:44:26 -0400 >> Subject: Re: [Discuss-gnuradio] New dsp block: no constructor defined >> To: felia...@live.cn >

Re: [Discuss-gnuradio] New dsp block: no constructor defined

2013-04-12 Thread LianFeier
> From: t...@trondeau.com > Date: Fri, 12 Apr 2013 19:44:26 -0400 > Subject: Re: [Discuss-gnuradio] New dsp block: no constructor defined > To: felia...@live.cn > CC: discuss-gnuradio@gnu.org > > On Wed, Apr 10, 2013 at 11:10 PM, Lia

Re: [Discuss-gnuradio] New dsp block: no constructor defined

2013-04-12 Thread Tom Rondeau
On Wed, Apr 10, 2013 at 11:10 PM, LianFeier wrote: > Hi! > > I'm writing a signal processing block with gr-modtool. I've successfully > make. When I try ctest -V, I get the "No constructor defined" error. The swig > interface file which gr_modtool generates is like: > > /* -*- c++ -*- */ > > #de

[Discuss-gnuradio] New dsp block: no constructor defined

2013-04-10 Thread LianFeier
Hi! I'm writing a signal processing block with gr-modtool. I've successfully make. When I try ctest -V, I get the "No constructor defined" error. The swig interface file which gr_modtool generates is like: /* -*- c++ -*- */ #define myblock_API %include "gnuradio.i"            // the common st