Hello!
>> ;;; compiling ./makers//makers.sls >> ;;; compiling ./makers//helpers.sls >> ;;; compiled >> /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/makers/helpers.sls.go >> ;;; compiled >> /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/makers/makers.sls.go >> ;;; compiled >> /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/tests/test-makers.sps.go >> guile: uncaught throw to r6rs:exception: >> (#<r6rs:record:&raise-object-wrapper>) >> make: *** [gtest] Error 1 > > Yes this is where I am now. I don't know much about our r6rs condition > shims... I haven't been following this thread as closely as I should, but FWIW, that's the result of a call to R6RS's `raise' (or `raise-continuable') -- Guile's default throw handler doesn't know how to unpack it. For debugging, you might try installing an R6RS exception handler at the top level. I'll also jump in and take a look. Regards, Julian