From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark Harig Newsgroups: gmane.lisp.guile.bugs Subject: Re: ,show repl command Date: Wed, 09 Feb 2011 00:00:25 -0500 Message-ID: <8CD962D65DFA587-1B00-7D7A@webmail-m083.sysops.aol.com> References: <8CD8949B6F936FD-F84-18E69@webmail-d083.sysops.aol.com> <8CD962AD993DA87-1B00-7AF0@webmail-m083.sysops.aol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297227659 22840 80.91.229.12 (9 Feb 2011 05:00:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Feb 2011 05:00:59 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Feb 09 06:00:55 2011 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.69) (envelope-from ) id 1Pn2Ah-0000fC-8v for guile-bugs@m.gmane.org; Wed, 09 Feb 2011 06:00:55 +0100 Original-Received: from localhost ([127.0.0.1]:59904 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pn2Ag-0000o0-CN for guile-bugs@m.gmane.org; Wed, 09 Feb 2011 00:00:54 -0500 Original-Received: from [140.186.70.92] (port=54370 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pn2Ab-0000np-10 for bug-guile@gnu.org; Wed, 09 Feb 2011 00:00:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pn2AZ-0004td-Fm for bug-guile@gnu.org; Wed, 09 Feb 2011 00:00:49 -0500 Original-Received: from imr-da02.mx.aol.com ([205.188.105.144]:58938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pn2AZ-0004tN-9L for bug-guile@gnu.org; Wed, 09 Feb 2011 00:00:47 -0500 Original-Received: from imo-da01.mx.aol.com (imo-da01.mx.aol.com [205.188.169.199]) by imr-da02.mx.aol.com (8.14.1/8.14.1) with ESMTP id p1950ZxS011968 for ; Wed, 9 Feb 2011 00:00:35 -0500 Original-Received: from idirectscm@aim.com by imo-da01.mx.aol.com (mail_out_v42.9.) id 7.e7f.1063ce8c (43890) for ; Wed, 9 Feb 2011 00:00:30 -0500 (EST) Original-Received: from smtprly-mc02.mx.aol.com (smtprly-mc02.mx.aol.com [64.12.95.98]) by cia-dc05.mx.aol.com (v129.8) with ESMTP id MAILCIADC053-d3d24d521f6933a; Wed, 09 Feb 2011 00:00:30 -0500 Original-Received: from webmail-m083 (webmail-m083.sim.aol.com [64.12.108.101]) by smtprly-mc02.mx.aol.com (v129.8) with ESMTP id MAILSMTPRLYMC024-d3d24d521f6933a; Wed, 09 Feb 2011 00:00:25 -0500 X-AOL-IP: 98.185.24.91 In-Reply-To: <8CD962AD993DA87-1B00-7AF0@webmail-m083.sysops.aol.com> X-MB-Message-Source: WebUI X-MB-Message-Type: User X-Mailer: AIM WebMail 33189-STANDARD Original-Received: from 98.185.24.91 by webmail-m083.sysops.aol.com (64.12.108.101) with HTTP (WebMailUI); Wed, 09 Feb 2011 00:00:25 -0500 X-AOL-SENDER: idirectscm@aim.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 205.188.105.144 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:5088 Archived-At: > Is the problem in guile/libguile/gc.c, which defines `gc-stats'?=C2=A0 > =C2=A0 > Or, possibly, the problem is in guile/libguile/pairs.c, which defines=20 `scm_cons'?=C2=A0 > =C2=A0 > Here are compilation errors that I am seeing when compiling=20 libguile/pairs.c:=C2=A0 > =C2=A0 > ...=C2=A0 > make[3]: Entering directory `guile/make-1.9.15/libguile'=C2=A0 > ...=C2=A0 > SNARF pairs.doc=C2=A0 > guile-1.9.15/libguile/pairs.c:147:***Missing or erroneous `#define=20 FUNC_NAME s_scm_cdr'=C2=A0 > guile-1.9.15/libguile/pairs.c:150:***Missing or erroneous #undef for=20 scm_car:=C2=A0 > I forgot to mention: compiler version - gcc 4.5.1 libffi version - 3.0.9 --