Custom compile vim +xterm_clipboard

2015-04-08 Thread Tim Johnson
It's been a long time since I have compiled vim. The following
version info is from ubuntu 14.0
[versioning info begins]
:version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jan  2 2014 19:39:32)
Included patches: 1-52
Modified by pkg-vim-maintain...@lists.alioth.debian.org
Compiled by buildd@
Huge version without GUI.  Features included (+) or not (-):
+acl +cmdline_hist-dnd -footer  +lispindent 
 -mouse_jsbterm   -perl+scrollbind  -tcl 
+viminfo -xterm_save
+arabic  +cmdline_info-ebcdic  +fork()  +listcmds   
 +mouse_netterm   +persistent_undo +signs   +terminfo
+vreplace-xpm
+autocmd +comments+emacs_tags  +gettext +localmap   
 +mouse_sgr   +postscript  +smartindent +termresponse
+wildignore
-balloon_eval+conceal +eval-hangul_input-lua
 -mouse_sysmouse  +printer -sniff   +textobjects 
+wildmenu
-browse  +cryptv  +ex_extra+iconv   +menu   
 +mouse_urxvt +profile +startuptime +title   
+windows
++builtin_terms  +cscope  +extra_search+insert_expand   +mksession  
 +mouse_xterm +python  +statusline  -toolbar 
+writebackup
+byte_offset +cursorbind  +farsi   +jumplist
+modify_fname+multi_byte  -python3 -sun_workshop
+user_commands   -X11
+cindent +cursorshape +file_in_path+keymap  +mouse  
 +multi_lang  +quickfix+syntax  +vertsplit   
-xfontset
-clientserver+dialog_con  +find_in_path+langmap -mouseshape 
 -mzscheme+reltime +tag_binary  +virtualedit -xim
-clipboard   +diff+float   +libcall +mouse_dec  
 +netbeans_intg   +rightleft   +tag_old_static  +visual  -xsmp
+cmdline_compl   +digraphs+folding +linebreak   +mouse_gpm  
 +path_extra  -ruby-tag_any_white   +visualextra 
-xterm_clipboard
   system vimrc file: $VIM/vimrc
 user vimrc file: $HOME/.vimrc
 2nd user vimrc file: ~/.vim/vimrc
  user exrc file: $HOME/.exrc
  fall-back for $VIM: /usr/share/vim
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=1
Linking: gcc   -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -o vim 
   -lm -ltinfo -lnsl  -lselinux  -lacl -lattr -lgpm -ldl
-L/usr/lib/python2.7/config-x86_64-linux-gnu -lpython2.7 -l
pthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 
-Wl,-Bsymbolic-functions
[versioning info ends]

I customarily use vim (without GUI.) for add-hoc work as the
external editor for Midnight Commander.

I'd like to have xterm_clipboard and clipboard enabled because I
want to paste directly to the system clipboard and I don't think I
need python for anything. Even tho' I am a python programmer, I
would be doing programming in the gui version

I've downloaded source via 
hg clone https://vim.googlecode.com/hg/ vim

I'd welcome pointers on how to make these changes

Thanks
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com

-- 
-- 
You received this message from the vim_use 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_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom compile vim +xterm_clipboard

2015-04-08 Thread Ben Fritz
On Wednesday, April 8, 2015 at 9:47:07 AM UTC-5, Tim Johnson wrote:
 
 I'd like to have xterm_clipboard and clipboard enabled because I
 want to paste directly to the system clipboard and I don't think I
 need python for anything. Even tho' I am a python programmer, I
 would be doing programming in the gui version
 
 I've downloaded source via 
 hg clone https://vim.googlecode.com/hg/ vim
 
 I'd welcome pointers on how to make these changes
 

Hi, Tim!

The next step is to install the dependencies, if you haven't done so already. 
You said you're on Ubuntu, so that's probably something like sudo apt-get 
build-dep vim-gnome.

After that, just building Vim with a feature set of NORMAL, BIG, or HUGE (I 
recommend HUGE to unlock all of Vim's features) should get you clipboard 
support.

You probably want to run the configure script prior to building.

See http://vim.wikia.com/wiki/Building_Vim

-- 
-- 
You received this message from the vim_use 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_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom compile vim +xterm_clipboard

2015-04-08 Thread Tim Johnson
* Ben Fritz fritzophre...@gmail.com [150408 07:11]:
 On Wednesday, April 8, 2015 at 9:47:07 AM UTC-5, Tim Johnson wrote:
  
  I'd like to have xterm_clipboard and clipboard enabled because I
  want to paste directly to the system clipboard and I don't think I
  need python for anything. Even tho' I am a python programmer, I
  would be doing programming in the gui version
  
  I've downloaded source via 
  hg clone https://vim.googlecode.com/hg/ vim
  
  I'd welcome pointers on how to make these changes
  
 
 Hi, Tim!
 
 The next step is to install the dependencies, if you haven't done so already. 
 You said you're on Ubuntu, so that's probably something like sudo apt-get 
 build-dep vim-gnome.
 
 After that, just building Vim with a feature set of NORMAL, BIG, or HUGE (I 
 recommend HUGE to unlock all of Vim's features) should get you clipboard 
 support.
 
 You probably want to run the configure script prior to building.
 
 See http://vim.wikia.com/wiki/Building_Vim
  Thanks for the link.  Gvim (vim with gui is already installed, so
  looks like I need to fiddle with the configure switches for the
  clipboard enabling.
  
  cheers
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com

-- 
-- 
You received this message from the vim_use 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_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.