I am using the 2.7 tarballs.
Suppose I want to add a block to my local gnuradio-core.
I put the *.i, *.h, *.cc files in
gnuradio-core2.7/src/lib/general
and modify Makefile.am

Now after make clean, configure, make, make install
although the new blocks have been compiled, they are not
part of the python library.

I noticed that there are certain files, such as
src/lib/swig/gnuradio_*.d (and similar files in src/lib/swig/)
that are automatically generated (no warning !!!)
and they do not list my new block.
So I guess there is something I am missing regarding the
generation of these swig files.

Which additional files should I also modify for this to work?

Thanks
Achilleas


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to