search for: _next_mutex_id

Displaying 2 results from an estimated 2 matches for "_next_mutex_id".

2004 Aug 06
1
ices 0.2.2 and Mac OS X 10.1?
....c:40: thread.h:48: conflicting types for `thread_t' /usr/include/mach/mach_types.h:98: previous declaration of `thread_t' thread.c: In function `_block_signals': thread.c:184: warning: implicit declaration of function `pthread_sigmask' thread.c: At top level: thread.c:70: warning: `_next_mutex_id' defined but not used make[2]: *** [thread.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 I dug in and renamed thread_t in the ices code, and added: #define pthread_sigmask(A,B,C) sigprocmask((A),(B),(C)) to thread/thread.h on the advice of some notes on...
2004 Aug 06
2
Trouble compiling ices
.../log' Making all in thread make[2]: Entering directory `/tmp/mp3/ices-0.2.2/thread' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../avl -I../log -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/i386-linux/CORE -I/usr/include/gnome-xml -g -O2 -Wall -c thread.c thread.c:70: warning: `_next_mutex_id' defined but not used rm -f libicethread.a ar cru libicethread.a thread.o ranlib libicethread.a make[2]: Leaving directory `/tmp/mp3/ices-0.2.2/thread' Making all in src make[2]: Entering directory `/tmp/mp3/ices-0.2.2/src' Making all in playlist make[3]: Entering directory `/tmp/mp3/ic...