Hello, Thank you for the assistance, I managed to compile and install libmatheval by also installing guile1.8.
I'm not sure why this worked. With guile1.8 installed ./configure output changed to: ... checking for scm_t_bits... yes checking for scm_c_define_gsubr in -lguile... yes checking for scm_make_gsubr in -lguile... yes checking for scm_num2dbl in -lguile... yes ... Which were all previously 'no' with 2.0 only. Thank you, Shaun Mucalo -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Romain Garbi Sent: Friday, February 14, 2014 1:09 PM To: [email protected] Subject: [SPAM: 8.000] Re: [bug-libmatheval] Build error (redux) Hi ! Hum, it happens while building test suite, it is strange that nobody reported that before. Not so surprising though, I personally never build test suite, i prefer make some test by myself to check if the code meets my needs. I hope the usual way (ie. ./configure make sudo make install ) works. If it does, the problem is likely coming from the test suite (unless i'm mistaken) maybe working on tests/matheval.c (which seems to be outdated) could solve the problem, or the autotest suite is broken, in that case, i'm not skilled enough in autotools to solve the problem, you should wait for maintainer or aleksandar answers. regards, Le 13/02/2014 07:03, Shaun Mucalo a écrit : > Hello, > > I am getting a (possibly )related error to: > > http://lists.gnu.org/archive/html/bug-libmatheval/2013-02/msg00001.htm > l > > The full output is given at http://pastebin.com/nNaMKKKv > > The same failure occurs with older versions of libmatheval , so I > believe it may be something weird with my setup. > > Any hints to fix this error? > > If it is of any use: > > [spm105@MECH1342 libmatheval-1.1.11]$ uname -a > > Linux MECH1342 3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 > > CET 2014 x86_64 GNU/Linux > > [spm105@MECH1342 libmatheval-1.1.11]$ guile --version > > guile (GNU Guile) 2.0.9 > > Regards, > > Shaun Mucalo > > This email may be confidential and subject to legal privilege, it may > not reflect the views of the University of Canterbury, and it is not > guaranteed to be virus free. If you are not an intended recipient, > please notify the sender immediately and erase all copies of the > message and any attachments. > > Please refer to http://www.canterbury.ac.nz/emaildisclaimer for more > information. > This email may be confidential and subject to legal privilege, it may not reflect the views of the University of Canterbury, and it is not guaranteed to be virus free. If you are not an intended recipient, please notify the sender immediately and erase all copies of the message and any attachments. Please refer to http://www.canterbury.ac.nz/emaildisclaimer for more information.
