From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37099 invoked by alias); 22 Jan 2016 21:07:56 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 37086 invoked by uid 89); 22 Jan 2016 21:07:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.0 required=5.0 tests=AWL,BAYES_40,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=signs, visual, arabic, gui X-HELO: mail-wm0-f45.google.com Received: from mail-wm0-f45.google.com (HELO mail-wm0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 22 Jan 2016 21:07:54 +0000 Received: by mail-wm0-f45.google.com with SMTP id 123so29138436wmz.0 for ; Fri, 22 Jan 2016 13:07:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=HvZ08mb0QfGFDoEffreFGhFaBeVBachBqXkaoX0vaXw=; b=Et89F5maFhl2fiVwNIbxXLxwxAzq1+rAxtfwgaLVYZmuPZBrCkhoes+ZY50zz2Vl72 ziARhfKG3fMHjgSCQjdoP90oADFPfKsmgD7VkQ8oY4hMnnpDTut1dI5TMYR17eig00dt R5xnwR/cF0sutFros5T77H+A6KbFtSRL64KojygKo5IcUt/05DWIxGd9t2ZY+eGpViTA jE4kb6loyrvaPem3Y6vBX1rSMHMFe63N2KJAFGmfAMbyBhU71Ob69K74xiNhZcNK/YVC tSUNspflvjUErVjkcgzsu95Jx6X+KMMQTAWrkGSfr/Y0OMLw9xWvVc7eVbWrRqqTJ/i/ 8mYg== X-Gm-Message-State: AG10YOQ9HdHzQXG+BKHiXD+4urFLKZdizwbNEBaqEhMmkCtITu+lWaCbRHeBZ0MfVdl7YQfR2muyMOSJ8zc8cQ== X-Received: by 10.28.227.67 with SMTP id a64mr5531648wmh.74.1453496871187; Fri, 22 Jan 2016 13:07:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.8.137 with HTTP; Fri, 22 Jan 2016 13:07:11 -0800 (PST) From: "Martin T." Date: Fri, 22 Jan 2016 23:34:00 -0000 Message-ID: Subject: How to compile vim so that the server feature works? To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-01/txt/msg00302.txt.bz2 I want to run vim in servermode. I need the +clientserver feature for this to work, so I have to compile vim myself. I have done this but servermode does not work. this is what I have done $ ./configure --with-x --with-features=huge --enable-luainterp --with-luajit --enable-pythoninterp --enable-python3interp clean $ make && make install $ where vim C:\cygwin64\usr\local\bin\vim.exe C:\cygwin64\bin\vim.exe $ which vim /usr/local/bin/vim $ vim --version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jan 21 2016 23:08:34) Included patches: 1-1148 Compiled by username@machine Huge version without GUI. Features included (+) or not (-): +acl +farsi +mouse_netterm +syntax +arabic +file_in_path +mouse_sgr +tag_binary +autocmd +find_in_path -mouse_sysmouse +tag_old_static -balloon_eval +float +mouse_urxvt -tag_any_white -browse +folding +mouse_xterm -tcl ++builtin_terms -footer +multi_byte +terminfo +byte_offset +fork() +multi_lang +termresponse +cindent -gettext -mzscheme +textobjects +clientserver -hangul_input +netbeans_intg +title +clipboard -iconv +path_extra -toolbar +cmdline_compl +insert_expand -perl +user_commands +cmdline_hist +jumplist +persistent_undo +vertsplit +cmdline_info +keymap +postscript +virtualedit +comments +langmap +printer +visual +conceal +libcall +profile +visualextra +cryptv +linebreak +python/dyn +viminfo +cscope +lispindent +python3/dyn +vreplace +cursorbind +listcmds +quickfix +wildignore +cursorshape +localmap +reltime +wildmenu +dialog_con +lua +rightleft +windows +diff +menu -ruby +writebackup +digraphs +mksession +scrollbind +X11 -dnd +modify_fname +signs +xfontset -ebcdic +mouse +smartindent -xim +emacs_tags -mouseshape -sniff +xsmp_interact +eval +mouse_dec +startuptime +xterm_clipboard +ex_extra -mouse_gpm +statusline -xterm_save +extra_search -mouse_jsbterm -sun_workshop -xpm 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/local/share/vim" Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 Linking: gcc -L/usr/local/lib -Wl,--as-needed -o vim.exe -lSM -lICE -lXt -lX11 -lXdmcp -lSM -lICE -lm -lncurses -L/usr/lib -lluajit-5.1 $ /bin/vim --servername foo VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Oct 8 2015 00:46:23) Unknown option argument: "--servername" More info with: "vim -h" $ /usr/local/bin/vim --servername foo # starts vim new bash instance $ vim --serverlist no foo server listed What do I need to do to get that feature working in cygwin? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple