rpc-wine icon indicating copy to clipboard operation
rpc-wine copied to clipboard

Error when compiling for mac

Open DarthMDev opened this issue 2 years ago • 3 comments

rpc-wine/src/serialization/writers.cc:42:24: error: no member named 'to_string' in namespace 'std'
    writer.String(std::to_string(nonce).c_str());

DarthMDev avatar Nov 22 '22 22:11 DarthMDev

could you try updating your c++ compiler?

mellowagain avatar Nov 23 '22 21:11 mellowagain

Im already on the latest version from xcode

DarthMDev avatar Nov 23 '22 23:11 DarthMDev

build.sh most likely doesn't invoke xcode but winegcc. Could you check Makefile to see what command it executes and then give me the output of that with --version?

mellowagain avatar Nov 24 '22 22:11 mellowagain