-
Notifications
You must be signed in to change notification settings - Fork 80
Description
on_a-chainparams.o -MD -MP -MF .deps/libbitcoin_common_a-chainparams.Tpo -c -o libbitcoin_common_a-chainparams.o test -f 'chainparams.cpp' || echo './'chainparams.cpp
chainparams.cpp: In constructor ‘CMainParams::CMainParams()’:
chainparams.cpp:52:19: error: ‘struct Consensus::Params’ has no member named ‘fPowAllowMinDifficultyBlocks’
consensus.fPowAllowMinDifficultyBlocks = false;
^
chainparams.cpp: In constructor ‘CTestNetParams::CTestNetParams()’:
chainparams.cpp:228:19: error: ‘struct Consensus::Params’ has no member named ‘fPowAllowMinDifficultyBlocks’
consensus.fPowAllowMinDifficultyBlocks = true;
^
At global scope:
cc1plus: error: unrecognized command line option "-Wno-builtin-declaration-mismatch" [-Werror]
cc1plus: all warnings being treated as errors
make[2]: *** [libbitcoin_common_a-chainparams.o] Error 1
make[2]: Leaving directory /data/zclassic/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /data/zclassic/src'
make: *** [all-recursive] Error 1