You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x1xx3@ubuntu:~/pkcli$ make -j 5
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- Could NOT find Threads (missing: Threads_FOUND)
CMake Error at /usr/local/lib/python2.7/dist-packages/cmake/data/share/cmake-3.13/Modules/FindBoost.cmake:2100 (message):
Unable to find the requested Boost libraries.
Boost version: 1.58.0
Boost include path: /usr/include
Could not find the following Boost libraries:
boost_thread (missing dependency: Threads)
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):
CMakeLists.txt:138 (find_package)
-- Could NOT find Threads (missing: Threads_FOUND)
CMake Warning in CMakeLists.txt:
CMAKE_SKIP_INSTALL_RULES was enabled even though installation rules have
been specified
-- Configuring incomplete, errors occurred!
See also "/home/x1xx3/pkcli/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/x1xx3/pkcli/build/release/CMakeFiles/CMakeError.log".
Makefile:16: ошибка выполнения рецепта для цели «cmake-release»
make: *** [cmake-release] Ошибка 1
The text was updated successfully, but these errors were encountered:
x1xx3@ubuntu:~/pkcli$ make -j 5
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- Could NOT find Threads (missing: Threads_FOUND)
CMake Error at /usr/local/lib/python2.7/dist-packages/cmake/data/share/cmake-3.13/Modules/FindBoost.cmake:2100 (message):
Unable to find the requested Boost libraries.
Boost version: 1.58.0
Boost include path: /usr/include
Could not find the following Boost libraries:
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):
CMakeLists.txt:138 (find_package)
-- Could NOT find Threads (missing: Threads_FOUND)
CMake Warning in CMakeLists.txt:
CMAKE_SKIP_INSTALL_RULES was enabled even though installation rules have
been specified
-- Configuring incomplete, errors occurred!
See also "/home/x1xx3/pkcli/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/x1xx3/pkcli/build/release/CMakeFiles/CMakeError.log".
Makefile:16: ошибка выполнения рецепта для цели «cmake-release»
make: *** [cmake-release] Ошибка 1
The text was updated successfully, but these errors were encountered: