myriadrf / gr-limesdr

gr-limesdr Plugin for GNURadio
Other
142 stars 77 forks source link

Build error with gnuradio home made (3.9.0.0-git) #50

Closed Artemia76 closed 4 years ago

Artemia76 commented 5 years ago

I get gr-limesdr/swig/limesdr_swig.i:5: Error: Unable to find 'gnuradio.i' make[2]: *** [swig/CMakeFiles/limesdr_swig_swig_compilation.dir/build.make:64: swig/CMakeFiles/limesdr_swig.dir/limesdr_swigPYTHON.stamp] Error 1 make[2]: *** Suppression du fichier « swig/CMakeFiles/limesdr_swig.dir/limesdr_swigPYTHON.stamp » make[1]: *** [CMakeFiles/Makefile2:309: swig/CMakeFiles/limesdr_swig_swig_compilation.dir/all] Error 2 But in /usr/local/include/gnuradio/swig/ the gnuradio.i is present

sniporbob commented 5 years ago

I second this. Having the same issue. I'm using Arch linux and installed gnuradio 3.8.0.0-2 via pacman. My /usr/local/ folder does not contain anything related to gnuradio but /usr/include/gnuradio/swig contains gnuradio.i

gracid commented 5 years ago

Currently, the master branch will be used with gnuradio3.7 until ubuntu ships with 3.8. To use gr-limesdr with gnuradio3.8 please change branch to gr-3.8.

cscheidl commented 4 years ago

I've a debian08 system and first tried the gr-3.8 branch gnuradio3.9 -- with the above described failure. Then I switched back to the distro's gnuradio3.7 by using apt install --reinstall gnuradio. Still the same failure. I propose to reopen this issue. It isn't solved....