Re: unbound variable: glade-xml-new?
Andreas Rottmann <[email protected]> Sun, 10 Apr 2011 06:55:25 +0200
| Newsgroups | gmane.lisp.guile.gtk |
|---|---|
| Message-ID | <[email protected]> |
nalaginrut <[email protected]> writes: > hi,all! > I run my guile-gnome test program, but get this error: > ========================================= > ./test.scm > ;;; note: source file /home/nalaginrut/tmp/guitest/./test.scm > ;;; newer than > compiled /home/nalaginrut/.cache/guile/ccache/2.0-LE-4-2.0/home/nalaginrut/tmp/guitest/test.scm.go > ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 > ;;; or pass the --no-auto-compile argument to disable. > ;;; compiling /home/nalaginrut/tmp/guitest/./test.scm > ;;; note: source file /usr/local/share/guile-gnome-2/gnome/gtk.scm > ;;; newer than > compiled /home/nalaginrut/.cache/guile/ccache/2.0-LE-4-2.0/usr/local/share/guile-gnome-2/gnome/gtk.scm.go > ;;; compiling /usr/local/share/guile-gnome-2/gnome/gtk.scm > ;;; WARNING: compilation of /usr/local/share/guile-gnome-2/gnome/gtk.scm > failed: > ;;; key misc-error, throw args ("%gw:wrapset-new" "dependency on > nonexisting wrapset: standard" () #f) > ;;; WARNING: compilation of /home/nalaginrut/tmp/guitest/./test.scm > failed: > ;;; key misc-error, throw_args ("%gw:wrapset-new" "dependency on > nonexisting wrapset: standard" () #f) > ;;; note: source file /usr/local/share/guile-gnome-2/gnome/glade.scm > ;;; newer than > compiled /home/nalaginrut/.cache/guile/ccache/2.0-LE-4-2.0/usr/local/share/guile-gnome-2/gnome/glade.scm.go > ;;; compiling /usr/local/share/guile-gnome-2/gnome/glade.scm > ;;; WARNING: compilation > of /usr/local/share/guile-gnome-2/gnome/glade.scm failed: > ;;; key misc-error, throw args ("%gw:wrapset-new" "dependency on > nonexisting wrapset: standard" () #f) > Backtrace: > In ../../module/ice-9/boot-9.scm: > 170: 12 [catch #t #<catch-closure 843ea70> ...] > In unknown file: > ?: 11 [catch-closure] > In ../../module/ice-9/boot-9.scm: > 62: 10 [call-with-prompt prompt0 ...] > In ../../module/ice-9/eval.scm: > 389: 9 [eval # #] > In ../../module/ice-9/boot-9.scm: > 1917: 8 [save-module-excursion #<procedure 844bfe0 > at ../../module/ice-9/boot-9.scm:3339:3 ()>] > 3346: 7 [#<procedure 844bfe0 at ../../module/ice-9/boot-9.scm:3339:3 > ()>] > 1189: 6 [%start-stack load-stack ...] > 1194: 5 [#<procedure 89d5228 ()>] > In unknown file: > ?: 4 [primitive-load "/home/nalaginrut/tmp/guitest/./test.scm"] > In ../../module/ice-9/eval.scm: > 410: 3 [eval # ()] > 349: 2 [eval # ()] > 356: 1 [eval #<memoized glade-xml-new> ()] > In unknown file: > ?: 0 [memoize-variable-access! #<memoized glade-xml-new> #<directory > # 83bda20>] > > ERROR: In procedure memoize-variable-access!: > ERROR: Unbound variable: glade-xml-new > =============================================== > > My guile and guile-gnome and g-wrap is the newest. > Could anybody help me to fix it? > This is a known issue; recent changes in G-Wrap broke guile-gnome, because the latter does "clever" things regarding wrapset generation. I've started to look into the issue, but in the meantime, you should try with G-Wrap 9b69fea939, or the revision before that. Regards, Rotty -- Andreas Rottmann -- <http://rotty.yi.org/>