g-wrap-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-gnome-platform incompatibilities with recent changes.


From: dsmich
Subject: Re: guile-gnome-platform incompatibilities with recent changes.
Date: Mon, 4 Apr 2011 21:21:30 -0400

---- Andreas Rottmann <address@hidden> wrote: 
> <address@hidden> writes:
> > Sorry, I don't have more details right now.  I'll get some examples of
> > the errors soonish.  I just had a look though the mailing list
> > archives and noticed that it hadn't been mentioned yet, so I'm
> > mentioning.  ;^)
> >
> Thanks for brining this issue up "formally" ;-).  I'm aware of it, but
> haven't found the time to investigate the cause.  My intuition is that
> guile-gnome might do something extraordinary regarding wrapset
> dependencies, but I might well be wrong.  I guess it was 2ce0ccf that
> broke it -- if you could verify that, I would be grateful.

Ok!  It's actually at 2ce0ccf93 where things break, not 9b69fea93.

Here is the current error at 2ce0ccf93 on a second run.  There are
quite a few unbound variable warnings during the first run.

This is with Guile 2.0.0.161-90fed9

$ guile-gnome-2 hello.scm 
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/dsmith/src/guile-gnome-platform/gtk/examples/hello.scm
;;; 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/dsmith/src/guile-gnome-platform/gtk/examples/hello.scm failed:
;;; key misc-error, throw_args ("%gw:wrapset-new" "dependency on nonexisting 
wrapset: standard" () #f)
Backtrace:
In ice-9/boot-9.scm:
 170: 12 [catch #t #<catch-closure 19e75e0> ...]
In unknown file:
   ?: 11 [catch-closure]
In ice-9/boot-9.scm:
  62: 10 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 389: 9 [eval # #]
In ice-9/boot-9.scm:
1917: 8 [save-module-excursion #<procedure 19f2540 at ice-9/boot-9.scm:3339:3 
()>]
3346: 7 [#<procedure 19f2540 at ice-9/boot-9.scm:3339:3 ()>]
1189: 6 [%start-stack load-stack ...]
1194: 5 [#<procedure 235d870 ()>]
In unknown file:
   ?: 4 [primitive-load 
"/home/dsmith/src/guile-gnome-platform/gtk/examples/hello.scm"]
In ice-9/eval.scm:
 374: 3 [eval # #]
 350: 2 [eval # #]
 356: 1 [eval #<memoized <gtk-window>> #<directory (guile-user) 18e5090>]
In unknown file:
   ?: 0 [memoize-variable-access! #<memoized <gtk-window>> #<directory # 
18e5090>]

ERROR: In procedure memoize-variable-access!:
ERROR: Unbound variable: <gtk-window>

-Dale




reply via email to

[Prev in Thread] Current Thread [Next in Thread]