Howdy Guilers, As some of you know, I've been slowing bringing scwm back up to speed. I've gotten quite far but the next major hurdle is gtk+, so I am attempting to build and install that. The first thing needed is guile-lib, which builds fine for me from git but has the following error output. $ guile --version guile (GNU Guile) 2.0.0.63-fd029 And I'm using libgc from the 7.2alpha5 tarball. Here is the important part of make check output. (also attached is the full make check output) trap-enable is not mentioned in the guile NEWS. PASS: search.basic.scm Backtrace: In module/ice-9/boot-9.scm: 170: 11 [catch #t # ...] In unknown file: ?: 10 [catch-closure] In module/ice-9/boot-9.scm: 62: 9 [call-with-prompt prompt0 ...] In module/ice-9/eval.scm: 389: 8 [eval # #] In module/ice-9/boot-9.scm: 1917: 7 [save-module-excursion #] 3346: 6 [#] 1189: 5 [%start-stack load-stack ...] 1194: 4 [#] In unknown file: ?: 3 [primitive-load "/home/dsmith/src/guile-lib/unit-tests/./statprof.scm"] In module/ice-9/eval.scm: 349: 2 [eval # ()] 356: 1 [eval # ()] In unknown file: ?: 0 [memoize-variable-access! # #] ERROR: In procedure memoize-variable-access!: ERROR: Unbound variable: trap-enable Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. FAIL: statprof.scm -Dale