bug-mailutils
[Top][All Lists]
Advanced

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

[bug-mailutils] Building against readline 6.3


From: Martin von Gagern
Subject: [bug-mailutils] Building against readline 6.3
Date: Mon, 10 Mar 2014 08:08:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

Hi!

Mailutils 2.99.98 fails to build against readline 6.3 because the
CPPFunction typedef was removed. One way to resolve the issue is
removing all the explicit casts to (CPPFunction*) since these seem to
work well enough implicitely. Another way is renaming the type used in
the cast to (rl_completion_func_t*) which is the newer name.

I first reported this at https://bugs.gentoo.org/show_bug.cgi?id=503954
where you will also find a patch removing the casts in three code lines.

Greetings,
 Martin von Gagern

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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