discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Adding a block in tarball distribution


From: Achilleas Anastasopoulos
Subject: [Discuss-gnuradio] Adding a block in tarball distribution
Date: Fri, 21 Apr 2006 11:15:33 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)


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




reply via email to

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