From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Didier Godefroy Newsgroups: gmane.lisp.guile.user Subject: Re: Building guile 1.8.6 on Tru64 5.1b Date: Tue, 21 Apr 2009 20:35:14 +0200 Message-ID: References: <3ae3aa420904210710o79476644la6c6167e049616da@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1240338949 30509 80.91.229.12 (21 Apr 2009 18:35:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Apr 2009 18:35:49 +0000 (UTC) Cc: Ludovic =?ISO-8859-1?B?Q291cnTocw==?= , guile-user@gnu.org To: Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Apr 21 20:37:08 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 1LwKq9-0000RZ-W0 for guile-user@m.gmane.org; Tue, 21 Apr 2009 20:37:06 +0200 Original-Received: from localhost ([127.0.0.1]:51021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwKol-0002oU-06 for guile-user@m.gmane.org; Tue, 21 Apr 2009 14:35:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwKoe-0002kh-28 for guile-user@gnu.org; Tue, 21 Apr 2009 14:35:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwKoZ-0002j0-Ak for guile-user@gnu.org; Tue, 21 Apr 2009 14:35:31 -0400 Original-Received: from [199.232.76.173] (port=58078 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwKoZ-0002ix-6v for guile-user@gnu.org; Tue, 21 Apr 2009 14:35:27 -0400 Original-Received: from orbhost.com ([207.218.123.239]:4420 helo=orbhost.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwKoW-000806-8Y; Tue, 21 Apr 2009 14:35:24 -0400 Original-Received: from [192.168.1.20] (73.37.195-77.rev.gaoland.net [77.195.37.73]) by orbhost.net (8.13.7/8.13.7) with ESMTP id n3LIZJ7v299145; Tue, 21 Apr 2009 14:35:21 -0400 (EDT) User-Agent: Microsoft-Entourage/12.17.0.090302 Thread-Topic: Building guile 1.8.6 on Tru64 5.1b Thread-Index: AcnCr+jxzgQNDevGhku3JgHlajjc5A== In-Reply-To: <3ae3aa420904210710o79476644la6c6167e049616da@mail.gmail.com> 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:7239 Archived-At: >> cc1: warnings being treated as errors > > One possible work-around would be to remove the flag > that turns warnings into errors Ok, I could try that, but what is that flag? I didn't put a flag for that myself, so it must be added during configure maybe.. I see -Werror in there, is that the flag? If it is, it's configure putting it in. >> numbers.c: In function 'scm_c_make_polar': >> numbers.c:5356: warning: implicit declaration of function 'sincos' >> numbers.c:5356: warning: incompatible implicit declaration of built-in >> function 'sincos' > > Could you figure out which header file in tru64 includes > the definition of sincos? Normally, I would have guessed > /usr/include/math.h but perhaps not. Or possibly some Not in /usr/include/math.h and any other headers in /usr/include > #define needs to be enabled first e.g. -D_GNU_SOURCE > during compilation After finding out that sincos may be broken on Tru64, I'll try the patch suggested by Ludovic and report back shortly. -- Didier Godefroy mailto:dg@ulysium.net