Hello, after installing the new readline 6.3 I rebuild a couple of packages on my system (Linux, gcc 4.7.3, glibc 2.16.0) and get errors for the following:
Python 2.7.6: ------------- ... building 'readline' extension gcc -pthread -fPIC -fno-strict-aliasing -O2 -march=x86-64 -pipe -DNDEBUG -Wall -Wstrict-prototypes -fwrapv -I. -IInclude -I./Include -I/tmp/python/src/Python-2.7.6/Include -I/tmp/python/src/Python-2.7.6 -c /tmp/python/src/Python-2.7.6/Modules/readline.c -o build/temp.linux-x86_64-2.7/tmp/python/src/Python-2.7.6/Modules/readline.o /tmp/python/src/Python-2.7.6/Modules/readline.c: In function 'setup_readline': /tmp/python/src/Python-2.7.6/Modules/readline.c:914:24: error: 'Function' undeclared (first use in this function) /tmp/python/src/Python-2.7.6/Modules/readline.c:914:24: note: each undeclared identifier is reported only once for each function it appears in /tmp/python/src/Python-2.7.6/Modules/readline.c:914:34: error: expected expression before ')' token /tmp/python/src/Python-2.7.6/Modules/readline.c:916:36: error: expected expression before ')' token /tmp/python/src/Python-2.7.6/Modules/readline.c:919:41: error: 'CPPFunction' undeclared (first use in this function) /tmp/python/src/Python-2.7.6/Modules/readline.c:919:54: error: expected expression before ')' token ... Failed to build these modules: readline Parted 3.1: ----------- ... ui.c: In function 'init_readline': ui.c:1477:41: error: 'CPPFunction' undeclared (first use in this function) ui.c:1477:41: note: each undeclared identifier is reported only once for each function it appears in ui.c:1477:53: error: expected expression before ')' token Samba 4.1.5: ------------ ... ../libcli/smbreadline/smbreadline.c: In function 'smb_readline': ../libcli/smbreadline/smbreadline.c:144:20: error: 'Function' undeclared (first use in this function) ../libcli/smbreadline/smbreadline.c:144:20: note: each undeclared identifier is reported only once for each function it appears in ../libcli/smbreadline/smbreadline.c:144:30: error: expected expression before ')' token Thanks Juergen _______________________________________________ Bug-readline mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-readline
