Hi, :-) I am faced by the difficulity during compiling the new version of vim 7.1. I think I already have dev packages(gtk2-dev, gnome2-dev, xft-dev, ...) but my system could not compile `gui_gtk_x11.c'
Any helpful suggestions appreciated. :-) Regards, keedi ---- I changed src/Makefile just uncomment below items and remain others default: CONF_OPT_GUI = --enable-gui=gnome2 CONF_OPT_PERL = --enable-perlinterp CONF_OPT_CSCOPE = --enable-cscope CONF_OPT_MULTIBYTE = --enable-multibyte CONF_OPT_INPUT = --enable-hangulinput CONF_OPT_OUTPUT = --enable-fontset CONF_OPT_FEAT = --with-features=huge Environment: OS: Ubuntu Linux Edgy, 2.6.17-11-generic LANG: ko_KR.UTF-8 compile error message: gui_gtk_x11.c: In function ‘gui_mch_init_check’: gui_gtk_x11.c:1586: warning: pointer targets in passing argument 2 of ‘dcgettext’ differ in signedness gui_gtk_x11.c: In function ‘sm_client_die’: gui_gtk_x11.c:2339: warning: pointer targets in passing argument 2 of ‘vim_strncpy’ differ in signedness gui_gtk_x11.c: In function ‘gui_mch_get_fontset’: gui_gtk_x11.c:4610: warning: pointer targets in passing argument 2 of ‘dcgettext’ differ in signedness gui_gtk_x11.c: In function ‘gui_mch_get_font’: gui_gtk_x11.c:5221: warning: pointer targets in passing argument 2 of ‘dcgettext’ differ in signedness gui_gtk_x11.c: In function ‘gui_mch_set_fontset’: gui_gtk_x11.c:5348: error: ‘gui_T’ has no member named ‘current_font’ gui_gtk_x11.c: In function ‘gui_mch_free_fontset’: gui_gtk_x11.c:5374: warning: passing argument 1 of ‘gdk_font_unref’ from incompatible pointer type make: *** [objects/gui_gtk_x11.o] Error 1
