From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Re: Guile-1.8.4 compile bug Mac OS X 10.4.11 PPC G4 Date: Fri, 7 Mar 2008 22:20:28 +0100 Message-ID: <829CC0A2-DAC2-416C-8598-E118F1884064@math.su.se> References: <3635F871-351D-461C-8344-8FDC6D396751@math.su.se> <87pru6cnqy.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1204930770 12651 80.91.229.12 (7 Mar 2008 22:59:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Mar 2008 22:59:30 +0000 (UTC) Cc: bug-guile@gnu.org To: Neil Jerram Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Mar 07 23:59:57 2008 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JXlXe-0007ag-RE for guile-bugs@m.gmane.org; Fri, 07 Mar 2008 23:59:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXlX7-0000m7-3h for guile-bugs@m.gmane.org; Fri, 07 Mar 2008 17:59:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JXjzc-000679-DI for bug-guile@gnu.org; Fri, 07 Mar 2008 16:20:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JXjza-00066T-Vu for bug-guile@gnu.org; Fri, 07 Mar 2008 16:20:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXjza-00066Q-SR for bug-guile@gnu.org; Fri, 07 Mar 2008 16:20:38 -0500 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JXjza-0001WJ-DH for bug-guile@gnu.org; Fri, 07 Mar 2008 16:20:38 -0500 Original-Received: from c83-250-96-160.bredband.comhem.se ([83.250.96.160]:54402) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JXjzY-0005lJ-9K; Fri, 07 Mar 2008 22:20:37 +0100 In-Reply-To: <87pru6cnqy.fsf@ossau.uklinux.net> X-Mailer: Apple Mail (2.753) X-Originating-IP: 83.250.96.160 X-Scan-Result: No virus found in message 1JXjzY-0005lJ-9K. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1JXjzY-0005lJ-9K a585646a2fbca9c4c712b1f3097dc0bb X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-Mailman-Approved-At: Fri, 07 Mar 2008 17:57:26 -0500 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3832 Archived-At: On 7 Mar 2008, at 20:55, Neil Jerram wrote: > 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? This might indeed be the problem - I think I saw that Mac OS X comes with Editline. I have since installed Readline; I need to check if it fixes it. Otherwise, a fix might be that the Guile installation checks for readline in /usr/local/. Hans Aberg