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