Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON [2017-04-23: update to 0.9.12.0]
by
Arux
on 03/05/2017, 13:48:36 UTC
...
Launching the command "make", an error occurs, and "src" dossier and his content are not created.

Error messages are the following :
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:106 (find_package)


CMake Error at /usr/share/cmake-3.5/Modules/FindBoost.cmake:1677 (message):
  Unable to find the requested Boost libraries.
...
cmake complains because boost libraries are not installed, install them with
Code:
sudo apt-get install libboost-all-dev
then make.