INFORMATIONS: ------------- - Target: i386-pc-cygwin32: - Date: November 26, 2001 - Author: By Eric Lassauge http://lassauge.free.fr/cygwin/ - Requirements: you need the following "packages": CygWin/XFree86 (I used xfree-4.1.0) gtk+-1.2.10 glib-1.2.10 libiconv-1.6.1 These can be found at Jong B. Lee web site: http://my.dreamwiz.com/jbdoll/ PACKAGE vim-6.0.93-gtkgvim.tar.bz2 --------------------------------- - Based on vim-6.0.93-1-src.tar.gz: This package is just a recompilation of vim for Cygwin enabling the Gtk GUI interface gvim for Cygwin/XFree. - Binary package built for an i686 with: env CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usal/li/local/lib" CFLAGS="-O4 -march=i686 -mcpu=i686" ./configure --prefix=/usr --with-features=normal --enable-cscope --enable-multibyte --enable-fontset --with-x --enable-gui=gtk - Had to modify src/auto/config.cache to add ICONV (why ?) - installed vim executable is renamed to gvim and links are made against it. cd cd usr/bin rm gvim mv vim.exe ../gvim.exe rm * mv ../gvim.exe . ln -s gvim.exe gview ln -s gvim.exe gvimdiff ln -s gvim.exe rgview ln -s gvim.exe rgvim - all files allready in the standard vim package are deleted: cd \rm -rf usr/share BUGS ---- - apparently menu texts are not translated, why ?