drmpeg / gr-dvbc

A DVB-C transmitter for GNU Radio
GNU General Public License v3.0
8 stars 4 forks source link

no module named dvbc #4

Open neo7530 opened 3 years ago

neo7530 commented 3 years ago

Hi, Updated to GRC 3.8 and done a new compile on gr-dvbc. All blocks appear on gnuradio, but when i hit "start" then i get the error message "no module named dvbc".

What i've missed?

drmpeg commented 3 years ago

Usually due to installing in the wrong directory. On the command line, execute gnuradio-config-info --prefix to see where GNU Radio is installed. The when you build gr-dvbc, use that prefix during the CMake stage. For example:

cmake -DCMAKE_INSTALL_PREFIX=/usr ..