Yo Hal! On Sun, 16 Feb 2020 21:42:59 -0800 Hal Murray via devel <[email protected]> wrote:
> wscript says:
> # MacOS doesn't have timer_create ??
> ('timer_create', ["signal.h", "time.h"], "RT", False),
>
> Can a MacOS wizard verify that and/or see what versions do/don't
> support it? Thanks.
I'm not a MacOS wizard, but I can verify that my up to date osX
has no such function.
[...]
Checking for function timer_create : no
[...]
# fgrep timer_create /opt/local/include -R
#
My linux man page says timer_create() is POSIX 1993, so maybe a missing
feature macro?
timer_create(): _POSIX_C_SOURCE >= 199309L
But, when I tried to build with git head, I now get this error:
Waf: Leaving directory `/usr/local/src/NTP/ntpsec/build/main'
Fatal Python error: PyThreadState_Get: no current thread
../Do-config-ntpsec: line 11: 13733 Abort trap: 6 ./waf build
RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
[email protected] Tel:+1 541 382 8588
Veritas liberabit vos. -- Quid est veritas?
"If you can't measure it, you can't improve it." - Lord Kelvin
pgpOcygzLzyD_.pgp
Description: OpenPGP digital signature
_______________________________________________ devel mailing list [email protected] http://lists.ntpsec.org/mailman/listinfo/devel
