Try moving the declaration of  'cid' (clockid_t cid;) after the #if
defined(HAVE_CLOCK_GETTIME) && defined(HAVE_SCHED_GETCPU)
I'm not sure if the label that would precede it will make it feasible, but
you can still open a new scope.

Jean

On Sun, Jul 16, 2017 at 5:33 PM, Jonathan Aquilina <jaquil...@eagleeyet.net>
wrote:

> Hi Jean,
>
> Maybe someone that is experiencing this issue can git bisect to see what
> commit potentially broke things.
> ---
>
> Regards,
>
> Jonathan Aquilina
>
>
> On 2017-07-16 17:10, Jean Guyomarc'h wrote:
>
> Hi,
>
> I cannot test since I only have 10.9 and 10.12 available, but maybe
> commit cc4c40769d106fdc3c8faaa57f867b7e5ca47fa2 can give you some hints.
>
> Jean
>
> On Sun, Jul 16, 2017 at 12:27 PM, Adrien Nader <adr...@notk.org> wrote:
>
> Hi,
>
> I noticed the following which seems 100% related :
> https://github.com/rbenv/ruby-build/issues/999
>
> --
> Adrien
>
> On Fri, Jul 14, 2017, Andrew Williams wrote:
>
> Hi,
>
> EFL is failing to compile on 1 version back OS X:
>
> ---
>
>   CC       lib/eina/lib_eina_libeina_la-eina_debug_bt.lo
>
> lib/eina/eina_debug_bt.c:139:4: error: unknown type name 'clockid_t';
>
> did
>
> you mean 'clock_id_t'?
>
>    clockid_t cid;
>
>    ^~~~~~~~~
>
>    clock_id_t
>
> /usr/include/mach/clock_types.h:53:13: note: 'clock_id_t' declared here
>
> typedef int     clock_id_t;                     /* clock identification
> type */
>
>                 ^
>
> 1 error generated.
> ---
>
> It seems that clock_gettime etc are not implemented...
>
> Andy
> --
> http://andywilliams.me
> http://ajwillia.ms
> ------------------------------------------------------------
>
> ------------------
>
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to