Re: [Discuss-gnuradio] about gr-modtool

2013-12-20 Thread alex
Hi Martin, I found the problem. I should only comment out the #find_package(GnuradioRuntime) but not delete it. The source code in modtool_base.py is trying to search this line to check if have a makefile. Maybe it is good to update. Best regards Zan On 12/19/2013 08:55 PM, Martin Braun wro

Re: [Discuss-gnuradio] about gr-modtool

2013-12-19 Thread alex
Hi Martin, Thanks for your information. If I run the gr_modtool info in another OOT-module dir, I got the following information: Module name: gmsktr API version: post-3.7 but if I run the gr_modtool info in the OOT-module which I have trouble, I got : No module found. I am working

[Discuss-gnuradio] about gr-modtool

2013-12-18 Thread alex
Hi all, I meet a problem with gr-modtool. I created a new out of tree mode. Compile and install work fine but when I want to create the GRC module via gr-modtool makexml, give me the following error. No GNU Radio module found in the given directory. Quitting. PS, I am quite sure I am in the