From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Neil Jerram" Newsgroups: gmane.lisp.guile.user Subject: Re: Compilation failure. Date: Wed, 28 May 2008 14:59:30 +0100 Message-ID: <49dd78620805280659x37405d88l4e67ec7ba56a0934@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1211983582 28791 80.91.229.12 (28 May 2008 14:06:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 May 2008 14:06:22 +0000 (UTC) Cc: guile-user@gnu.org To: "Frank J. R. Hanstick" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed May 28 16:06:53 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K1MCX-0004I1-J1 for guile-user@m.gmane.org; Wed, 28 May 2008 16:00:25 +0200 Original-Received: from localhost ([127.0.0.1]:51728 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1MBm-00013l-72 for guile-user@m.gmane.org; Wed, 28 May 2008 09:59:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1MBi-00012v-Np for guile-user@gnu.org; Wed, 28 May 2008 09:59:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1MBh-00011W-0a for guile-user@gnu.org; Wed, 28 May 2008 09:59:34 -0400 Original-Received: from [199.232.76.173] (port=55700 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1MBg-00011T-RT for guile-user@gnu.org; Wed, 28 May 2008 09:59:32 -0400 Original-Received: from el-out-1112.google.com ([209.85.162.178]:61441) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K1MBg-000156-Sr for guile-user@gnu.org; Wed, 28 May 2008 09:59:33 -0400 Original-Received: by el-out-1112.google.com with SMTP id v27so1199685ele.12 for ; Wed, 28 May 2008 06:59:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ufiSTWOra8PuW0Ez4GELZCaCv1966A/wxbuLTtEsenM=; b=LR5Z5IjS6/8/XSKUbOptKkmse3whSsPSa1dCieuH8UBtisulihovJ6gB53pX55nJLqsRBesK1UhTeJygXwILB+Z3y0awOIiUGsE7XQiD/NqRsKE8Ruvy999IU6joZyo8QkjjhHDjWazvNEXcZx8VZLV31/z/Uzj6lgrTadMX43c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SGyAAxWMqchX+0O6xEP0LmQoSCIKE/yDG2uicwhkSvqPLz0gl+PhVDYpQyuoyM0mKBDCJuEd3V+3B4h/EPr4VMP3EIwMXP+DCzTEJuE4PaZP3rr/cM+TVW3kZYNwRl+lSDQXECVZ++OhnqKBXw9WzFr3PmWw6JymwrClzKnrzmQ= Original-Received: by 10.114.123.19 with SMTP id v19mr2588764wac.168.1211983170631; Wed, 28 May 2008 06:59:30 -0700 (PDT) Original-Received: by 10.114.197.7 with HTTP; Wed, 28 May 2008 06:59:30 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6590 Archived-At: 2008/5/28 Frank J. R. Hanstick : > Hello, > I am trying to build guile for MacOS 10.4.11 and run into the > following error: > > readline.c:109: error: 'rl_pending_input' undeclared (first use in this > function) Please see the "FAQ" file, which reads as appended below. In case that doesn't help, please let us know. Regards, Neil ** 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.