Hmm a pity, the source is not compiling due to lots of totally weird errors
Please let me know the what errors you are getting.
Well.. I don't know where to start, there are too many of them tbh
secp256k seems to fail
./configure: line 12743: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12772: SECP_INT128_CHECK: command not found
./configure: line 12800: SECP_INT128_CHECK: command not found
./configure: line 12825: SECP_GMP_CHECK: command not found
./configure: line 12931: SECP_OPENSSL_CHECK: command not found
and then a lot of redefines:
In file included from src/num_impl.h:14:0,
from src/secp256k1.c:14:
src/num.h:10:0: warning: "USE_NUM_NONE" redefined
#define USE_NUM_NONE
^
In file included from src/util.h:11:0,
from src/secp256k1.c:13:
src/libsecp256k1-config.h:102:0: note: this is the location of the previous definition
#define USE_NUM_NONE 1
^
In file included from src/num_impl.h:14:0,
from src/secp256k1.c:14:
src/num.h:11:0: warning: "USE_FIELD_INV_BUILTIN" redefined
#define USE_FIELD_INV_BUILTIN
^
In file included from src/util.h:11:0,
from src/secp256k1.c:13:
src/libsecp256k1-config.h:93:0: note: this is the location of the previous definition
#define USE_FIELD_INV_BUILTIN 1
^
In file included from src/num_impl.h:14:0,
from src/secp256k1.c:14:
src/num.h:12:0: warning: "USE_SCALAR_INV_BUILTIN" redefined
#define USE_SCALAR_INV_BUILTIN
and then lots of other errors because of missing c++11:
In file included from /usr/include/c++/5/random:35:0,
from main.cpp:21:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support \