|
April 17, 2018, 03:06:25 PM |
|
Hello,
I compile the coin code and an error occurred, the server is fully configured for compilation:
Install: - Boost 1.55 - GLIBCXX_3.4.20
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../.. CMake Error at CMakeLists.txt:27 (string): string end index: 3 is out of range -1 - 0
-- Building without build tag -- Could not find DEVELOPER_LOCAL_TOOLS in env (not required) -- BOOST_IGNORE_SYSTEM_PATHS defaults to OFF -- Building for a 64-bit system -- Building internal libraries as static -- Building on x86_64 for native -- AES support enabled -- Found Boost Version: 105500 CMake Warning at src/version.cmake:3 (message): Cannot determine current revision. Make sure that you are building either from a Git working tree or from a source archive. Call Stack (most recent call first): CMakeLists.txt:534 (include)
-- Found Git: /usr/bin/git -- Configuring incomplete, errors occurred! See also "/root/coin/build/release/CMakeFiles/CMakeOutput.log". See also "/root/coin/build/release/CMakeFiles/CMakeError.log". make: *** [cmake-release] Error 1 root@progof2:~/venus-master# make mkdir -p build/release cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../.. CMake Error at CMakeLists.txt:27 (string): string end index: 3 is out of range -1 - 0
-- Building without build tag -- Could not find DEVELOPER_LOCAL_TOOLS in env (not required) -- BOOST_IGNORE_SYSTEM_PATHS defaults to OFF -- Building for a 64-bit system -- Building internal libraries as static -- Building on x86_64 for native -- AES support enabled -- Found Boost Version: 105500 CMake Warning at src/version.cmake:3 (message): Cannot determine current revision. Make sure that you are building either from a Git working tree or from a source archive. Call Stack (most recent call first): CMakeLists.txt:534 (include)
-- Found Git: /usr/bin/git -- Configuring incomplete, errors occurred! See also "/root/coin/build/release/CMakeFiles/CMakeOutput.log". See also "/root/coin/build/release/CMakeFiles/CMakeError.log". make: *** [cmake-release] Error 1
|