Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZET] Zetacoin - SHA256 - Upgrade to 0.12.1.1
by
dragonus
on 05/06/2018, 12:48:33 UTC
I'm unable to compile newest zetacoind

It's fresh version from github
os ubuntu 18.10, all dependencies installed

log from compiling

Making all in src
make[1]: Entering directory '/home/dragon/zetacoin/src'
make[2]: Entering directory '/home/dragon/zetacoin/src'
  CXX      wallet/libbitcoin_wallet_a-crypter.o
wallet/crypter.cpp: In member function ‘bool CCrypter::Encrypt(const CKeyingMaterial&, std::vector&)’:
wallet/crypter.cpp:61:20: error: aggregate ‘EVP_CIPHER_CTX ctx’ has incomplete type and cannot be defined
     EVP_CIPHER_CTX ctx;
                    ^~~
wallet/crypter.cpp: In member function ‘bool CCrypter::Decrypt(const std::vector&, CKeyingMaterial&)’:
wallet/crypter.cpp:88:20: error: aggregate ‘EVP_CIPHER_CTX ctx’ has incomplete type and cannot be defined
     EVP_CIPHER_CTX ctx;
                    ^~~
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-self-assign’
Makefile:4360: recipe for target 'wallet/libbitcoin_wallet_a-crypter.o' failed
make[2]: *** [wallet/libbitcoin_wallet_a-crypter.o] Error 1
make[2]: Leaving directory '/home/dragon/zetacoin/src'
Makefile:6961: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/dragon/zetacoin/src'
Makefile:650: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

possible solution

https://github.com/bitcoinxt/bitcoinxt/issues/380

https://github.com/bitcoin/bitcoin/commit/9049cde4d962862f507f9ddf1c0dbd49ea04be51