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 
versions.


I do think they'll likely work on 3.8, please let me know how it goes. 
I'll update them for 3.9 officially sometime soon and release the 
repository in a more maintainable form (and better name).


Cheers,
Derek

On 07/11/2020 00:57, Fabien PELLET wrote:

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 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.

















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 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.














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

  _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.












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 à 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.









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 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.