From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roger Mc Murtrie Newsgroups: gmane.lisp.guile.bugs Subject: Re: Make problem Mac OS X Date: Thu, 10 Jan 2008 18:29:54 +1100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199950246 30679 80.91.229.12 (10 Jan 2008 07:30:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2008 07:30:46 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jan 10 08:31:08 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 1JCrsX-0003R3-DX for guile-bugs@m.gmane.org; Thu, 10 Jan 2008 08:31:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCrs9-0001fM-Tg for guile-bugs@m.gmane.org; Thu, 10 Jan 2008 02:30:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCrra-0001Hi-IK for bug-guile@gnu.org; Thu, 10 Jan 2008 02:30:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCrrY-0001F5-Ac for bug-guile@gnu.org; Thu, 10 Jan 2008 02:30:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCrrX-0001EO-FN for bug-guile@gnu.org; Thu, 10 Jan 2008 02:30:03 -0500 Original-Received: from outbound.icp-qv1-irony-out1.iinet.net.au ([203.59.1.108]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JCrrW-00073a-Vr for bug-guile@gnu.org; Thu, 10 Jan 2008 02:30:03 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAIJYhUfL2Tu0/2dsb2JhbAAIqUU X-IronPort-AV: E=Sophos;i="4.24,265,1196607600"; d="scan'208";a="272778147" Original-Received: from unknown (HELO [10.0.1.2]) ([203.217.59.180]) by outbound.icp-qv1-irony-out1.iinet.net.au with ESMTP; 10 Jan 2008 16:29:55 +0900 X-Mailer: Apple Mail (2.915) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:3678 Archived-At: Ludovic wrote: Then I guess MacOS X users had better install the "real" GNU Readline. Alternatively, we could detect whether `rl_pending_input' is available at configure-time, and `#ifdef' the offending line of code. However, I don't know what impact it would have, and that would really be a crude hack to work around the defects of Editline's compatibility layer, so it's probably better to leave things as is. Thanks, Ludovic. Perhaps, detect if `rl_pending_input' is available at configure-time. If not, abort the configure with an appropriate message? Regards Roger