In file included from ../include/widgets.h:36:0,
from ../include/cdfxp.h:36,
from cdfxp.c:44:
../include/windoz.h:81:16: fatal error: ncurses.h: No such file or directory
# include <ncurses.h>
^~~~~~~~~~~
compilation terminated.
Makefile:170: recipe for target 'cdfxp.o' failed
make[1]: *** [cdfxp.o] Error 1
Makefile:803: recipe for target 'all.build' failed
make: *** [all.build] Error 2
I think this is resolved by installing libncurses5-dev.
While building the resen-core image, specifically while building the cdf library:
I noticed the following error:
I think this is resolved by installing
libncurses5-dev
.