Re: [Discuss-gnuradio] Problems building gr-bluetooth

2016-06-14 Thread panic
Cinaed Simson: > Hi - incidentally, if you use > >cmake -Wno-dev > > it will turn off the verbose warnings. > > Also, I just realize you installed gnuradio from source, so if you > > export PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig > cmake -Wno-dev > > it should work. > > I haven't tes

Re: [Discuss-gnuradio] Problems building gr-bluetooth

2016-06-11 Thread Cinaed Simson
Hi - incidentally, if you use cmake -Wno-dev it will turn off the verbose warnings. Also, I just realize you installed gnuradio from source, so if you export PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig cmake -Wno-dev it should work. I haven't tested it - I use boiler plate script to do th

Re: [Discuss-gnuradio] Problems building gr-bluetooth

2016-06-11 Thread Cinaed Simson
Hi - I can build it with gnuradio-3.7.9.1 on a BeagleBone Black running wheezy. Actually, it's the only machine I have access to today which has the source installed. The gnuradio.i file is a swig file which is located in $prefix/include/gnuradio/swig/gnuradio.i Maybe you're missing the gnura

[Discuss-gnuradio] Problems building gr-bluetooth

2016-06-11 Thread panic
Hi all, I have problems building gr-bluetooth on Debian jessie because of missing file errors, although gnuradio and other packages were locally compiled in their respective recent versions. $ git clone https://github.com/greatscottgadgets/gr-bluetooth.git $ cd gr-bluetooth && mkdir build && cd b