Raymond Rogers wrote: > > This is a multi-part message in MIME format. > --------------2E6B63B7760A09938E7E7BD0 > Content-Type: text/plain; charset="UTF-8"; format=flowed > Content-Transfer-Encoding: quoted-printable > > > Hopefully this clip from config.log is bogus > > | #define PACKAGE_NAME "FriCAS" > | #define PACKAGE_TARNAME "fricas" > | #define PACKAGE_VERSION "2017-08-05" > | #define PACKAGE_STRING "FriCAS 2017-08-05" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL ""
The date is last date when 'configure.ac' was updated. > Because the compile was done from > 5313958 Mar=C2=A0 9 09:36 fricas-master.zip > Which I just downloaded according to previous instructions > > The fricas-master directory ChangeLog last entry is: > 2018-03-08=C2=A0 Waldek Hebisch=C2=A0 <[email protected]> > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 * src/lisp/primitives.lisp: Fix= > compatiblility with > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sbcl-1.4.5 > So I think it's right. > > rrogers@Mate-desk:~/tmp$ sbcl --version > SBCL 1.3.1.debian > I see. We check for SBCL 1.3.1 (== known bad SBCL version), but SBCL 1.3.1.debian goes past the check... So we need better check. -- Waldek Hebisch -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
