Created attachment 372150 [details] build log shell.c: In function ‘mutool_initialize_readline’: shell.c:339:39: error: ‘CPPFunction’ undeclared (first use in this function) This is due to readline cleaning up some old definitions.
Created attachment 372188 [details, diff] Avoid explicit cast I see no reason why the cast should be required in this case, and dropping it makes the problem go away. An alternative would be using rl_completion_func_t* instead of CPPFunction*.
(In reply to Martin von Gagern from comment #1) someone should send this upstream. like the guy who wrote it ;).
should be all set now in the tree; thanks for the report! Commit message: Fix build w/readline-6.3 http://sources.gentoo.org/net-mail/mailutils/files/mailutils-2.99.98-readline-6.3.patch?rev=1.1 http://sources.gentoo.org/net-mail/mailutils/mailutils-2.99.98.ebuild?r1=1.3&r2=1.4
(In reply to SpanKY from comment #2) > someone should send this upstream. like the guy who wrote it ;). Just sent a mail to upstream, although it's still awaiting moderation. Thanks for committing the fix for Gentoo!