<dsm...@roadrunner.com> writes:

> 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.

I had a feeling that a lot (or even maybe all) of guile-lib got merged
into the main Guile distribution.  So are you sure you still need
separate guile-lib at all?

> PASS: search.basic.scm
> Backtrace:
> In module/ice-9/boot-9.scm:
>  170: 11 [catch #t #<catch-closure 10ea2c0> ...]
> 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 #<procedure 10f5840 at 
> module/ice-9/boot-9.scm:3339:3 ()>]
> 3346: 6 [#<procedure 10f5840 at module/ice-9/boot-9.scm:3339:3 ()>]
> 1189: 5 [%start-stack load-stack ...]
> 1194: 4 [#<procedure 1105990 ()>]
> In unknown file:
>    ?: 3 [primitive-load 
> "/home/dsmith/src/guile-lib/unit-tests/./statprof.scm"]
> In module/ice-9/eval.scm:
>  349: 2 [eval #<memoized (trap-enable (quote traps))> ()]
>  356: 1 [eval #<memoized trap-enable> ()]
> In unknown file:
>    ?: 0 [memoize-variable-access! #<memoized trap-enable> #<directory # 
> fea090>]

There's certainly a statprof.scm in core Guile, which doesn't use
trap-enable.

Regards,
        Neil

Reply via email to