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
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to