discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Cinaed Simson
Subject: Re: [Discuss-gnuradio] Problems building gr-bluetooth
Date: Sat, 11 Jun 2016 17:43:05 -0700
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

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 the builds - which
also has other envirnoment variables - CPPFLAGS, LDFLAGS,
LD_LIBRARY_PATH, etc.

If you don't export the environment variables cmake will ignore them.

-- Cinaed



On 06/11/2016 05:40 AM, panic wrote:
> 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 build
> $ cmake ..
>   [ throws some seemingly harmless warnings, see cmake-output.log ]
> $ make
>   [ full output in make-output-1.log ]
> /data/projects/gnuradio/gr-bluetooth/swig/gr_bluetooth.i:5: Error:
> Unable to find 'gnuradio.i'
> swig/CMakeFiles/gr_bluetooth_swig_2d0df.dir/build.make:97: recipe for
> target 'swig/gr_bluetooth_swig_2d0df' failed
> make[2]: *** [swig/gr_bluetooth_swig_2d0df] Error 1
> ...
> 
> If I rerun make, I get a different error:
> $ make
>   [ full output in make-output-2.log ]
> [ 70%] Building CXX object
> swig/CMakeFiles/_gr_bluetooth.dir/gr_bluetoothPYTHON_wrap.cxx.o
> c++: error:
> /data/projects/gnuradio/gr-bluetooth/build/swig/gr_bluetoothPYTHON_wrap.cxx:
> No such file or directory
> c++: fatal error: no input files
> ...
> 
> I tried to by myself but could not fix the errors since I'm quite new to
> gnuradio and don't understand the cmake build system and dependencies
> involved (py/cxx/swig/...).
> 
> Also note that gr-bluetooth did not see any commits for 2 years.
> 
> Anyone with an idea what the reason could be and how to fix it?
> 
> Cheers!
> 
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]