argentumproject / argentum

Argentum cryptocurrency
MIT License
12 stars 9 forks source link

invalid use of incomplete type #14

Closed cipig closed 5 years ago

cipig commented 6 years ago

Error on compile:

In file included from chain.cpp:9:0:
bignum.h:64:24: error: invalid use of incomplete type ‘BIGNUM {aka struct bignum_st}’
 class CBigNum : public BIGNUM
protonn commented 6 years ago

Which Linux distribution?

cipig commented 6 years ago

debian 9 (stretch)

protonn commented 5 years ago

Need to use openssl 1.0.1k Alternatively, follow this to build use the pre-defined dependencies. https://github.com/argentumproject/argentum/blob/master/depends/README.md