guile-gnome-platform with guile git clone
David Pirotte <[email protected]> Wed, 9 Mar 2011 12:29:03 -0300
| Newsgroups | gmane.lisp.guile.gtk |
|---|---|
| Message-ID | <20110309122903.70ce5968@rascar> |
Hello,
Having uninstalled [purged] debian guile and 'related' guile previously installed packages,
successfully compiled/installed a git cloned guile, g-wrap, [bzr] guile-cairo and
guile-gnome-platform, got the following message when trying:
scheme@(guile-user)> (use-modules (oop goops) (gnome-2) (gnome gtk))
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; 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)
While compiling expression:
ERROR: In procedure %gw:wrapset-new: dependency on nonexisting wrapset: standard
David