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: bug#19237: Guile-2.0.11 OS X 10.10.1 build error Date: Wed, 3 Dec 2014 23:32:38 +0100 Message-ID: <790BA86E-780F-427E-B671-C9B844FA6FE0@telia.com> References: <33812EC5-B247-42F7-B602-7C3E61FAFEF6@telia.com> <87k3282x2z.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1417646035 23346 80.91.229.3 (3 Dec 2014 22:33:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Dec 2014 22:33:55 +0000 (UTC) Cc: 19237@debbugs.gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Dec 03 23:33:48 2014 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XwIUV-0006T2-V2 for guile-bugs@m.gmane.org; Wed, 03 Dec 2014 23:33:48 +0100 Original-Received: from localhost ([::1]:43638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwIUV-0007D7-Iu for guile-bugs@m.gmane.org; Wed, 03 Dec 2014 17:33:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwITs-0006Bl-SQ for bug-guile@gnu.org; Wed, 03 Dec 2014 17:33:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwITm-0005qo-CQ for bug-guile@gnu.org; Wed, 03 Dec 2014 17:33:08 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwITm-0005qM-9w for bug-guile@gnu.org; Wed, 03 Dec 2014 17:33:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XwITl-00018i-Uq for bug-guile@gnu.org; Wed, 03 Dec 2014 17:33:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Hans Aberg Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Wed, 03 Dec 2014 22:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19237 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Original-Received: via spool by 19237-submit@debbugs.gnu.org id=B19237.14176459664358 (code B ref 19237); Wed, 03 Dec 2014 22:33:01 +0000 Original-Received: (at 19237) by debbugs.gnu.org; 3 Dec 2014 22:32:46 +0000 Original-Received: from localhost ([127.0.0.1]:53061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XwITV-00018E-Nm for submit@debbugs.gnu.org; Wed, 03 Dec 2014 17:32:46 -0500 Original-Received: from smtp-out12.han.skanova.net ([195.67.226.212]:54860) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XwITT-000185-LC for 19237@debbugs.gnu.org; Wed, 03 Dec 2014 17:32:44 -0500 Original-Received: from [10.0.1.4] (217.208.169.99) by smtp-out12.han.skanova.net (8.5.142.07) (authenticated as u26619196) id 5435BD3300CD108C; Wed, 3 Dec 2014 23:32:40 +0100 In-Reply-To: <87k3282x2z.fsf@gnu.org> X-Mailer: Apple Mail (2.1993) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:7658 Archived-At: > On 3 Dec 2014, at 23:21, Ludovic Court=C3=A8s wrote: >=20 > Could it be because Guile is being compiled against libeditline = instead > of GNU Readline? >=20 > Readline support in Guile requires GNU Readline. It looked as though that the readline in the Guile distribution is too = old - no other readline installed on the system. I just installed the = latest GNU readline into /usr/local/, and then Guile compiled. Another dependency not mentioned in the INSTALL is that texi2pdf must be = a recent version, otherwise conversion to PDF does not work - older = version do not admit multiple files as argument or something.