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

  _example_swig.so

in the build/swig  directory.


-- Cinaed



On 11/6/20 1:57 PM, Fabien PELLET wrote:
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 à 22:35, Volker Schroer a écrit :
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 that I built from source GNURadio to get 3.9 version successfully
but I can't compile the project provided here :
https://github.com/dkozel/gr-workinprogress.

The CMAKE fails and tell that it can't find GRSwig. I'm on Ubuntu 20.04.

Thanks for any help or suggestions.

Best regards,

Fabien PELLET, F4CTZ.







Reply via email to