bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile-1.8.4 compile bug Mac OS X 10.4.11 PPC G4


From: Neil Jerram
Subject: Re: Guile-1.8.4 compile bug Mac OS X 10.4.11 PPC G4
Date: Fri, 07 Mar 2008 19:55:49 +0000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hans Aberg <address@hidden> writes:

> readline.c: In function ‘rl_cleanup_after_signal’:
> readline.c:109: error: ‘rl_pending_input’ undeclared (first use in
> this function)
> readline.c:109: error: (Each undeclared identifier is reported only once
> readline.c:109: error: for each function it appears in.)
> readline.c: In function ‘scm_init_readline’:
> readline.c:564: warning: assignment from incompatible pointer type
> make[4]: *** [readline.lo] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2

Hi Hans,

>From our new FAQ (which will be part of the distribution in 1.8.5):

========FAQ=========
** readline.c: error: `rl_pending_input' undeclared

This occurs if the Readline library detected by Guile's configure
script is actually the BSD Editline project's supposedly
Readline-compatible library.  The immediate fix is to uninstall
Editline and install the real GNU Readline instead.  When you do this,
please note that it probably won't work to keep Editline in /usr and
install GNU Readline in /usr/local (or some similar arrangement),
because the Editline library will then still be picked up at link and
run time; it's best (subject to other constraints) to remove Editline
completely.

For the longer term, please also report this problem to the Editline
project, to encourage them to fix it in the next release of their
Readline compatibility library.
========FAQ=========

Does that help?

Regards,
        Neil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]