Problem With invoke CMake to create the Makefiles to download UHD in Unbutut mate 16.04.2

Hi i am currently doing a project using OpenBTS on Unbutu mate 16.04.2
using Resberry pi 3 B. To do so i need to install the UHD first to be
able to configure the USRP with the Resberry Pi.
But I am currently having a problem with entering the "cmake …/ "
configuration to install the UHD 3.9.0 version for USRP B200 mini.
When i try to enter the “cmake …/” configuration, i got the following
error :

– Configuring the python interpreter…
– Python interpreter: /usr/bin/python
– Override with: -DPYTHON_EXECUTABLE=
– Using UHD Images Directory: OFF
– Build type not specified: defaulting to release.

– Configuring Boost C++ Libraries…
CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763
(_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1332
(_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:213 (FIND_PACKAGE)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763
(_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1332
(_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:213 (FIND_PACKAGE)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763
(_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1332
(_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:213 (FIND_PACKAGE)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763
(_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1332
(_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:213 (FIND_PACKAGE)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763
(_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1332
(_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:213 (FIND_PACKAGE)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763
(_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1332
(_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:213 (FIND_PACKAGE)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763
(_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1332
(_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:213 (FIND_PACKAGE)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763
(_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1332
(_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:213 (FIND_PACKAGE)

– Could NOT find Boost
– Boost include directories: Boost_INCLUDE_DIR-NOTFOUND
– Boost library directories:
– Boost libraries:

– Python checking for Python version 2.6 or greater
– Python checking for Python version 2.6 or greater - found

– Python checking for Mako templates 0.4 or greater
– Python checking for Mako templates 0.4 or greater - “import mako” failed

– Configuring LibUHD support…
– Dependency Boost_FOUND = 0
– Dependency HAVE_PYTHON_PLAT_MIN_VERSION = TRUE
– Dependency HAVE_PYTHON_MODULE_MAKO = FALSE
CMake Error at cmake/Modules/UHDComponent.cmake:51 (MESSAGE):
Dependencies for required component LibUHD not met.
Call Stack (most recent call first):
CMakeLists.txt:279 (LIBUHD_REGISTER_COMPONENT)

CMake Error: The following variables are used in this project, but
they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
Boost_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/najat/workarea-uhd/uhd/host
used as include directory in directory /home/najat/workarea-uhd/uhd/host
used as include directory in directory /home/najat/workarea-uhd/uhd/host
used as include directory in directory /home/najat/workarea-uhd/uhd/host
used as include directory in directory /home/najat/workarea-uhd/uhd/host
used as include directory in directory /home/najat/workarea-uhd/uhd/host
used as include directory in directory /home/najat/workarea-uhd/uhd/host
used as include directory in directory /home/najat/workarea-uhd/uhd/host
used as include directory in directory /home/najat/workarea-uhd/uhd/host
used as include directory in directory /home/najat/workarea-uhd/uhd/host

– Configuring incomplete, errors occurred!
See also “/home/najat/workarea-uhd/uhd/host/build/CMakeFiles/CMakeOutput.log”.
See also “/home/najat/workarea-uhd/uhd/host/build/CMakeFiles/CMakeError.log”.

anyone knows how to solve this issue ? i have tried to look for other
simillar problem but so far i could not find anything that could help
solve my problem.
Thanks in advance.