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
Hello. Please remove and recreate the build directory and run the cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/usr/lib/llvm-11 .. command again, and copy the entire output here so we can see. Also please copy the output of cmake --version.
My server info
uname -a
Linux ip-10-105-19-225 5.11.0-1028-aws #31~20.04.1-Ubuntu SMP Fri Jan 14 14:37:50 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
step1
apt-get update && apt-get install
build-essential
cmake
curl
git
libboost-all-dev
libcurl4-openssl-dev
libgmp-dev
libssl-dev
libusb-1.0-0-dev
llvm-11-dev
pkg-config
step2
git submodule update --init --recursive
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/usr/lib/llvm-11 ..
When I execute the above command line, I keep getting the following error
CMake Error in libraries/fc/CMakeLists.txt:
Imported target "Boost::date_time" includes non-existent path
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
The path was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
The installation package was faulty and references files it does not
provide.
CMake Error in libraries/fc/CMakeLists.txt:
Imported target "Boost::date_time" includes non-existent path
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
The path was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
The installation package was faulty and references files it does not
provide.
CMake Error in libraries/chainbase/CMakeLists.txt:
Imported target "Boost::filesystem" includes non-existent path
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
The text was updated successfully, but these errors were encountered: