After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 725602 - typedef int Function () is removed in readline 6.3
typedef int Function () is removed in readline 6.3
Status: RESOLVED FIXED
Product: seed
Classification: Bindings
Component: libseed
git master
Other All
: Normal critical
: ---
Assigned To: seed-maint
seed-maint
Depends on:
Blocks:
 
 
Reported: 2014-03-03 17:19 UTC by Ting-Wei Lan
Modified: 2014-03-25 10:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ting-Wei Lan 2014-03-03 17:19:16 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
Comment 1 Laurent Bigonville 2014-03-25 08:17:39 UTC
Hi,

This is actually preventing seed to build on all debian architectures, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741785
Comment 2 Alan Knowles 2014-03-25 10:15:22 UTC
should be fixed now