Bitcoin Forum
July 02, 2024, 01:01:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Error while compiling the daemon (Cryptonote)  (Read 127 times)
progof (OP)
Jr. Member
*
Offline Offline

Activity: 157
Merit: 4


View Profile
April 17, 2018, 03:06:25 PM
 #1

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
Vedanet
Newbie
*
Offline Offline

Activity: 5
Merit: 1


View Profile
July 06, 2018, 02:32:16 AM
 #2

Try
Code:
$ git clone https://github.com/bitcoin/bitcoin
$ cd bitcoin
$ cmake -H. -B_builds -DCMAKE_BUILD_TYPE=Release
$ cmake --build _builds
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!