From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: isinf and type-pun warning/error on OSF guile 1.8.7 Date: Thu, 10 Jun 2010 14:26:32 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276172726 8043 80.91.229.12 (10 Jun 2010 12:25:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Jun 2010 12:25:26 +0000 (UTC) Cc: bug-guile@gnu.org To: Jay K Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jun 10 14:25:23 2010 connect(): No such file or directory 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 1OMgp0-0005zp-Mr for guile-bugs@m.gmane.org; Thu, 10 Jun 2010 14:25:23 +0200 Original-Received: from localhost ([127.0.0.1]:46623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMgp0-0003Dx-21 for guile-bugs@m.gmane.org; Thu, 10 Jun 2010 08:25:22 -0400 Original-Received: from [140.186.70.92] (port=58547 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMgoq-0003Bd-4L for bug-guile@gnu.org; Thu, 10 Jun 2010 08:25:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMgop-00063s-4z for bug-guile@gnu.org; Thu, 10 Jun 2010 08:25:12 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:34673 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMgop-00063m-39 for bug-guile@gnu.org; Thu, 10 Jun 2010 08:25:11 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id F2E651FBE; Thu, 10 Jun 2010 08:25:10 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=HEnWCB1wAkwGaPZjS58yJWcYKVU=; b=qqhxKB N5tClnFuO5+aVBogp4C6xvleOmMUlz7tXI38SllIR3+DQ3MWx0Svq++wNI9aL5Xp yoNA5yS2sDeg58qYPK0hKbpYGsvh/7bWUy+VTVQDI6GAl4pXMyvccgu1Un3pDkzZ fit/7irka4Ti1n0/pJYvEMVUu0mVsoGu2NXVo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=OmfttH4vs0bMcYxx+3Pj1ZkrLOiJsJNF XA6YKgGsCAQTqENxsbQkv5POzRfoJlgy5jjr3c35ApNKElV+XoobBGgtSbZF6mdx iRgSlrK1gRzIWlCYC+uBsrRIFC5pqITpr2+Zysr0r7fjhOwF1eyntR7eaMH283NI WRRRCt7yHHA= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id DFA201FBC; Thu, 10 Jun 2010 08:25:09 -0400 (EDT) Original-Received: from unquote (unknown [88.17.129.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 3DB641FB8; Thu, 10 Jun 2010 08:25:08 -0400 (EDT) In-Reply-To: (Jay K.'s message of "Thu, 10 Jun 2010 09:27:45 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 35F40DA6-748B-11DF-8414-9056EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:4641 Archived-At: On Thu 10 Jun 2010 11:27, Jay K writes: > http://www.gnu.org/software/hello/manual/autoconf/Function-Portability.html > > recommend wither gnulib or a little other workaround shown. Ah, we'll use gnulib then in master. For 1.8, I would recommend compiling without -Werror, on your platform. (--disable-error-on-warning argument to configure). Andy -- http://wingolog.org/