Unable to cmake cpp-ethereum for windows in ubuntu

BluefinBluefin Member Posts: 47
Hi. Anyone can help me with this message I am getting when I tried to cmake the cpp-ethereum for windows in ubuntu? On checking, I cannot find the library boost_unit_test_framework and could only find boost_test. Hope someone can help me.

CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1131 (message):
Unable to find the requested Boost libraries.

Boost version: 1.55.0

Boost include path: /usr/x86_64-w64-mingw32/include

Could not find the following Boost libraries:

boost_unit_test_framework

Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
libethcore/CMakeLists.txt:16 (FIND_PACKAGE)


Installation path: /usr/x86_64-w64-mingw32
CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1131 (message):
Unable to find the requested Boost libraries.

Boost version: 1.55.0

Boost include path: /usr/x86_64-w64-mingw32/include

Could not find the following Boost libraries:

boost_unit_test_framework

Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
libethereum/CMakeLists.txt:16 (FIND_PACKAGE)


Installation path: /usr/x86_64-w64-mingw32
-- Configuring incomplete, errors occurred!

Comments

Sign In or Register to comment.