Skip to content

Build errors!! #186

@hysystem

Description

@hysystem

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    builddev-FIXEDfixed in `dev` branch, will be merged with master upon release

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions