Hello, I tried building the latest git Guile, and got the following error:
CC libguile_2.0_la-alist.lo In file included from ../libguile.h:124, from ../libguile/programs.h:22, from ../libguile/_scm.h:84, from alist.c:25: ../libguile/inline.h:340: error: static declaration of 'scm_is_string' follows non-static declaration ../libguile/strings.h:128: error: previous declaration of 'scm_is_string' was here make[3]: *** [libguile_2.0_la-alist.lo] Error 1 I checked the log, and it looks like the declaration in inline.h was added quite recently. I removed it, and put back a definition of scm_is_string in libguile/strings.c, and everything worked. Noah