From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hugh Sasse Newsgroups: gmane.lisp.guile.user Subject: Re: Gmp now working, but number.c:147 isinf declared implicitly. Date: Tue, 16 Jan 2007 10:21:38 +0000 (WET) Message-ID: References: <87fyafvol7.fsf@zip.com.au> <87fyacuj4h.fsf@zip.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1168942913 24615 80.91.229.12 (16 Jan 2007 10:21:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Jan 2007 10:21:53 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jan 16 11:21:51 2007 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 1H6lRs-0007vF-8c for guile-user@m.gmane.org; Tue, 16 Jan 2007 11:21:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6lRs-0005as-6J for guile-user@m.gmane.org; Tue, 16 Jan 2007 05:21:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6lRm-0005aR-5M for guile-user@gnu.org; Tue, 16 Jan 2007 05:21:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6lRl-0005a8-8U for guile-user@gnu.org; Tue, 16 Jan 2007 05:21:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6lRl-0005a4-3j for guile-user@gnu.org; Tue, 16 Jan 2007 05:21:41 -0500 Original-Received: from [146.227.160.29] (helo=mail2.dmu.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H6lRk-0003s4-Og for guile-user@gnu.org; Tue, 16 Jan 2007 05:21:40 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail2.dmu.ac.uk (Postfix) with ESMTP id 4145F7DC9D5; Tue, 16 Jan 2007 10:21:40 +0000 (GMT) Original-Received: from europa.cse.dmu.ac.uk (europa.cse.dmu.ac.uk [146.227.57.47]) by mail2.dmu.ac.uk (Postfix) with ESMTP id 3180C7DC9D7; Tue, 16 Jan 2007 10:21:39 +0000 (GMT) Original-Received: from brains ([146.227.22.1]) by europa.cse.dmu.ac.uk (8.13.6/8.13.6) with ESMTP id l0GALdvw013734; Tue, 16 Jan 2007 10:21:39 GMT Original-Received: from brains.eng.cse.dmu.ac.uk ([146.227.22.1] helo=brains) by brains with esmtp (Exim 4.44) id 1H6lRi-0007Y6-St; Tue, 16 Jan 2007 10:21:38 +0000 X-X-Sender: hgs@brains.eng.cse.dmu.ac.uk Original-To: Kevin Ryde In-Reply-To: <87fyacuj4h.fsf@zip.com.au> 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:5786 Archived-At: On Tue, 16 Jan 2007, Kevin Ryde wrote: > Hugh Sasse writes: > > > > posix.c: In function 'scm_putenv': > > posix.c:1332: error: 'len' undeclared (first use in this function) > > Thanks. Dodgy conditionals :-(. You can use the "len" at the start > of the function (claiming to be for mingw). Right, I'll have a look at this. > > Does that mean there's no unsetenv() on solaris? You might next have bash-2.05$ man -s 2 unsetenv No entry for unsetenv in section(s) 2 of the manual. bash-2.05$ man -s 3 unsetenv No entry for unsetenv in section(s) 3 of the manual. bash-2.05$ man -k unsetenv unsetenv set (1) - shell built-in functions to determine the characteristics for environmental variables of the current shell and its descendents so not callable from C directly... > to check if the fallback code actually works. I've got a worrying > suspicion it ought to be putenv("FOO") but is doing putenv("FOO=") for bash-2.05$ man -k putenv pam_putenv pam_putenv (3pam) - change or add a value to the PAM environment putenv putenv (3c) - change or add value to environment Tcl_PutEnv Tcl_PutEnv (3) - procedures to manipulate the environment Tcl_PutEnv Tcl_PutEnv (3) - procedures to manipulate the environment bash-2.05$ The manual page says it should be of the form "name=value" and the string should not be automatic. In a function it should be declared static. > the benefit of DOS. (Could need yet another configure check ...) > HTH Hugh _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user