guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gmp now working, but number.c:147 isinf declared implicitly.


From: Kevin Ryde
Subject: Re: Gmp now working, but number.c:147 isinf declared implicitly.
Date: Tue, 16 Jan 2007 07:31:42 +1100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hugh Sasse <address@hidden> 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).

Does that mean there's no unsetenv() on solaris?  You might next have
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
the benefit of DOS.  (Could need yet another configure check ...)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]