To whom it may concern, I am having trouble building libmatheval on my linux distribution. The ./configure works but when I attempt to make I get the following error:
guile/deprecated.h:698) [-Wdeprecated-declarations] matheval.c:321:7: warning: ‘scm_num2dbl’ is deprecated (declared at /usr/local/include/guile/2.0/libguile/deprecated.h:699) [-Wdeprecated-declarations] matheval.c:322:7: warning: ‘scm_num2dbl’ is deprecated (declared at /usr/local/include/guile/2.0/libguile/deprecated.h:699) [-Wdeprecated-declarations] matheval.c:323:7: warning: ‘scm_num2dbl’ is deprecated (declared at /usr/local/include/guile/2.0/libguile/deprecated.h:699) [-Wdeprecated-declarations] make[2]: *** [matheval-matheval.o] Error 1 make[2]: Leaving directory `/home/tliska/Downloads/libmatheval-1.1.10/tests' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/tliska/Downloads/libmatheval-1.1.10' make: *** [all] Error 2 What am I doing wrong? Please help. Regards, Tadeas Liska
