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

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

Re: libglade and guile-gtk


From: Andreas Rottmann
Subject: Re: libglade and guile-gtk
Date: Tue, 06 Jan 2004 12:10:07 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Ken Restivo <address@hidden> writes:

> I'm trying to find out if Guile and libglade work together, and can't seem to 
> get the simplest sample application to run.
>
> When I run:
>       (use-modules
>               (gtk gtk)
>               (gtk libglade)
>       )
>       (define gui (glade-xml-new "gladetest.glade" "topwindow"))
>       (glade-xml-signal-autoconnect gui)
>       (define w (glade-xml-get-widget gui "topwindow") )
>       (gtk-standalone-main w)
>
[error msgs snipped]

> I'm on Debian Woody, with GTK1.2, libglade0 0.17, Guile 1.4, and libguilegtk0 
> 0.20.
>
> I'm probably doing something very obviously wrong, but I've no idea what. 
>
Maybe you could try guile-gobject[1], which is contains a GTK+2
binding, including libglade (the glade example seems to work for me
[tm])...

Also, you might be interested in the guile-gtk mailing list[2].

[1] http://www.gnu.org/software/guile-gtk/docs/guile-gobject/
[2] http://mail.gnu.org/mailman/listinfo/guile-gtk-general/
-- 
Andreas Rottmann         | address@hidden      | address@hidden | address@hidden
http://yi.org/rotty      | GnuPG Key: http://yi.org/rotty/gpg.asc
Fingerprint              | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62

Packages should build-depend on what they should build-depend.




reply via email to

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