Problem with new signal processing block

Hello,

I got this error when I did the last make check comand, trying to test a
new
signal processing block:

File “/usr/lib/python2.6/unittest.
py”, line 457, in run
for test in self._tests:

TypeError: in method ‘delete_gr_basic_block_sptr’, argument 1 of type
‘boost::shared_ptr< gr_basic_block > *’

Does anyone know how to fix it?

Thanks,

On Tue, May 31, 2011 at 5:02 PM, Felipe F. [email protected]
wrote:

‘boost::shared_ptr< gr_basic_block > *’

Does anyone know how to fix it?

Thanks,

Felipe F.
Electrical Engineering Undergraduate
Universidade Federal de Campina Grande - Brazil

That’s unfamiliar to me, but strikes me as a syntax error in your code.
You’re probably going to have to provide more details.

Tom

I was just trying to execute tem example How to Square, available at
gr-howto-write-a-block-3.3.0.tar.gz.
When I use the make check command, It fails.

2011/5/31 Tom R. [email protected]

On Mon, Jun 6, 2011 at 3:52 PM, Felipe F. [email protected]
wrote:

I was just trying to execute tem example How to Square, available at
gr-howto-write-a-block-3.3.0.tar.gz.
When I use the make check command, It fails.

What version of GNU Radio are you using? Make sure you don’t have
multiple
conflicting versions (say in both /usr and /usr/local).

Without more detail, that’s the best explanation I can think of.

Tom