<<  >> (p.46)
    Author Topic: FLY COIN ANN.Swapping to "Las Vegas"coin,+Masternodes,Darksend,Stealth, instantX  (Read 186215 times)
    This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
    c00p3r
    Member
    **
    Offline Offline

    Activity: 101
    Merit: 10

    Frank Sinatra


    View Profile
    April 09, 2016, 06:15:57 PM
     #901

    You'll have to fix them one by one.
    I got 2 errors about
    Code:
    src/base58.h:299:75: error: member function 'size' not viable: 'this' argument
          has type 'const CKeyExchangeID', but function is not marked const
    If I mark functions as "const", it causes a lot of new errors.
    I tried only primitive fixes, because I'm not fluent in C/C++.

    Quote
    I suggest you also have xcode, macports/homebrew?
    btw, my first builds I did on OS X 10.10 too, now I've upgraded to 10.11, and basically nothing changed.
    I run Mac OS 10.10 on VMware, I have XCode 6.4 installed, MacPorts and all libraries for cryptocurrency compiling.
    TBH, I thought I almost compiled 2.0 wallet and got the bounty, but damn, that error made me rage, and you was faster with fixing it, gg wp Cheesy

    Yep, this error came with release 2.0.  Cheesy

    I made size() method const and removed whole printf(...) call.

    UPD: mess with const is common, got it earlier here.
Page 45
Viewing Page: 46