From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Vollmer To: Ariel Rios Cc: guile-gtk@sourceware.cygnus.com Subject: Re: Guile-gtk pre-0.17 Second Shot... Date: Tue, 05 Oct 1999 11:17:00 -0000 Message-id: <87zoxyn25g.fsf@zagadka.ping.de> References: <19991004041029.14622.qmail@nw177.netaddress.usa.net> X-SW-Source: 1999-q4/msg00011.html Ariel Rios writes: > I have uploaded a new pre017 version. I think you should use a newer version of libtool. I don't know what's current but libtool-1.2b is quite out-dated. I have libtool-1.3, which also has the added advantage of being an official release. I tried compiling your pre-release against a fresh CVS checkout of Gtk+. There was some problem with some header file that Gtk+ forgot to install but then it worked almost fine. The only thing is that gdk_window_get_id is no longer successful in breaking the GdkWindow abstraction barrier. You either might not want to care about that or add some test to configure.in to check whether we need to use "->xwindow" or "->drawable.xwindow". Running test-gtk.scm shows some inconsistencies tht are quickly discovered when clicking thru the buttons.