gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] gcl-2.6.10 and libreadline-6.3; libgmp-6.0


From: Andrey G. Grozin
Subject: [Gcl-devel] gcl-2.6.10 and libreadline-6.3; libgmp-6.0
Date: Sun, 30 Mar 2014 14:49:06 +0700 (NOVT)
User-agent: Alpine 2.03 (LFD 1266 2009-07-14)

Hello *,

libreadline-6.3 no longer contains deprecated typedefs CPPFunction and friends, thus breaking compilation of gcl-2.6.10. The attached patch fixes the problem (it breaks nothing for users of older versions of libreadline).

Also, --enable-dynsysgmp is broken with the recent gmp-6.0. The reason is the line

#if __GNU_MP_VERSION == 4 || __GNU_MP_VERSION == 5

in configure.in; it should be replaced by

#if __GNU_MP_VERSION == 4 || __GNU_MP_VERSION == 5 || __GNU_MP_VERSION == 6

(I don't attach the patch, it is obvious).

Please commit these patches, or something equivalent; otherwise, users of recent versions of readline andor gmp are screwed.

Andrey

Attachment: gcl-readline-6.3.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]