Re: gr_modtool bind makes incorrect file

2023-01-23 Thread Jameson Collins
Thanks, pygccxml worked On Fri, Jan 20, 2023 at 6:49 AM Josh Morman wrote: > Hi Jameson, > > This should be fixed as Ryan mentioned by having pygccxml installed. But > for blocks with default interfaces as you described, gr_modtool bind should > produce the same output as the default as of this

Re: gr_modtool bind makes incorrect file

2023-01-20 Thread Josh Morman
Hi Jameson, This should be fixed as Ryan mentioned by having pygccxml installed. But for blocks with default interfaces as you described, gr_modtool bind should produce the same output as the default as of this fix: https://github.com/gnuradio/gnuradio/pull/6264 which got integrated after GR 3.10

Re: gr_modtool bind makes incorrect file

2023-01-19 Thread Ryan Volz
Hi Jameson, On 1/19/23 1:03 PM, Jameson Collins wrote: I am using gnuradio 3.10.2 from conda.  If I make a new module and simply edit its _impl.cc and yaml files then everything works correctly. If I take the same module, and run `gr_modtool bind` on it then the new binding file will be diffe

gr_modtool bind makes incorrect file

2023-01-19 Thread Jameson Collins
I am using gnuradio 3.10.2 from conda. If I make a new module and simply edit its _impl.cc and yaml files then everything works correctly. If I take the same module, and run `gr_modtool bind` on it then the new binding file will be different and I'll get errors when trying to run. Here is the co