On Thu, Jan 31, 2013 at 08:20:30PM -0500, Tadeas Liska wrote: > 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?
Can you please post full output of your make run? As in above snippet, only some warnings are mentioned, and errors are probably reported before that. Regards, Alex
