Failing to compile. I can get it to compile by doing:
-#include "include/secp256k1.h" +#include "../include/secp256k1.h"
It's obviously not finding the header, but not sure if that's really where it should be fixed
make[3]: Leaving directory /c/bitcoin-a/src/leveldb' make[3]: Entering directory/c/bitcoin-a/src/secp256k1'
gcc -I./ -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_c
ontext.o
src/gen_context.c:10:31: fatal error: include/secp256k1.h: No such file or direc
tory
#include "include/secp256k1.h"
^
compilation terminated.
make[3]: *** [gen_context.o] Error 1
make[3]: Leaving directory /c/bitcoin-a/src/secp256k1' make[2]: *** [secp256k1/libsecp256k1.la] Error 2 make[2]: Leaving directory/c/bitcoin-a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/bitcoin-a/src'
make: *** [all-recursive] Error 1