Too many files deleted and so then missing from source code, impossible to build
make sure you install all dependencies
you can check the doc
same problem here... many files missed in the source code
Error 1 when doing autogen.shMakefile.am:78: error: CPPFLAGS_FOR_BUILD must be set with '=' before using '+='
Makefile.am:79: error: CFLAGS_FOR_BUILD must be set with '=' before using '+='
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
autoreconf: automake failed with exit status: 1
after solving issue:
Error 2 when doing make CXX libsafecrexconsensus_la-utilstrencodings.lo
make[3]: Entering directory '/home/jacko/safecrexcore/src/secp256k1'
I. -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o
/bin/bash: I.: command not found
Makefile:1515: recipe for target 'gen_context.o' failed
make[3]: [gen_context.o] Error 127 (ignored)
gen_context.o -o gen_context
/bin/bash: gen_context.o: command not found
Makefile:1518: recipe for target 'gen_context' failed
make[3]: *** [gen_context] Error 127
make[3]: Leaving directory '/home/jacko/safecrexcore/src/secp256k1'
Makefile:9963: recipe for target 'secp256k1/libsecp256k1.la' failed
make[2]: *** [secp256k1/libsecp256k1.la] Error 2
make[2]: Leaving directory '/home/jacko/safecrexcore/src'
Makefile:9457: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jacko/safecrexcore/src'
Makefile:657: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1