Make check errors in writing a new signal processing block

Hi
While testing a new signal processing block, i made a new cube_ff block.
changed my howto.i, Makefile, Makefile.am, Makefile.in files. I am stuck
at
this error. I have no clue how do i proceed further. Please let me know
if
any of you had faced this error before and got over it

natasha-devroyes-macbook-pro-3:gr-cube devroye$ make check
Making check in config
make[1]: Nothing to be done for check'. Making check in src Making check in lib make check-am make[3]: Nothing to be done for check-am’.
Making check in python
make check-TESTS
Traceback (most recent call last):
File “./qa_howto.py”, line 25, in
from gnuradio import howto
File “/opt/gnuradio/lib/python2.5/site-packages/gnuradio/howto.py”,
line
220, in
class howto_cube_ff_sptr(object):
File “/opt/gnuradio/lib/python2.5/site-packages/gnuradio/howto.py”,
line
236, in howto_cube_ff_sptr
swig_destroy = _howto.delete_howto_cube_ff_sptr
AttributeError: ‘module’ object has no attribute
‘delete_howto_cube_ff_sptr’
FAIL: run_tests

1 of 1 test failed

make[3]: *** [check-TESTS] Error 1
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1

TY
Udaya

View this message in context:
http://old.nabble.com/make-check-errors-in-writing-a-new-signal-processing-block-tp28823225p28823225.html
Sent from the GnuRadio mailing list archive at Nabble.com.

Hi,

I am also struck with the same problem did you find any solution. Thank
you in advance…

M.G.Praveen

udadidd wrote in post #917911:

Hi
While testing a new signal processing block, i made a new cube_ff block.
changed my howto.i, Makefile, Makefile.am, Makefile.in files. I am stuck
at
this error. I have no clue how do i proceed further. Please let me know
if
any of you had faced this error before and got over it

natasha-devroyes-macbook-pro-3:gr-cube devroye$ make check
Making check in config
make[1]: Nothing to be done for check'. Making check in src Making check in lib make check-am make[3]: Nothing to be done for check-am’.
Making check in python
make check-TESTS
Traceback (most recent call last):
File “./qa_howto.py”, line 25, in
from gnuradio import howto
File “/opt/gnuradio/lib/python2.5/site-packages/gnuradio/howto.py”,
line
220, in
class howto_cube_ff_sptr(object):
File “/opt/gnuradio/lib/python2.5/site-packages/gnuradio/howto.py”,
line
236, in howto_cube_ff_sptr
swig_destroy = _howto.delete_howto_cube_ff_sptr
AttributeError: ‘module’ object has no attribute
‘delete_howto_cube_ff_sptr’
FAIL: run_tests

1 of 1 test failed

make[3]: *** [check-TESTS] Error 1
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1

TY
Udaya

View this message in context:

http://old.nabble.com/make-check-errors-in-writing-a-new-signal-processing-block-tp28823225p28823225.html

Sent from the GnuRadio mailing list archive at Nabble.com.