Re: [Discuss-gnuradio] Dependency Boost_FOUND = 0

2018-10-03 Thread CEL
Hi Tony, that compile error pinpoints that you've got multiple version of UHD installed. Now, if you can live with the UHD that debian ships, I'd just erase your Pybombs prefix and start over; this time, pybombs shouldn't try to install a UHD into the prefix, as UHD is one of the build-deps of

Re: [Discuss-gnuradio] Dependency Boost_FOUND = 0

2018-10-02 Thread Tony
Thank you Marcus, "apt-get build-dep gnuradio" did indeed install several other packages, but gnuradio-companion was excluded from compilation. I can repeat that compile attempt and report the cmake output/errors if needed, but I attempted the pybombs approach with some errors. If this forum

Re: [Discuss-gnuradio] Dependency Boost_FOUND = 0

2018-09-30 Thread Marcus Müller
Hi Tony, this shouldn't be happening. Did you try `apt-get build-dep gnuradio` ? If that doesn't help, can you share your complete cmake output with us? Best regards, Marcus On Wed, 2018-09-26 at 23:16 +, Tony wrote: > Greetings, > > Using Debian 9 "Stretch" and the 20180925 github

[Discuss-gnuradio] Dependency Boost_FOUND = 0

2018-09-26 Thread Tony
Greetings, Using Debian 9 "Stretch" and the 20180925 github gnuradio, I've installed libboost-dev but am still achieving "Dependency Boost_FOUND = 0" errors on all components during Makefile-configuration with "cmake -DCMAKE_INSTALL_PREFIX=$HOME .. ". I also get the same problem after