kit-cel / gr-dab

GNU Radio DAB (digital audio broadcasting) module
http://0x7.ch/code/
GNU General Public License v3.0
43 stars 13 forks source link

CMake error installing gr-dab #51

Open VDelport opened 2 years ago

VDelport commented 2 years ago

Hello,

I'm trying to install gr-dab with the following command:

$ cd gr-dab-maint-3.8 $ mkdir build $ cd build $cmake ../ $make $ sudo make install $ sudo ldconfig

Already when running cmake ../ I fail with the following error message:

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version "2.7.17") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.17", minimum required is "2") CMake Error at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrTest.cmake:45 (get_target_property): The LOCATION property may not be read from target "gnuradio-dab". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate.

What do I have to change?