Skip to content

Instantly share code, notes, and snippets.

@od0x0
Created August 31, 2010 17:29
Show Gist options
  • Save od0x0/559391 to your computer and use it in GitHub Desktop.
Save od0x0/559391 to your computer and use it in GitHub Desktop.
/opt/rock/sdk/threading/native/MutexUnix.ooc: In function ‘threading_native_MutexUnix__MutexUnix_new’:
/opt/rock/sdk/threading/native/MutexUnix.ooc:32: error: ‘__SIZEOF_PTHREAD_MUTEX_T’ undeclared (first use in this function)
/opt/rock/sdk/threading/native/MutexUnix.ooc:32: error: (Each undeclared identifier is reported only once
/opt/rock/sdk/threading/native/MutexUnix.ooc:32: error: for each function it appears in.)
/opt/rock/sdk/threading/native/MutexUnix.ooc: In function ‘threading_native_MutexUnix__RecursiveMutexUnix_new’:
/opt/rock/sdk/threading/native/MutexUnix.ooc:54: error: ‘__SIZEOF_PTHREAD_MUTEX_T’ undeclared (first use in this function)
C compiler failed (with code 1), aborting compilation process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment