Bitcoin Forum
September 28, 2024, 11:18:06 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: wallet debug strange problem on mac  (Read 420 times)
myaltcoin (OP)
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
April 13, 2016, 05:34:15 PM
 #1

i am debugging a mac wallet for altcoin on mac osx
i run make -f Makefile
it shows

src/bloom.cpp:63:32: error: member function 'begin' not viable: 'this' argument
      has type 'const uint256', but function is not marked const
    vector<unsigned char> data(hash.begin(), hash.end());
                               ^~~~
src/uint256.h:344:20: note: 'begin' declared here
    unsigned char* begin()
                   ^
src/bloom.cpp:93:32: error: member function 'begin' not viable: 'this' argument
      has type 'const uint256', but function is not marked const
    vector<unsigned char> data(hash.begin(), hash.end());
                               ^~~~
src/uint256.h:344:20: note: 'begin' declared here
    unsigned char* begin()
                   ^
2 errors generated.
make: *** [build/bloom.o] Error 1

help , thanks
cr1776
Legendary
*
Offline Offline

Activity: 4172
Merit: 1312


View Profile
April 13, 2016, 06:39:27 PM
 #2

Since this is about an alt coin, this is the wrong section.

Edit: good, it is moved
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!