You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread_pool.c: In function ‘hts_tpool_init’:
thread_pool.c:676: warning: implicit declaration of function ‘pthread_mutexattr_settype’
thread_pool.c:676: error: ‘PTHREAD_MUTEX_RECURSIVE’ undeclared (first use in this function)
thread_pool.c:676: error: (Each undeclared identifier is reported only once
thread_pool.c:676: error: for each function it appears in.)
make[2]: *** [thread_pool.o] Error 1
Is it common?
Thanks.
Frank
The text was updated successfully, but these errors were encountered:
Hi Frank,
Are you still having this issue? Are you able to compile htslib, aside from bxtools? That might give some clues. I haven't seen this issue before.
Jeremiah
Sorry all, i was able to install it using docker image, can i request if anyone from the team can build a docker image for this it will be very helpful just a thought.
Hello team,
Thanks for developing bxtools.
While installing i encounter this error.
thread_pool.c: In function ‘hts_tpool_init’:
thread_pool.c:676: warning: implicit declaration of function ‘pthread_mutexattr_settype’
thread_pool.c:676: error: ‘PTHREAD_MUTEX_RECURSIVE’ undeclared (first use in this function)
thread_pool.c:676: error: (Each undeclared identifier is reported only once
thread_pool.c:676: error: for each function it appears in.)
make[2]: *** [thread_pool.o] Error 1
Is it common?
Thanks.
Frank
The text was updated successfully, but these errors were encountered: