public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* Re: Current status of guile-gnome/guile-gtk?
       [not found] <20010419160201.A16701@gnumatic.com>
@ 2001-04-19 17:54 ` Ariel Rios
  2001-04-20  6:56   ` Bill Gribble
  0 siblings, 1 reply; 3+ messages in thread
From: Ariel Rios @ 2001-04-19 17:54 UTC (permalink / raw)
  To: Bill Gribble; +Cc: guile-user, guile-gtk

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 737 bytes --]

El 19 Apr 2001 16:02:01 -0500, Bill Gribble escribió:
> I'm starting to poke around with the idea of a guile-based gui for a
> new app I'm working on.  I understand that guile-gnome is more-or-less
> broken, 

CCd to guile-gtk list

What do you mean by broken? Which version of gnome-guile?
What is the problem?

at least the version that Debian ships with guile-1.4, and
> that guile-gtk works a bit better.  True?  Is there a combination of
> guile version and guile-gnome version that works?
Latest 0.20 works, old 0.10 works...

> Also, I notice that libglade-guile is part of the guile-gtk module
> tree.  Are there any examples of how it works, or documentation?
libglade is part of gnome-guile. CVS tree has examples...

ariel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Current status of guile-gnome/guile-gtk?
  2001-04-19 17:54 ` Current status of guile-gnome/guile-gtk? Ariel Rios
@ 2001-04-20  6:56   ` Bill Gribble
  2001-04-20  8:51     ` Ariel Rios
  0 siblings, 1 reply; 3+ messages in thread
From: Bill Gribble @ 2001-04-20  6:56 UTC (permalink / raw)
  To: Ariel Rios; +Cc: guile-user, guile-gtk

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 '())

[GNOME segmentation fault dialog]

The backtrace would be rather useless because it's all scm_ functions
with no debugging info.  My guess is that the wrapper definitions are
somehow out of date WRT current GNOME.  The the Debian maintainer
says he sent a bug report but I can't find it on bugzilla; the 
original Debian bug report is at 

http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=69144

It's against an older version but the problem is the same.

BTW, both the libguilegnome / libguilegtk and guile Debian maintainers
listed below work for Gnumatic too, and I'm pretty much in continuous
communication with both of them on irc.gnome.org #gnucash so I can
help with communication if necessary.

Thanks,
Bill Gribble
Gnumatic

firetrap> dpkg --status libguilegnome0
Package: libguilegnome0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 547
Maintainer: James LewisMoss <dres@debian.org>
Source: gnome-guile
Version: 1:0.19-pre0.20-5

firetrap> dpkg --status guile1.4
Package: guile1.4
Status: install ok installed
Priority: optional
Section: interpreters
Installed-Size: 124
Maintainer: Rob Browning <rlb@cs.utexas.edu>
Source: guile-core
Version: 1:1.4-10

firetrap> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Current status of guile-gnome/guile-gtk?
  2001-04-20  6:56   ` Bill Gribble
@ 2001-04-20  8:51     ` Ariel Rios
  0 siblings, 0 replies; 3+ messages in thread
From: Ariel Rios @ 2001-04-20  8:51 UTC (permalink / raw)
  To: Bill Gribble; +Cc: guile-user, guile-gtk

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 691 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-04-20  8:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010419160201.A16701@gnumatic.com>
2001-04-19 17:54 ` Current status of guile-gnome/guile-gtk? Ariel Rios
2001-04-20  6:56   ` Bill Gribble
2001-04-20  8:51     ` Ariel Rios

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).