Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
From: Rohan Shah <rohan.shah@mcgill.ca>
Subject: Re: vim and python
Date: Mon, 14 Jun 2004 09:18:51 -0400
Lines: 34
Message-ID: <cak8js$sdf$1@sea.gmane.org>
References: <cad65k$jbm$1@sea.gmane.org> <20040614083808.GD1365@cygbert.vinschen.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Complaints-To: usenet@sea.gmane.org
X-Gmane-NNTP-Posting-Host: 132.216.217.54
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113
In-Reply-To: <20040614083808.GD1365@cygbert.vinschen.de>

Thanks, that was very helpful. I would like to uninstall the version of 
vim that cygwin installed and then re-install vim with python support. 
How can I uninstall vim? How can I set path related options? What path 
related options should I use?

Rohan


Corinna Vinschen wrote:
> On Jun 11 16:54, Rohan Shah wrote:
> 
>>How can I add python support to Vim in Cygwin? I have never installed a 
>>package other than the ones listed on the cygwin setup menu. I know that 
>>I have to download the vim source code and compile it with some python 
>>libraries? But how do I do this? Can someone please help?
> 
> 
> In the unpacked vim-6.3-1 source directory call
> 
>     ./configure \
> 	--enable-multibyte \
> 	--without-x \
> 	--enable-gui=no \
> 	--enable-pythoninterp
> 
> All but the last option are also set in the standard build.  Note that
> the --enable-pythoninterp option is untested on Cygwin.  When configure
> has finished, call `make' and `make install`.  Since all path related
> options are unset, this will install your version of vim under /usr/local.
> So it doesn't collide with the Cygwin installed vim.
> 
> 
> Corinna
> 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

