[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Current status of guile-gnome/guile-gtk?
From: |
Ariel Rios |
Subject: |
Re: Current status of guile-gnome/guile-gtk? |
Date: |
20 Apr 2001 21:57:03 -0400 |
El 20 Apr 2001 08:56:39 -0500, Bill Gribble escribió:
> On Thu, Apr 19, 2001 at 06:52:06PM -0400, Ariel Rios wrote:
> > What do you mean by broken? Which version of gnome-guile?
> > What is the problem?
>
> firetrap> guile
> guile> (use-modules (gnome gnome))
> guile> (gnome-init-hack "test" #f '())
Ok If you do the following you will not get a core dump:
(define (go)
(gnome-init-hack "go" #f '())
(let ((window (gtk-window-new 'toplevel)))
(gtk-widget-show window)))
(go)
>
> [GNOME segmentation fault dialog]
I have been able to reproduce the SEG fault and will be checking it.
Meanwhile you should be able to use gnome-guile as previously shown
ariel