Re: Latency Manager from GRCON2019

2020-11-07 Thread Derek Kozel
Hi Fabien, The blocks were built for use with the development version of GNU Radio for a year ago, and as the OOT name states it's very much a work in progress. The blocks function but I haven't updated them for the newest development changes, nor have they been tested for actual 3.8 release

Re: Latency Manager from GRCON2019

2020-11-06 Thread Fabien PELLET
Hi Cinaed, Thanks a lot. I will try this. Best regards, Fabien. Le 07/11/2020 à 00:32, Cinaed Simson a écrit : Hi Fabian - the CMakeLists.txt file in the top directory contains the following line:    find_package(Gnuradio "3.9" REQUIRED) If I change the version from 3.9 to 3.8, and   git

Re: Latency Manager from GRCON2019

2020-11-06 Thread Cinaed Simson
Hi Fabian - the CMakeLists.txt file in the top directory contains the following line:    find_package(Gnuradio "3.9" REQUIRED) If I change the version from 3.9 to 3.8, and   git checkout maint-3.8 it builds and passes   make test I haven't installed it or tested it. But it does generate  

Re: Latency Manager from GRCON2019

2020-11-06 Thread Fabien PELLET
Hello, The problem is that when I try to compile the module with 3.8 installed, the CMAKE complains that it can't find 3.9. When 3.9 is installed, the CMAKE complains that GRSwig is missing so I'm a little lost if swig is not used... Best regards, Fabien PELLET, F4CTZ. Le 06/11/2020 à

Re: Latency Manager from GRCON2019

2020-11-06 Thread Volker Schroer
Hello ! Meanwhile gnuradio does not use swig but pybind. If your OOT requires swig you have to go back to 3.8 -- Volker, dl1ksv Am 06.11.20 um 22:31 schrieb Fabien PELLET: Hello, I'm trying to compile the project OOT of latency manager of Matt ETTUS from he presents at the GRCON2019. For