Open weedcoder opened 2 years ago
this exact error reoccur when make -k
Hi @weedcoder
This error is indicating that wally was not compiled with -DBUILD_ELEMENTS=1
on the command line. Makefile
sets this in CFLAGS
for you so please check your build environment to make sure CFLAGS
is being passed along correctly.
I have an error i can't get rid of when compiling in TERMUX on my phone. a arm8.2A based architecture, aarch64. i tried many many things, playing with libwally and i have this error about undefined symbols. i checked, and of course, these symbol are referenced in lightning code AND in the libwally code. libwally compiles through the build system, tho.
i spent hours on this before posting here :)