From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: Re: isinf and type-pun warning/error on OSF guile 1.8.7 Date: Wed, 08 Sep 2010 00:52:00 +0200 Message-ID: <87hbi1tbe7.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1283899935 11141 80.91.229.12 (7 Sep 2010 22:52:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Sep 2010 22:52:15 +0000 (UTC) Cc: bug-guile@gnu.org To: Jay K Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Sep 08 00:52:14 2010 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 1Ot71R-0004KK-WC for guile-bugs@m.gmane.org; Wed, 08 Sep 2010 00:52:14 +0200 Original-Received: from localhost ([127.0.0.1]:57803 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ot71R-00013F-FI for guile-bugs@m.gmane.org; Tue, 07 Sep 2010 18:52:13 -0400 Original-Received: from [140.186.70.92] (port=39245 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ot71L-00012r-1z for bug-guile@gnu.org; Tue, 07 Sep 2010 18:52:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ot71J-0007uj-7l for bug-guile@gnu.org; Tue, 07 Sep 2010 18:52:06 -0400 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:60662) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ot71J-0007uQ-1v for bug-guile@gnu.org; Tue, 07 Sep 2010 18:52:05 -0400 X-IronPort-AV: E=Sophos;i="4.56,330,1280700000"; d="scan'208";a="67088422" Original-Received: from reverse-83.fdn.fr (HELO nixey) ([80.67.176.83]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 08 Sep 2010 00:52:03 +0200 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 Fructidor an 218 de la =?iso-8859-1?Q?R=E9volutio?= =?iso-8859-1?Q?n?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: (Jay K.'s message of "Wed, 9 Jun 2010 15:43:49 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.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:4772 Archived-At: Hi Jay, Sorry for the late reply! Jay K writes: > libtool: compile:=C2=A0 gcc -DHAVE_CONFIG_H -I.. -I/home/jayk/src/guile-1= .8.7 -I.. -mieee -mieee -D_REENTRANT -pthread -g -O2 -Wall -Wmissing-protot= ypes -Werror -MT libguile_la-numbers.lo -MD -MP -MF .deps/libguile_la-numbe= rs.Tpo -c /home/jayk/src/guile-1.8.7/libguile/numbers.c=C2=A0 -DPIC -o .lib= s/libguile_la-numbers.o > cc1: warnings being treated as errors > /home/jayk/src/guile-1.8.7/libguile/numbers.c: In function 'xisinf': > /home/jayk/src/guile-1.8.7/libguile/numbers.c:144: error: implicit declar= ation of function 'isinf' [...] > I couldn't find isinf in any header.=20 Guile Git now uses Gnulib=E2=80=99s =E2=80=98isinf=E2=80=99 and =E2=80=98is= nan=E2=80=99 modules. However I=E2=80=99ve just tested it on GNU/Linux and sparc-sun-solaris2.10 and I don=E2=80=99t h= ave access to a Tru64 box. Could you try a tarball from http://hydra.nixos.org/job/gnu/guile-master/tarball (pick one with =E2=80=9CRelease Name=E2=80=9D >=3D 1.9.12.5-gf328f86) and report back? Thanks, Ludo=E2=80=99.