Robert Bielik
2017-02-28 09:05:54 UTC
Hi,
I'm building with Android NDK r13b, API level 12 and I get
C:/code/git/libs/libupnp/externals/asio/asio/include\asio/detail/impl/posix_event.ipp:39:17: error: no member named 'pthread_condattr_setclock' in the global namespace; did you mean 'pthread_condattr_setpshared'?
int error = ::pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
~~^~~~~~~~~~~~~~~~~~~~~~~~~
I've checked that 'pthread_condattr_setclock' is indeed available in libc.a for API-level 12 and up, any ideas ??
Regards
/Robert
I'm building with Android NDK r13b, API level 12 and I get
C:/code/git/libs/libupnp/externals/asio/asio/include\asio/detail/impl/posix_event.ipp:39:17: error: no member named 'pthread_condattr_setclock' in the global namespace; did you mean 'pthread_condattr_setpshared'?
int error = ::pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
~~^~~~~~~~~~~~~~~~~~~~~~~~~
I've checked that 'pthread_condattr_setclock' is indeed available in libc.a for API-level 12 and up, any ideas ??
Regards
/Robert