Re: QA python code uses installed python and c++ library

2022-03-01 Thread Miklos Maroti
Hi Vasil, Thanks for the quick reply. Indeed, it is related to that issue, and make test does not work without installing it first. However, the linked fixes did not work for me, and I think the reason is that in GNURadio 3.10 changes the module located to test_modules/gnuradio/modulename from te

Re: QA python code uses installed python and c++ library

2022-03-01 Thread Vasil Velichkov
Hi Milkos, Your problem seems related to [1]. Make sure your gnuradio version does include the fix from [2] and your OOT CMakeLists.txt contains [3] [1] https://github.com/gnuradio/gnuradio/issues/4825 [2] https://github.com/gnuradio/gnuradio/pull/5279 [3] https://wiki.gnuradio.org/index.php/GN