Message-ID: Date: Fri, 3 Nov 2006 11:13:20 -0500 From: "David Powers" To: lablgtk at math.nagoya-u.ac.jp Subject: GtkSocket interface MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-Type: text/plain; charset=UTF-8; format=flowed Content-Length: 445 An attempt to build the socket.ml example on a Fedora Core 5 machine with OCaml 3.09, Gtk 2.8, and the latest lablgtk code produces: Fatal error: exception Failure("Gobject.unsafe_create : type GtkSocket is not yet defined") when GWindow.socket is called. Oddly, I can create a plug object without this error, which implies that the socket/plug infrastructure is available. Does anyone have any thoughts on how this could be fixed? -David