Saturday, January 30, 2010

Builing Vim on slack for console with clipboard enabled

I'm using vim 7.2 on Slackware 13.0 32-bit.

This system has two 'vims': the gui version compiled as gvim and
`vim' compiled without the gui. I would like to recompile the
console `vim' with support for the clipboard and without the
embedding of the perl and python interpreters, but with the option
to embed the interperters if necessary.
FYI: I've looked thru my vim scripts and don't believe that either
binary is needed.
Below is partial output from vim --version
"""
VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Aug 24 2009 20:04:48)
Included patches: 1-245
Compiled by <volkerdi@slackware.com>
Huge version without GUI. Features included (+) or not (-):
+arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset
+cindent
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info
+comments
+cryptv +cscope +cursorshape +dialog_con +diff +digraphs -dnd
-ebcdic
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path
+find_in_path
+float +folding -footer +fork() +gettext -hangul_input +iconv
+insert_expand
+jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds
+localmap
+menu +mksession +modify_fname +mouse -mouseshape +mouse_dec
+mouse_gpm
-mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm
+multi_byte
+multi_lang -mzscheme -netbeans_intg -osfiletype +path_extra +perl
+postscript
+printer +profile +python +quickfix +reltime +rightleft -ruby
+scrollbind
+signs +smartindent -sniff +statusline -sun_workshop +syntax
+tag_binary
+tag_old_static -tag_any_white -tcl +terminfo +termresponse
+textobjects +title
-toolbar +user_commands +vertsplit +virtualedit +visual
+visualextra +viminfo
+vreplace +wildignore +wildmenu +windows +writebackup -X11
-xfontset -xim -xsmp
-xterm_clipboard -xterm_save
"""
I could really use some tips on how to recompile with the following
changes: +clipboard +xterm_clipboard, -python, -perl

Thus far, I have not found invoking:
./configure --help
sufficient to my inquiry.

thanks
--
Tim
tim@johnsons-web.com
http://www.akwebsoft.com

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments: