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




_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to