discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] swig error in compile, gr-atsc stuff


From: Charles Swiger
Subject: Re: [Discuss-gnuradio] swig error in compile, gr-atsc stuff
Date: Wed, 19 Apr 2006 11:36:30 -0400

On Tue, 2006-04-18 at 17:00 -0400, Charles Swiger wrote:
> Gang - Wonder if any of the block writing wizards could take a gander
> at this and spot why the blocks compile, but error out on the - I don't
> even know what you call it - the swig file? 
> 
> atsc.cc:2178: error: `atsc_ds_to_softds_sptr' was not declared in this
> scope                                               <---- OH NO!!!!
> atsc.cc:2179: error: expected `,' or `;' before '{' token
> 

Found it -



 * Boston, MA 02111-1307, USA.
 */
#ifndef INCLUDED_ATSC_RS_ENCODER_H
#define INCLUDED_ATSC_RS_ENCODER_H       <------ D'oh!!!

#include <gr_sync_block.h>
#include <atsc_types.h>

class atsc_ds_to_softds;
typedef boost::shared_ptr<atsc_ds_to_softds> atsc_ds_to_softds_sptr;


ALL compiles ok now ;))

--Chuck






reply via email to

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