develooper Front page | perl.perl5.porters | Postings from October 2016

Re: Time-HiRes broken in Sierra

Thread Previous | Thread Next
From:
James E Keenan
Date:
October 17, 2016 01:50
Subject:
Re: Time-HiRes broken in Sierra
Message ID:
20161017015004.19804.qmail@lists-nntp.develooper.com
On 10/16/2016 04:09 PM, Jarkko Hietaniemi wrote:
> The
> http://perl5.git.perl.org/perl.git/commit/d1e7b5aaf871f3bb4562cefa3ee3153d9aa9506f
> looks likely culprit.
>
> cc -c   -fno-common -DPERL_DARWIN -mmacosx-version-min=10.12
> -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include
> -I/opt/local/include -DPERL_USE_SAFE_PUTENV -Wall
> -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings
> -O3   -DVERSION=\"1.9740_01\" -DXS_VERSION=\"1.9740_01\"  "-I../.."
> -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCK_GETTIME
> -DTIME_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK_NANOSLEEP
> -DTIME_HIRES_CLOCK_NANOSLEEP_EMULATION -DTIME_HIRES_CLOCK
> -DTIME_HIRES_STAT_ST_XTIMESPEC -DTIME_HIRES_STAT=1 -DATLEASTFIVEOHOHFIVE
> HiRes.c
> HiRes.xs:805:13: error: typedef redefinition with different types ('int'
> vs 'enum clockid_t')
> typedef int clockid_t; /* to conform with POSIX prototypes */
>             ^
> /usr/include/time.h:171:3: note: previous definition is here
> } clockid_t;
>   ^
> 1 error generated.

I added this message to:
https://rt.perl.org/Ticket/Display.html?id=129789.

Can we continue discussion there?

Thank you very much.
Jim Keenan

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About