Hi Anthony,

On Mon, 17 Apr 2006 16:09:12 +0100
Anthony Campbell <[EMAIL PROTECTED]> wrote:

> I want to compile vim6.4 for my recently upgraded xorg. This is
> because the Debian packages all lack the help.txt file for some
> reason, even though I've installed vim-doc.
> 
> But vim compiles without the gui (gtk version). Any way to get it to
> do this?
> 
> Anthony

try installing libx11-dev, xlibs-dev and libgtk2.0-dev
One of these did it for me ( I think xlibs-dev?)

Also make sure libncurses5-dev is installed
For scripting support:
  libperl-dev
  python-dev
  ruby(version)-dev eg ruby1.8-dev

./configure --with-features=huge --enable-perlinterp
--enable-pythoninterp --enable-rubyinterp --enable-cscope


-- 
Mark

Reply via email to