Hi Roland... 2009/1/22 Neil Jerram <neiljer...@googlemail.com>: > 2009/1/22 Roland Haeder <r.hae...@web.de>: >> Here are more to fix: >> >> threads.c: In function >> `block_self': >> threads.c:231: warning: passing arg 3 of `scm_pthread_cond_timedwait' >> from incompatible pointer type > > There is an apparent mismatch between "const scm_t_timespec *" and > "const struct timespec *". But these are normally typedef'd to be the > same. I'll investigate if we can make them more obviously the same.
I believe I've fixed this [1]. If possible can you confirm the fix on your platform? [1] http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commit;h=94922b177bd2cb26a018a7605d4567701b2279b8 (This should cover all of the errors you reported apart from the missing braces ones.) Thanks, Neil