This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: port-line bug details & patch question (& anon build failure)



> It's untested because I can't build the latest anon update:
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I./.. -O2 -g -pg -Wall -Wpointer-arith -Wmissing-prototypes -Wp,-MD,.deps/readline.p -c readline.c
> readline.c: In function `rl_cleanup_after_signal':
> readline.c:84: `rl_deprep_term_function' undeclared (first use this function)
> readline.c:84: (Each undeclared identifier is reported only once
> readline.c:84: for each function it appears in.)
> readline.c:88: `rl_pending_input' undeclared (first use this function)
> readline.c: In function `scm_init_readline':
> readline.c:325: `rl_getc_function' undeclared (first use this function)
> readline.c:326: `rl_redisplay_function' undeclared (first use this function)
> make[1]: *** [readline.lo] Error 1
> make[1]: Leaving directory `/home/hjstein/remote-cvs-pkgs/guile-core/libguile'
> make: *** [all-recursive] Error 1

This is weird; if you don't have rl_getc_function, then you shouldn't
be compiling readline.c at all.  Maybe you need to re-run your
configure script?  If that doesn't work, send me your config.log
output, and you scmconfig.h file (no need to post them to the list).