I checked out latest vim7 from cvs repository.
cvs -z3 -d:pserver:anonymous@vim.cvs.sf.net:/cvsroot/vim checkout vim7
I tried:
./configure --enable-xterm_clipboard
but I got -
WARNING: unrecognized options --enable-xterm_clipboard
I tried:
./configure --with-x
but I got -
configure: error: unrecognized option: --with_x.
Can someone please tell me the correct way to configure with xterm_clipboard support?
Edit
I tried ./configure --with-feature=normal --with-x --with-gui in the src directory, but got WARNING: unrecognized options --with-feature, --with-gui at the end.
