W0153R wrote: 
> Thanks, that got me a bit further. Now I'm getting:
> > 
Code:
--------------------
  >   > 
  > buffer.c: In function `buf_init':
  > buffer.c:103: warning: implicit declaration of function 
`pthread_mutexattr_setprotocol'
  > buffer.c:103: error: `PTHREAD_PRIO_INHERIT' undeclared (first use in this 
function)
  > 
--------------------
> > 

You need to check the pthread library to see if it supports this - you
could possibly comment out this section of the code if you need to.


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to