<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Make rails.vim Work: Compile VIM From Sources</title>
	<link>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/</link>
	<description>Music... Love... Passion... Software Development... Linux... and Fun! The combination of those make up a whole different universe by itself... Join in thinking, loving and creating!</description>
	<pubDate>Tue, 06 Jan 2009 04:59:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Isam</title>
		<link>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-25347</link>
		<author>Isam</author>
		<pubDate>Sun, 03 Aug 2008 01:44:21 +0000</pubDate>
		<guid>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-25347</guid>
					<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ramon Tayag</title>
		<link>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-25375</link>
		<author>Ramon Tayag</author>
		<pubDate>Sun, 03 Aug 2008 12:19:25 +0000</pubDate>
		<guid>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-25375</guid>
					<description>This is great thank you.  However, would you know how to install the latest gVim as well?</description>
		<content:encoded><![CDATA[<p>This is great thank you.  However, would you know how to install the latest gVim as well?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Toly</title>
		<link>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-25395</link>
		<author>Toly</author>
		<pubDate>Sun, 03 Aug 2008 16:55:18 +0000</pubDate>
		<guid>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-25395</guid>
					<description>welcome :) 

Ramon, 
    
    This will install latest gvim as well into "/usr/local/bin/", hence it should pick it up automatically:

user@host:~$ which gvimdiff 
/usr/local/bin/gvimdiff
user@host:~$ which gvim
/usr/local/bin/gvim

in order to check that you have latest gvim installed, run gvim and in command mode type:

:version

that should tell you when vi (gvim) was compiled and who compiled it:

VIM - Vi IMproved 7.1 (2007 May 12, compiled Aug  2 2008 15:10:48)
Compiled by ramon@ubuntu-hh

in case you still want to make sure that everything is pointed to the latest g/vim do this:

user@host:~$ sudo rm /etc/alternatives/gvim
user@host:~$ sudo ln -s /usr/local/bin/gvim /etc/alternatives/gvim
user@host:~$ sudo rm /etc/alternatives/gvimdiff 
user@host:~$ sudo ln -s /usr/local/bin/gvimdiff /etc/alternatives/gvimdiff

DONE :)
</description>
		<content:encoded><![CDATA[<p>welcome <img src='http://blog.dotkam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ramon, </p>
<p>    This will install latest gvim as well into &#8220;/usr/local/bin/&#8221;, hence it should pick it up automatically:</p>
<p><a href="mailto:user@host:~$">user@host:~$</a> which gvimdiff<br />
/usr/local/bin/gvimdiff<br />
<a href="mailto:user@host:~$">user@host:~$</a> which gvim<br />
/usr/local/bin/gvim</p>
<p>in order to check that you have latest gvim installed, run gvim and in command mode type:</p>
<p>:version</p>
<p>that should tell you when vi (gvim) was compiled and who compiled it:</p>
<p>VIM - Vi IMproved 7.1 (2007 May 12, compiled Aug  2 2008 15:10:48)<br />
Compiled by <a href="mailto:ramon@ubuntu-hh">ramon@ubuntu-hh</a></p>
<p>in case you still want to make sure that everything is pointed to the latest g/vim do this:</p>
<p><a href="mailto:user@host:~$">user@host:~$</a> sudo rm /etc/alternatives/gvim<br />
<a href="mailto:user@host:~$">user@host:~$</a> sudo ln -s /usr/local/bin/gvim /etc/alternatives/gvim<br />
<a href="mailto:user@host:~$">user@host:~$</a> sudo rm /etc/alternatives/gvimdiff<br />
<a href="mailto:user@host:~$">user@host:~$</a> sudo ln -s /usr/local/bin/gvimdiff /etc/alternatives/gvimdiff</p>
<p>DONE <img src='http://blog.dotkam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kirk</title>
		<link>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-33664</link>
		<author>Kirk</author>
		<pubDate>Sun, 05 Oct 2008 20:11:22 +0000</pubDate>
		<guid>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-33664</guid>
					<description>Thank you very much. This was perfect :)</description>
		<content:encoded><![CDATA[<p>Thank you very much. This was perfect <img src='http://blog.dotkam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: squil</title>
		<link>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37585</link>
		<author>squil</author>
		<pubDate>Mon, 27 Oct 2008 20:44:55 +0000</pubDate>
		<guid>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37585</guid>
					<description>Hi, what libraries do I need to get gvim to compile? I've got a fresh Ubuntu install and I can't get any gui support.</description>
		<content:encoded><![CDATA[<p>Hi, what libraries do I need to get gvim to compile? I&#8217;ve got a fresh Ubuntu install and I can&#8217;t get any gui support.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37590</link>
		<author>admin</author>
		<pubDate>Wed, 29 Oct 2008 03:16:54 +0000</pubDate>
		<guid>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37590</guid>
					<description>@squil,

   Open the terminal and enter:
&lt;pre lang="bash"&gt;
   $ sudo apt-get install vim-full
&lt;/pre&gt;
   That should take care of gvim install for the fresh Ubuntu.

   If you still need to compile it from sources (for whatever/above reason), follow instructions above. If you have any questions/difficulties, let me know,

-- Toly</description>
		<content:encoded><![CDATA[<p>@squil,</p>
<p>   Open the terminal and enter:</p>

<div class="wp_syntax"><div class="code"><pre class="bash bash" style="font-family:sans-serif;">   $ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> vim-full</pre></div></div>

<p>   That should take care of gvim install for the fresh Ubuntu.</p>
<p>   If you still need to compile it from sources (for whatever/above reason), follow instructions above. If you have any questions/difficulties, let me know,</p>
<p>&#8211; Toly</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: squil</title>
		<link>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37591</link>
		<author>squil</author>
		<pubDate>Wed, 29 Oct 2008 08:19:36 +0000</pubDate>
		<guid>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37591</guid>
					<description>Hi, 
Thanks for your reply. I do need to compile it from source as the Ubuntu package I'm using doesn't work with rails.vim plugin. I also followed the instructions above, but I keep getting 'no GUI support' during ./configure. Are there any specific libraries I need to install? I got gtk libraries and gtk-dev, but still no luck. Can you help me?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for your reply. I do need to compile it from source as the Ubuntu package I&#8217;m using doesn&#8217;t work with rails.vim plugin. I also followed the instructions above, but I keep getting &#8216;no GUI support&#8217; during ./configure. Are there any specific libraries I need to install? I got gtk libraries and gtk-dev, but still no luck. Can you help me?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Toly</title>
		<link>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37596</link>
		<author>Toly</author>
		<pubDate>Fri, 31 Oct 2008 22:12:33 +0000</pubDate>
		<guid>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37596</guid>
					<description>@squil,

   It seems like you have an older version of VIM that "./configure" is looking at. Look at your $PATH variable, and see if  "/usr/local/bin" comes after "/usr/bin", and if it does change your $PATH, so "./configure" will look inside the "/usr/local/bin" first.

-- Toly</description>
		<content:encoded><![CDATA[<p>@squil,</p>
<p>   It seems like you have an older version of VIM that &#8220;./configure&#8221; is looking at. Look at your $PATH variable, and see if  &#8220;/usr/local/bin&#8221; comes after &#8220;/usr/bin&#8221;, and if it does change your $PATH, so &#8220;./configure&#8221; will look inside the &#8220;/usr/local/bin&#8221; first.</p>
<p>&#8211; Toly</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: dodgit</title>
		<link>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37643</link>
		<author>dodgit</author>
		<pubDate>Thu, 13 Nov 2008 13:38:06 +0000</pubDate>
		<guid>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37643</guid>
					<description>thx, i've been looking for this for years, the missing link was libncurses5-dev

it's a hell installing things from sources in ubuntu, i really hate it</description>
		<content:encoded><![CDATA[<p>thx, i&#8217;ve been looking for this for years, the missing link was libncurses5-dev</p>
<p>it&#8217;s a hell installing things from sources in ubuntu, i really hate it</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David</title>
		<link>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37658</link>
		<author>David</author>
		<pubDate>Mon, 17 Nov 2008 03:59:10 +0000</pubDate>
		<guid>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37658</guid>
					<description>Hey, i followed your howto; vim compiled fine, except now i have a keyboard issue with arrow keys. Whenever i type one of the arrow key vim inserts one of the letter ABCD.
Any idea?</description>
		<content:encoded><![CDATA[<p>Hey, i followed your howto; vim compiled fine, except now i have a keyboard issue with arrow keys. Whenever i type one of the arrow key vim inserts one of the letter ABCD.<br />
Any idea?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David</title>
		<link>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37659</link>
		<author>David</author>
		<pubDate>Mon, 17 Nov 2008 04:11:49 +0000</pubDate>
		<guid>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37659</guid>
					<description>Apparently this is a common bug on Ubuntu, where the fix is install the vim-full package... However this does not apply in case of compilation.  What the does the "vim-full" means, is there a way to activate it with the manual compile?</description>
		<content:encoded><![CDATA[<p>Apparently this is a common bug on Ubuntu, where the fix is install the vim-full package&#8230; However this does not apply in case of compilation.  What the does the &#8220;vim-full&#8221; means, is there a way to activate it with the manual compile?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Toly</title>
		<link>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37661</link>
		<author>Toly</author>
		<pubDate>Mon, 17 Nov 2008 23:47:30 +0000</pubDate>
		<guid>http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-37661</guid>
					<description>@ David,

   Try two things:
&lt;pre lang="bash"&gt;
    :set nocompatible
&lt;/pre&gt;
          AND / OR
&lt;pre lang="bash"&gt;
    :set term=builtin_ansi
&lt;/pre&gt;
Let me know if that helps,

-- Toly</description>
		<content:encoded><![CDATA[<p>@ David,</p>
<p>   Try two things:</p>

<div class="wp_syntax"><div class="code"><pre class="bash bash" style="font-family:sans-serif;">    :<span style="color: #000000; font-weight: bold;">set</span> nocompatible</pre></div></div>

<p>          AND / OR</p>

<div class="wp_syntax"><div class="code"><pre class="bash bash" style="font-family:sans-serif;">    :<span style="color: #000000; font-weight: bold;">set</span> <span style="color: #007800;">term</span>=builtin_ansi</pre></div></div>

<p>Let me know if that helps,</p>
<p>&#8211; Toly</p>
]]></content:encoded>
				</item>
</channel>
</rss>
