GNOME Bugzilla – Bug 725602
typedef int Function () is removed in readline 6.3
Last modified: 2014-03-25 10:15:22 UTC
typedef int Function (); is removed in readline 6.3. I get the following error when I try to build seed with readline 6.3. seed-readline.c:80:22: error: use of undeclared identifier 'Function'; did you mean 'function'? rl_bind_key(*key, (Function *) c); ^~~~~~~~ function
Hi, This is actually preventing seed to build on all debian architectures, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741785
should be fixed now