[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling Guile-Gnome with latest G-Wrap
From: |
Ludovic Courtès |
Subject: |
Re: Compiling Guile-Gnome with latest G-Wrap |
Date: |
Sun, 11 Nov 2007 13:09:23 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Hi Andy,
Andy Wingo <address@hidden> writes:
> Try a version from this year, for example 2.15.94 ;-)
Indeed, I'm wondering how I ended up using that version, probably a
stale source tree...
2.15.95 builds fine but apparently lacks `apicheck.scm':
Backtrace:
In unknown file:
?: 0* [primitive-load "./api.scm"]
In ./api.scm:
19: 1* (use-modules (unit-test) (apicheck) (ice-9 pretty-print) (oop
goops))
19: 2 (eval-case (# # *unspecified*) (else #))
19: 3 (begin (process-use-modules (list (list #) (list #) ...))
*unspecified*)
In unknown file:
?: 4* [process-use-modules ((#) (#) (#) (#))]
?: 5 (let* ((interfaces #)) (call-with-deferred-observers (lambda () #)))
?: 6* [map #<procedure #f (mif-args)> ((#) (#) (#) (#))]
?: 7* [#<procedure #f (mif-args)> ((apicheck))]
?: 8* (or (apply resolve-interface mif-args) (error "no such module"
mif-args))
?: 9* [apply #<procedure resolve-interface (name . args)> ((apicheck))]
?: 10 [resolve-interface (apicheck)]
...
?: 11 (let* (# # # # ...) (and # #) (if # public-i #))
?: 12* (and (or (not module) (not public-i)) (error "no code for module"
name))
?: 13 [error "no code for module" (apicheck)]
...
?: 14 [scm-error misc-error #f "~A ~S" ("no code for module" (apicheck))
#f]
<unnamed port>: In procedure scm-error in expression (scm-error (quote
misc-error) #f ...):
<unnamed port>: no code for module (apicheck)
FAIL: api.scm
Thanks!
Ludo'.