guile-gtk-general
[Top][All Lists]
Advanced

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

guile-gnome . problems getting started


From: 53
Subject: guile-gnome . problems getting started
Date: Thu, 18 Sep 2008 23:20:52 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080726)

hi everybody,

im currently trying to use guile-gnome.
guile-gnome 2.16.1
guile 1.8.5

after a day work to get all the dependencies installed,
i now fail getting through this gobject tutorial:
http://www.gnu.org/software/guile-gnome/docs/gobject/html/gnome-gobject.html

btw, whoever is responsible, please dont let needed modules be mentioned in the explanation text;
show it like other code snippets.
i have a hard time with this inconsistency. if it even is one.

heres what i get. after loading "(gnome gobject)" and "(gnome gtk)",
mentioned in the explanations, it breaks with:

---
WARNING: (gnome gtk): imported module (gnome gobject generics) overrides core binding `connect' WARNING: (gnome gtk): `re-export-modules' imported from both (gnome gobject utils) and (gnome gw support modules)
Backtrace:
In unknown file:
  ?: 47* (if (or # #) (try-load-module name))
  ?: 48  [try-load-module (gnome gw gdk)]
?: 49 (or (begin (try-module-linked name)) (try-module-autoload name) ...)
  ?: 50* [try-module-autoload (gnome gw gdk)]
?: 51 (let* (# # # #) (resolve-module dir-hint-module-name #f) (and # #))
   ...
?: 52 (letrec ((load-file #)) (dynamic-wind (lambda () #) (lambda () #) ...) ...) ?: 53* [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
  ?: 54* [#<procedure #f ()>]
  ?: 55* (let* ((file #)) (cond (# => #) (# => #)))
?: 56 [#<procedure #f (full)> "/usr/share/guile-gnome-2/gnome/gw/gdk.scm"]
  ?: 57  [with-fluid* #<fluid 7> #f #<procedure #f ()>]
  ?: 58* [#<procedure #f ()>]
  ?: 59* [load-file #<primitive-procedure primitive-load> ...]
  ?: 60* [save-module-excursion #<procedure #f ()>]
  ?: 61  (let (# #) (dynamic-wind # thunk #))
?: 62 [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
  ?: 63* [#<procedure #f ()>]
  ?: 64* [primitive-load "/usr/share/guile-gnome-2/gnome/gw/gdk.scm"]
In /usr/share/guile-gnome-2/gnome/gw/gdk.scm:
 11: 65* [dynamic-call "gw_init_wrapset_gnome_gdk" ...
 13: 66* [dynamic-link "libgw-guile-gnome-gdk"]

/usr/share/guile-gnome-2/gnome/gw/gdk.scm:13:3: In procedure dynamic-link in expression (dynamic-link "libgw-guile-gnome-gdk"): /usr/share/guile-gnome-2/gnome/gw/gdk.scm:13:3: file: "libgw-guile-gnome-gdk", message: "file not found"
---
---
bash-3.2$ find /usr/lib/ -name libgw-guile-gnome-gdk*
/usr/lib/guile-gnome-2/libgw-guile-gnome-gdk.so.0.0.0
/usr/lib/guile-gnome-2/libgw-guile-gnome-gdk.la
/usr/lib/guile-gnome-2/libgw-guile-gnome-gdk.so
/usr/lib/guile-gnome-2/libgw-guile-gnome-gdk.so.0
---

previously exporting 'GUILE_LOAD_PATH' with '/usr/lib/guile-gnome-2/' doesnt help


ideas to solve this?
any help greatly appreciated




reply via email to

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