From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Vollmer To: "Firstname Lastname" Cc: guile-gtk@sourceware.cygnus.com Subject: Re: immediate hanging Date: Fri, 07 Apr 2000 15:50:00 -0000 Message-id: <87aej54jap.fsf@zagadka.ping.de> References: <20000407213754.8516.qmail@hotmail.com> X-SW-Source: 2000-q2/msg00001.html "Firstname Lastname" writes: > I have compiled several versions of guile-gtk, from CVS and released > versions. and whenever i run it, i get the "gtk>" i can type stuff in, but > never get any response. what am i doing wrong? Ok, something changed in Guile and guile-gtk could not get the FD of the current input port. I fixed it in CVS. Could you try it out? 2000-04-08 Marius Vollmer * guile-gtk.c, guile-gtk.h (sgtk_port2fileno): New. This works with newer Guiles. * build-guile-gtk (file-descriptor): Use it.