On Tue, Feb 5, 2013 at 11:58 PM, Tom Rondeau <[email protected]> wrote: > On Tue, Feb 5, 2013 at 5:23 PM, Alexandru Csete <[email protected]> wrote: >> >> With the latest changes I can no longer build the next branch :( >> >> Scanning dependencies of target gnuradio-blocks >> [ 33%] Building CXX object >> gr-blocks/lib/CMakeFiles/gnuradio-blocks.dir/add_ss_impl.cc.o >> In file included from >> >> /home/alc/sdr/gnuradio/v3.6.3-575-g359dec2b-next/build/gr-blocks/lib/add_ss_impl.cc:29:0: >> >> /home/alc/sdr/gnuradio/v3.6.3-575-g359dec2b-next/build/gr-blocks/lib/add_ss_impl.h:28:27: >> fatal error: blocks/add_ss.h: No such file or directory >> compilation terminated. >> make[2]: *** >> [gr-blocks/lib/CMakeFiles/gnuradio-blocks.dir/add_ss_impl.cc.o] >> Error 1 >> make[1]: *** [gr-blocks/lib/CMakeFiles/gnuradio-blocks.dir/all] Error 2 >> make: *** [all] Error 2 >> >> Seems to be a similar issue. >> >> Alex > > > Yeah, because I made a complete hash out of my 'fix.' I forgot to try to > build from scratch and didn't realize that I actually turned off the header > generation. > > Just pushed a new fix. Should do it. > > Tom
Hi Tom, I can build again. I found noise_type.h to missing as well, but after I added that manually I could finish building gr-osmosdr against gnuradio 3.7git. I have attached a patch for gr-osmosdr if anyone is interested, but I'm sure it will support 3.7 soon. PS: for the patch to work one must ensure that gnuradio-analog and gnuradio-blocks are available - the patch does not include checks for those. Alex
gr-osmosdr-gr37.patch
Description: Binary data
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
