Nils Durner <[EMAIL PROTECTED]> writes: > > However, pthread.h has to be included somewhere to have > timespec declared. > Otherwise, building fails with > > threads.c: In function `scm_timed_wait_condition_variable': > threads.c:1264: error: storage size of 'waittime' isn't known
It should come from pthread-threads.h, which is included by threads.h for SCM_USE_PTHREAD_THREADS. Can you check if that happens. _______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
