Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
2xjO9M3P
on 26/04/2019, 09:53:39 UTC
First, thanks brakmic for your work. I am sure it will be advantagous to 8bit that we again have a working wallet outside of Linux.

Tried to get the new code to compile, but so far I have not been successful.

Code:
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/username/compile/8bit-reboot/src -I/home/username/compile/8bit-reboot/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/home/username/compile/8bit-reboot/src/leveldb/include -I/home/username/compile/8bit-reboot/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/chainparams.d -o obj/chainparams.o chainparams.cpp
chainparams.cpp: In constructor ‘CMainParams::CMainParams()’:
chainparams.cpp:89:45: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11
         base58Prefixes[PUBKEY_ADDRESS] = {18};

When I get to chainparams I get a bunch of those extended initializer errors.

OS: Ubuntu 16.04 Server