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.user Subject: Re: Building guile 1.8.6 on Tru64 5.1b Date: Tue, 21 Apr 2009 21:00:21 +0200 Message-ID: <87mya9de7u.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240340468 3591 80.91.229.12 (21 Apr 2009 19:01:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Apr 2009 19:01:08 +0000 (UTC) Cc: guile-user@gnu.org To: Didier Godefroy Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Apr 21 21:02:27 2009 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LwLEY-0001CY-IL for guile-user@m.gmane.org; Tue, 21 Apr 2009 21:02:18 +0200 Original-Received: from localhost ([127.0.0.1]:35800 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwLD9-0003IZ-Jp for guile-user@m.gmane.org; Tue, 21 Apr 2009 15:00:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwLCv-0003HQ-Gx for guile-user@gnu.org; Tue, 21 Apr 2009 15:00:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwLCq-0003Du-Ok for guile-user@gnu.org; Tue, 21 Apr 2009 15:00:36 -0400 Original-Received: from [199.232.76.173] (port=39239 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwLCq-0003Dr-Ig for guile-user@gnu.org; Tue, 21 Apr 2009 15:00:32 -0400 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:10244) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1LwLCp-0006KT-Vo for guile-user@gnu.org; Tue, 21 Apr 2009 15:00:32 -0400 X-IronPort-AV: E=Sophos;i="4.38,431,1233529200"; d="scan'208";a="28054191" 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; 21 Apr 2009 21:00:29 +0200 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 2 =?iso-8859-1?Q?Flor=E9al?= an 217 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i686-pc-linux-gnu In-Reply-To: (Didier Godefroy's message of "Tue, 21 Apr 2009 20:35:14 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7241 Archived-At: Didier Godefroy writes: > I see -Werror in there, is that the flag? > If it is, it's configure putting it in. Yes. You could configure with `--disable-error-on-warning' to remove it. Thanks, Ludo'.