On 2012-03-20, John Degen wrote:
> I'm trying to compile a huge version of Vim, including gVim, using
> Mercurial. I've only managed to install console Vim, and that's a
> normal version, without Python and Perl interface. I followed the
> instructions and issued these commands:
>
> hg clone https://vim.googlecode.com/hg/ vim
> ./configure
> make install
>
> Am I still missing packages? The Debian package (Vim 7.2.445)
> installs without problems and offers a huge version.
>
> System info:
> Debian 6.0.4
> uname -a
> Linux xeon 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64 GNU/Linux
>
> Thanks for any clues.
Without any options, configure will get you the normal version. To
get the huge version, you'll have to add "--with-features=huge".
You might be missing some packages as well. Try
sudo apt-get build-dep vim
That's all I needed to build the normal version of vim and gvim on
Ubuntu 10.04. I've seen
sudo apt-get build-dep vim-gnome
and
sudo apt-get build-dep vim-gtk
suggested as well, but I don't think I needed either of them.
HTH,
Gary
--
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