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 compiling https://sourceforge.net/projects/boost/ which reports: ... The Boost C++ Libraries were successfully built! The following directory should be added to compiler include paths: /home/me/src/boost_1_66_0 The following directory should be added to linker library paths: /home/me/src/boost_1_66_0/stage/lib ... and invoking "cmake -DCMAKE_INSTALL_PREFIX=$HOME -DBoost_INCUDE_DIR=/home/me/src/boost_1_66_0 -DBoost_LIBRARY_DIRS=/home/me/src/boost_1_66_0/stage/lib .." How to get it to recognize either the installed or the compiled Boost dependencies, please? _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
