Hi, Han-Wen Nienhuys writes: > As a review comment: is there a specific reason to do HAVE_CONFIG_H ? In > what case do we not HAVE_CONFIG_H ? Yes, when `AC_CONFIG_HEADERS' isn't used. It's correct Autoconf practice to check for `HAVE_CONFIG_H'. > Ludovic Courtčs escreveu: >> Can you please restart from there and report back? > > from ../../libguile/scmconfig.h:25, > from /home/lilydev/vc/gub/target/mingw/src/guile-1.9.git/libguile/__scm.h:52, > from /home/lilydev/vc/gub/target/mingw/src/guile-1.9.git/libguile.h:30, > from /home/lilydev/vc/gub/target/mingw/src/guile-1.9.git/test-suite/standalone/test-asmobs-lib.c:18: > ../../lib/time.h:76: error: expected ';', ',' or ')' before '__timer' > ../../lib/time.h:78: error: expected ';', ',' or ')' before '__timer' > make[4]: ** [libtest_asmobs_la-test-asmobs-lib.lo] Erro 1 > make[4]: Saindo do diretório `/home/lilydev/vc/gub/target/mingw/build/gui Of course, I had forgotten the tests. I'm sure we're almost done now. :-) Thanks, Ludo'.