[Bug 772451] Broken clock_gettime and mkostemp detection with XCode 8

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Oct 24 09:05:54 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=772451

--- Comment #14 from Andoni Morales <ylatuya at gmail.com> ---
But even a simple test case like this one compiles correctly with
-mmacosx-version-min=10.7, the only way to make it fail is with
-Werror=partial-availability  :(

#include <time.h>

int main () {
  struct timespec ts;
  clock_gettime (CLOCK_REALTIME, &ts);
}

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list