Adrian, You are missing the Boost Libraries. Follow this for getting those installed: http://www.boost.org/doc/libs/1_61_0/more/getting_started/unix-variants.html
Installation from Source Forge: http://www.boost.org/users/history/version_1_61_0.html Jenn ________________________________________ From: Discuss-gnuradio <[email protected]> on behalf of Adrian Hodgson <[email protected]> Sent: Thursday, October 12, 2017 3:26 PM To: [email protected] Subject: [Discuss-gnuradio] Hello and help to get the tutorials Hello group, name is Adrian and I need your help. I have gnuradio-companion running at this end on two Suse Linux computers after some time and messing, have written a few flow charts and I am re- watching the hackrf videos over and over a few times. I have suse Leap42.3 I thought I would try to follow the guided tutorials on mentioned on the internet but have fallen down in the early stages following the instructions. I am following this sequence: $ git clone https://github.com/gnuradio/gr-tutorial Managed that after installing git. Also checked I have cmake and gcc installed. mkdir build cd build cmake .. make -j8 sudo make install sudo ldconfig But I fail at the cmake line I get the following errors about Boost! adrian@linux-splw:~/gnuradio/tutorials/solutions/gr-tutorial/build> cmake .. -- Build type not specified: defaulting to release. CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:725 (message): Imported targets not available for Boost version Call Stack (most recent call first): /usr/share/cmake/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:60 (find_package) CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:725 (message): Imported targets not available for Boost version Call Stack (most recent call first): /usr/share/cmake/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:60 (find_package) -- Could NOT find Boost CMake Error at CMakeLists.txt:63 (message): Boost required to compile tutorial -- Configuring incomplete, errors occurred! I can only assume I am missing some packages or dependence, could anyone suggest where I am going wrong? I may be a bit old for new challenges, but would not like to give up just yet. Cheers Adrian _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
