Re: guile-gnome-platform incompatibilities with recent changes.
<dsmich <at> roadrunner.com>
2011-04-05 01:21:30 GMT
---- Andreas Rottmann <a.rottmann <at> gmx.at> wrote:
> <dsmich <at> roadrunner.com> 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:
(Continue reading)