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

cannot import name dab_swig #38

Open fpgasdr opened 6 years ago

fpgasdr commented 6 years ago

hello, I just have installed the dab whits and have found this error when running the dab transmitter flowgraph in gnuradio companion version 3.7.9 but the install process was ok.

MalteHillmann commented 6 years ago

You have to install swig first. Try apt install swig (in ubuntu/debian) before compiling.

fpgasdr commented 6 years ago

the problem is swig is installed but maybe is not detected by the system because I don't have same error in other computer as you can see in #39 .

MalteHillmann commented 6 years ago

is there anything about swig in the cmake output?