Re: [Discuss-gnuradio] out of tree module with code generation problem

2013-06-10 Thread Tom Rondeau
On Sat, Jun 8, 2013 at 1:49 PM, Achilleas Anastasopoulos wrote: > I have an out of tree module and I want to create a block > that is automatically expanded for different input/output types. > > I have changed all CMakeList.txt files according to > gr-blocks directory. > > However "make" complaint

[Discuss-gnuradio] out of tree module with code generation problem

2013-06-08 Thread Achilleas Anastasopoulos
I have an out of tree module and I want to create a block that is automatically expanded for different input/output types. I have changed all CMakeList.txt files according to gr-blocks directory. However "make" complaints it cannot find the buid_utils module in the generate_helper.py script. In