-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build errors!! #186
Comments
hi @iasoo, are you using the latest |
also, what Operating System (and version) are you using? |
LSB Version: :core-4.1-amd64:core-4.1-noarch |
git status On branch master git pull I using using the latest maste! |
./zcutil/fetch-params.sh Zcash - fetch-params.sh This script will fetch the Zcash zkSNARK parameters and verify their If they already exist locally, it will exit now and do nothing else. |
gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC) |
Got the same error during build command. |
i must have overlooked these as i was working on the Overwinter branch v1.1.1, fixes will follow shortly, thanks for reporting this |
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.cppchainparams.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
The text was updated successfully, but these errors were encountered: