pi@raspberrypi:~/karbowanecwallet/build $ cmake ..
-- Found Git: TRUE
-- Wallet git tag: 1.4.2
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
CMake Error at /usr/share/cmake-3.13/Modules/FindBoost.cmake:2100 (message):
Unable to find the requested Boost libraries.
Boost version: 1.67.0
Boost include path: /usr/include
Could not find the following static Boost libraries:
boost_regex
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:67 (find_package)
CMake Deprecation Warning at cn_version.cmake:2 (cmake_policy):
The OLD behavior for policy CMP0007 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
Call Stack (most recent call first):
CMakeLists.txt:76 (include)
-- Found Git: TRUE
-- Core git tag: 1.4.2
-- Git commit ID: a732ccb
-- Git commit count: 393
CMake Error: File /home/pi/karbowanecwallet/cryptonote/src/
version.h.in does not exist.
CMake Error at cn_version.cmake:63 (configure_file):
configure_file Problem configuring file
Call Stack (most recent call first):
CMakeLists.txt:76 (include)
-- Building on armv7l for native
-- AES support not available on ARMv7
-- Setting FPU Flags for ARM Processors
-- Checking to see if CXX compiler accepts flag -mfpu=vfp3-d16
-- Checking to see if CXX compiler accepts flag -mfpu=vfp3-d16 - no
-- Checking to see if CXX compiler accepts flag -mfpu=vfp4
-- Checking to see if CXX compiler accepts flag -mfpu=vfp4 - no
-- Checking to see if CXX compiler accepts flag -mfloat-abi=hard
-- Checking to see if CXX compiler accepts flag -mfloat-abi=hard - yes
-- Checking to see if CXX compiler accepts flag -mfloat-abi=softfp
-- Checking to see if CXX compiler accepts flag -mfloat-abi=softfp - no
-- Setting Hardware ABI for Floating Point
-- Configuring incomplete, errors occurred!
See also "/home/pi/karbowanecwallet/build/CMakeFiles/CMakeOutput.log".
See also "/home/pi/karbowanecwallet/build/CMakeFiles/CMakeError.log".