Hi,
Using --with-gui=gtk3 ends up with:
gui_gtk_x11.c:6471:5: error: unknown type name 'GdkInputCondition'
GdkInputCondition condition UNUSED)
^
gui_gtk_x11.c: In function 'gui_mch_wait_for_chars':
gui_gtk_x11.c:6503:6: warning: implicit declaration of function
'gdk_input_remove' [-Wimplicit-function-declaration]
gdk_input_remove(sniff_input_id);
^
gui_gtk_x11.c:6509:19: warning: implicit declaration of function
'gdk_input_add' [-Wimplicit-function-declaration]
sniff_input_id = gdk_input_add(fd_from_sniff,
^
gui_gtk_x11.c:6510:11: error: 'GDK_INPUT_READ' undeclared (first use in
this function)
GDK_INPUT_READ, sniff_request_cb, NULL);
^
gui_gtk_x11.c:6510:11: note: each undeclared identifier is reported only
once for each function it appears in
gui_gtk_x11.c:6510:27: error: 'sniff_request_cb' undeclared (first use in
this function)
GDK_INPUT_READ, sniff_request_cb, NULL);
^
Makefile:2760: recipe for target 'objects/gui_gtk_x11.o' failed
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.