<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Make rails.vim Work: Compile VIM From Sources</title>
	<atom:link href="http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/</link>
	<description>one of those blogs</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:50:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Toly</title>
		<link>http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/comment-page-1/#comment-3036</link>
		<dc:creator>Toly</dc:creator>
		<pubDate>Mon, 17 Nov 2008 23:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-3036</guid>
		<description>@ David,

   Try two things:
&lt;pre lang=&quot;bash&quot;&gt;
    :set nocompatible
&lt;/pre&gt;
          AND / OR
&lt;pre lang=&quot;bash&quot;&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" style="font-family:monospace;">    :<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" style="font-family:monospace;">    :<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>
	<item>
		<title>By: David</title>
		<link>http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/comment-page-1/#comment-3035</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 17 Nov 2008 04:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-3035</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 &quot;vim-full&quot; 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: David</title>
		<link>http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/comment-page-1/#comment-3034</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 17 Nov 2008 03:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-3034</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: dodgit</title>
		<link>http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/comment-page-1/#comment-3029</link>
		<dc:creator>dodgit</dc:creator>
		<pubDate>Thu, 13 Nov 2008 13:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-3029</guid>
		<description>thx, i&#039;ve been looking for this for years, the missing link was libncurses5-dev

it&#039;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: Toly</title>
		<link>http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/comment-page-1/#comment-3037</link>
		<dc:creator>Toly</dc:creator>
		<pubDate>Fri, 31 Oct 2008 22:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-3037</guid>
		<description>@squil,

   It seems like you have an older version of VIM that &quot;./configure&quot; is looking at. Look at your $PATH variable, and see if  &quot;/usr/local/bin&quot; comes after &quot;/usr/bin&quot;, and if it does change your $PATH, so &quot;./configure&quot; will look inside the &quot;/usr/local/bin&quot; 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: squil</title>
		<link>http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/comment-page-1/#comment-3039</link>
		<dc:creator>squil</dc:creator>
		<pubDate>Wed, 29 Oct 2008 08:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-3039</guid>
		<description>Hi,
Thanks for your reply. I do need to compile it from source as the Ubuntu package I&#039;m using doesn&#039;t work with rails.vim plugin. I also followed the instructions above, but I keep getting &#039;no GUI support&#039; 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: admin</title>
		<link>http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/comment-page-1/#comment-3038</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 29 Oct 2008 03:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-3038</guid>
		<description>@squil,

   Open the terminal and enter:
&lt;pre lang=&quot;bash&quot;&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" style="font-family:monospace;">   $ <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://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/comment-page-1/#comment-3040</link>
		<dc:creator>squil</dc:creator>
		<pubDate>Mon, 27 Oct 2008 20:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-3040</guid>
		<description>Hi, what libraries do I need to get gvim to compile? I&#039;ve got a fresh Ubuntu install and I can&#039;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: Kirk</title>
		<link>http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/comment-page-1/#comment-3033</link>
		<dc:creator>Kirk</dc:creator>
		<pubDate>Sun, 05 Oct 2008 20:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-3033</guid>
		<description>Thank you very much. This was perfect :)</description>
		<content:encoded><![CDATA[<p>Thank you very much. This was perfect <img src='http://www.dotkam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toly</title>
		<link>http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/comment-page-1/#comment-3032</link>
		<dc:creator>Toly</dc:creator>
		<pubDate>Sun, 03 Aug 2008 16:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comment-3032</guid>
		<description>welcome :)

Ramon,

    This will install latest gvim as well into &quot;/usr/local/bin/&quot;, 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://www.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>user@host:~$ which gvimdiff<br />
/usr/local/bin/gvimdiff<br />
user@host:~$ 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 &#8211; Vi IMproved 7.1 (2007 May 12, compiled Aug  2 2008 15:10:48)<br />
Compiled by ramon@ubuntu-hh</p>
<p>in case you still want to make sure that everything is pointed to the latest g/vim do this:</p>
<p>user@host:~$ sudo rm /etc/alternatives/gvim<br />
user@host:~$ sudo ln -s /usr/local/bin/gvim /etc/alternatives/gvim<br />
user@host:~$ sudo rm /etc/alternatives/gvimdiff<br />
user@host:~$ sudo ln -s /usr/local/bin/gvimdiff /etc/alternatives/gvimdiff</p>
<p>DONE <img src='http://www.dotkam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
