Re: gr-iqbal->gr-osmosdr->gqrx missing pkgconfig files break gr-3.8 builds

2020-02-05 Thread Barry Jackson
On 05/02/2020 18:13, Sylvain Munaut wrote: -- Checking for module 'gmp' -- Found gmp, version 6.2.0 -- Could NOT find GMP (missing: GMPXX_LIBRARY GMP_INCLUDE_DIR) Looks like mageia has split the c++ gmp bindings into libgmpxx-devel make sure you have that installed. We do have these install

Re: gr-iqbal->gr-osmosdr->gqrx missing pkgconfig files break gr-3.8 builds

2020-02-05 Thread Sylvain Munaut
> -- Checking for module 'gmp' > -- Found gmp, version 6.2.0 > -- Could NOT find GMP (missing: GMPXX_LIBRARY GMP_INCLUDE_DIR) Looks like mageia has split the c++ gmp bindings into libgmpxx-devel make sure you have that installed. > We do have these installed in the build chroot: > BuildRequires

Re: gr-iqbal->gr-osmosdr->gqrx missing pkgconfig files break gr-3.8 builds

2020-02-05 Thread Barry Jackson
On 05/02/2020 13:04, Sylvain Munaut wrote: In gqrx build I am now hitting a fail to find gnuradio from this line in CMakeLists.txt: find_package(gnuradio REQUIRED COMPONENTS analog audio blocks digital filter fft) Are you sure you're using the latest gqrx code ?!? > Here I have : find_package(

Re: gr-iqbal->gr-osmosdr->gqrx missing pkgconfig files break gr-3.8 builds

2020-02-05 Thread Sylvain Munaut
> In gqrx build I am now hitting a fail to find gnuradio from this line in > CMakeLists.txt: > > find_package(gnuradio REQUIRED COMPONENTS analog audio blocks digital > filter fft) Are you sure you're using the latest gqrx code ?!? Here I have : find_package(Gnuradio REQUIRED COMPONENTS analog au

Re: gr-iqbal->gr-osmosdr->gqrx missing pkgconfig files break gr-3.8 builds

2020-02-04 Thread Barry Jackson
On 04/02/2020 07:45, Sylvain Munaut wrote: Without a .pc in gr-iqbal, gr-osmosdr (3.8 branch) will not build as it can't find gr-iqbal. I just had a look at gr-osmosdr-0.1.4.127-3.mga7.src.rpm and this is not using the official code from the gr3.8 branch of git.osmocom.org/gr-osmosdr True, th

Re: gr-iqbal->gr-osmosdr->gqrx missing pkgconfig files break gr-3.8 builds

2020-02-04 Thread Christophe Seguinot
If that can help those interested in GQRX under GNURadio 3.8 (this worked for me under an Ubuntu 1.04 fresh install): installs from source gr3.8 branch of git.osmocom.org/gr-osmosdr (not yet available as debian package) install some GQRX dependancies

Re: gr-iqbal->gr-osmosdr->gqrx missing pkgconfig files break gr-3.8 builds

2020-02-03 Thread Sylvain Munaut
> Without a .pc in gr-iqbal, gr-osmosdr (3.8 branch) will not build as it > can't find gr-iqbal. I just had a look at gr-osmosdr-0.1.4.127-3.mga7.src.rpm and this is not using the official code from the gr3.8 branch of git.osmocom.org/gr-osmosdr The code in that repo at absolutely no point will ev

gr-iqbal->gr-osmosdr->gqrx missing pkgconfig files break gr-3.8 builds

2020-02-03 Thread Barry Jackson
Hello, Without a .pc in gr-iqbal, gr-osmosdr (3.8 branch) will not build as it can't find gr-iqbal. Likewise without a .pc in gr-osmosdr, gqrx will not build as it can't find gr-osmosdr. After creating .pc files for both the above all packages build and gqrx runs fine. I do not understan