On Tue, Feb 5, 2013 at 5:23 PM, Alexandru Csete <[email protected]> wrote:
> On Tue, Feb 5, 2013 at 7:49 PM, Tom Rondeau <[email protected]> wrote: > > On Tue, Feb 5, 2013 at 1:32 PM, Tom Rondeau <[email protected]> wrote: > >> > >> On Tue, Feb 5, 2013 at 1:12 PM, Alexandru Csete <[email protected]> > wrote: > >>> I have installed the next branch and I can't find any of the > >>> noise_source_x headers. As I understand it should be in > >>> include/gnuradio/analog/ and I can see the symbol in > >>> libgnuradio-analog.so but I can't find the header. The same for > >>> sig_source_x blocks. Am I missing something? > >>> > >>> Alex > >> > >> > >> Nope, you aren't missing anything, but apparently, we are. I'm looking > at > >> the cmake file, and those files should be there, but they aren't being > >> installed properly. Looking into this now. > >> > >> Thanks! (And with all of the changes happening to 3.7, this is why we > >> appreciate testing and feedback!) > >> > >> Tom > > > > > > Alex, > > > > It was a cmake variable naming problem. I just pushed a fix. I think I > got > > them all in there now, but let me know if you find any others that aren't > > getting installed. > > > > Tom > > > > 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
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
