Hi,
I tried to configure and compile --with-gtk today but got a
compilation error. (Version: Latest and greatest from CVS MAIN.)
Seems like the event_stream structure has changed and that event-gtk.c
isn't updated accordingly. An the other hand I don't know what I'm
doing so the patch applied just makes it compile and run for me. It is
quite likely that the fix is something else ...
Patch ...
----------------------------------------------------------------------
--- event-gtk.c.~1~ Wed Jun 5 17:37:49 2002
+++ event-gtk.c Mon Jun 10 14:57:16 2002
@@ -1779,8 +1779,8 @@
gtk_event_stream->select_process_cb = emacs_gtk_select_process;
gtk_event_stream->unselect_process_cb = emacs_gtk_unselect_process;
gtk_event_stream->quit_p_cb = emacs_gtk_quit_p;
- gtk_event_stream->create_stream_pair_cb= emacs_gtk_create_stream_pair;
- gtk_event_stream->delete_stream_pair_cb= emacs_gtk_delete_stream_pair;
+ gtk_event_stream->create_io_streams_cb= emacs_gtk_create_io_streams;
+ gtk_event_stream->delete_io_streams_cb= emacs_gtk_delete_io_streams;
gtk_event_stream->force_event_pending = emacs_gtk_force_event_pending;
the_GTK_timeout_blocktype = Blocktype_new (struct GTK_timeout_blocktype);
----------------------------------------------------------------------
Yours
--
%% Mats
Show replies by date