[Discuss-gnuradio] Vectors in embedded python blocks

2018-06-12 Thread Marcus D. Leech
There doesn't appear to be a way to express the kinds of variable-length vectors that you can use with other blocks (NOT, I emphasize, *RUNTIME VARIABLE*). You basically have to wire-in the vector sizes in the code, rather than taking them as parameters, the way other blocks can (basically,

[Discuss-gnuradio] new ubuntu 18.04 installtion + gnuradio + dvb-t2 transmit germany-g1 example

2018-06-12 Thread on4bhm
Hi, i want to play with the dvb-t2 transmitter examples. just did a "sudo apt install gnuradio" i got 1 warning: something about the xterm setting in gnuradio.conf (but i don't have a gnuradio.conf) and 1 error: Generating: '/home/guy/gnuradio/gr-dtv/examples/dvbt_tx_demo.py' Executing:

Re: [Discuss-gnuradio] Build Tree Vs. Install Tree OOT - Issue

2018-06-12 Thread Luis Felipe Albarracin Sanchez
Hello all, Thanks for the recomendation, i did (in the top-level OOT directory): $ mkdir build $ cd build $ cmake .. -DCMAKE_INSTALL_PREFIX=/home/felipe/prefix/lib/python2.7/dist-packages/ And the following output comes out: CMake Error: The source directory

Re: [Discuss-gnuradio] Build Tree Vs. Install Tree OOT - Issue

2018-06-12 Thread Michael Dickens
Hi Luis - You'll note in the install instructions < https://wiki.gnuradio.org/index.php/OutOfTreeModules#Using_CMake > that you don't issue the "cmake" command from directly in the top-level OOT directory. Instead you do the following from the top-level OOT directory:{{{ mkdir build cd build cmake

[Discuss-gnuradio] Build Tree Vs. Install Tree OOT - Issue

2018-06-12 Thread Luis Felipe Albarracin Sanchez
Hello all, I have installed GNURAdio through Pybombs in Ubuntu 16.04, I am trying to build some OOT modules, and so i run the line: *$cmake -DCMAKE_INSTALL_PREFIX=/home/felipe/prefix/lib/python2.7/dist-packages/* as it is shown in: https://wiki.gnuradio.org/index.php/OutOfTreeModules I

Re: [Discuss-gnuradio] GR-UHD Compatibility Issue

2018-06-12 Thread Luis Felipe Albarracin Sanchez
Thank you all, I will try that. Kind regards. On Tue, Jun 12, 2018 at 12:09 PM, Müller, Marcus (CEL) wrote: > The most recent one :) > At this time, that's 3.7.13.2, but we haven't rolled a tar ball for > that yet – shame on me. You can get the current stable one always via > git, using the

Re: [Discuss-gnuradio] GR-UHD Compatibility Issue

2018-06-12 Thread CEL
The most recent one :) At this time, that's 3.7.13.2, but we haven't rolled a tar ball for that yet – shame on me. You can get the current stable one always via git, using the maint-3.7 branch, or from github's release page (though the tarballs there might not be bit-identical to what we'll

[Discuss-gnuradio] Issue witth OOT - Cmake:CMAKE_PREFIX_PATH

2018-06-12 Thread Luis Felipe Albarracin Sanchez
Hello all, I have just installed GNURadio via Pybombs on Ubuntu 16.0.4, and i tried to build some OOT, for example: https://github.com/git-artes/gr-mer And i get the follwing error: *CMake Warning at CMakeLists.txt:85 (find_package): By not providing "FindGnuradio.cmake" in

Re: [Discuss-gnuradio] GR-UHD Compatibility Issue

2018-06-12 Thread Luis Felipe Albarracin Sanchez
Hello all, I am sorry i just look at the stable versions available at that one was one of the closest to the top. I will checkout the others. Is there any stable Version you would recommend? Kind regards. On Tue, Jun 12, 2018 at 10:06 AM, Müller, Marcus (CEL) wrote: > As Marcus said, 3.0.4

Re: [Discuss-gnuradio] GR-UHD Compatibility Issue

2018-06-12 Thread CEL
As Marcus said, 3.0.4 is somewhere between "ancient" and "archaic". Is there a specific reason you consider that version? On Tue, 2018-06-12 at 03:01 -0400, Marcus D. Leech wrote: > On 06/12/2018 02:49 AM, Luis Felipe Albarracin Sanchez wrote: > > Hello to all, > > > > i just did, what the

Re: [Discuss-gnuradio] GR-UHD Compatibility Issue

2018-06-12 Thread Marcus D. Leech
On 06/12/2018 02:49 AM, Luis Felipe Albarracin Sanchez wrote: Hello to all, i just did, what the stable version 3.0.4 from the repository: https://www.gnuradio.org/releases/gnuradio/ And then i opened the package and red the "install" text which said: The simplest way to compile this

Re: [Discuss-gnuradio] GR-UHD Compatibility Issue

2018-06-12 Thread Luis Felipe Albarracin Sanchez
Hello to all, i just did, what the stable version 3.0.4 from the repository: https://www.gnuradio.org/releases/gnuradio/ And then i opened the package and red the "install" text which said: The simplest way to compile this package is: 1. `cd' to the directory containing the package's