Building default threading implementation on OSX fails.

Issue #32 closed
Bram Stolk created an issue

Compilation fails when you build OpenDE on OSX, and use the '--enable-builtin-threading-impl' flag.

This is caused by the fact that OSX is missing the following: - CLOCK_MONOTONIC - pthread_condattr_setclock()

An implementation I found via Google may be of use here, perhaps. http://lists.freedesktop.org/archives/spice-devel/2010-September/001237.html

Comments (3)

  1. Log in to comment