bug-guile
[Top][All Lists]
Advanced

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

bug#13768: --without-posix code uses scm_getpid() in libguile-2.0.2


From: Andy Wingo
Subject: bug#13768: --without-posix code uses scm_getpid() in libguile-2.0.2
Date: Mon, 25 Feb 2013 21:39:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On Mon 25 Feb 2013 19:58, Mark H Weaver <address@hidden> writes:

>> Why don't we just add the result of getpid() without relying on the
>> scm_getpid() binding.  All platforms have it.
>
> Ah, good!  I didn't know that getpid() was available on MinGW.
>
>> Thanks for following up.  TBH though I would prefer that if you already
>> know the solution, to go ahead and fix it instead of writing a mail and
>> fixing the docs.
>
> Agreed.  I didn't know the solution until just now.  I have done as you
> suggested above, and am now closing this bug.

Super, thank you!

FWIW, --disable-posix has two uses.  One is to work around compilation
failures, and the other is to decrease the "interface size" of Guile.
But sometimes they are a bit entangled, which is the case for scm_getpid
that might get removed when you're just looking to get around some
compilation failure.

Cheers,

Andy
-- 
http://wingolog.org/





reply via email to

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