rpc-wine
rpc-wine copied to clipboard
Error when compiling for mac
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());
could you try updating your c++ compiler?
Im already on the latest version from xcode
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
?