Bitcoin Forum
May 05, 2024, 02:54:46 AM *
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 121 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
1714877686
Hero Member
*
Offline Offline

Posts: 1714877686

View Profile Personal Message (Offline)

Ignore
1714877686
Reply with quote  #2

1714877686
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714877686
Hero Member
*
Offline Offline

Posts: 1714877686

View Profile Personal Message (Offline)

Ignore
1714877686
Reply with quote  #2

1714877686
Report to moderator
1714877686
Hero Member
*
Offline Offline

Posts: 1714877686

View Profile Personal Message (Offline)

Ignore
1714877686
Reply with quote  #2

1714877686
Report to moderator
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!