discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Error while compiling a processing block


From: Francesco B.
Subject: Re: [Discuss-gnuradio] Error while compiling a processing block
Date: Fri, 31 Oct 2008 22:44:42 -0700 (PDT)

Made those changes after your first post, but they hadn't taken effect
because I forgot to delete all the generated files from the last make. It
compiles, passes testing, and installs now. :)

~ Francesco


Karthik Vijayraghavan wrote:
> 
> Change it as below
> 
> GR_SWIG_BLOCK_MAGIC(randsig,source_ff);
> 
> randsig_source_ff_sptr randsig_make_source_ff (double sampling_freq);
> 
> class randsig_source_ff : public gr_block
> {
> private:
>   randsig_source_ff (double sampling_freq);
> };
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Error-while-compiling-a-processing-block-tp20267377p20277759.html
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

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