A.J.Mechelynck wrote:
George V. Reilly wrote:
I'm trying to build a full-featured Vim 7.076 on Ubuntu 6.06. I have all the packages listed at
   http://packages.ubuntulinux.org/edgy/editors/vim-full
as well as
   libncurses5-dev, libxt-dev, libgtk2.0-dev
to build a basic Gvim, and
   mzscheme, ruby1.8-dev, tcl8.4-dev
which suffices to build +ruby, +python, and +tcl, but not +perl or +mzscheme.

[snip]
What are the magic invocations?


The following script, which I "source" in bash before compiling (using the bash "source" or "." command -- just running it isn't enough) includes most of the optional features -- IF the right software libraries are installed:

I should have mentioned that I was using the bash script from your Compiling Howto for Unix at http://users.skynet.be/antoine.mechelynck/vim/compunix.htm

You must also have the "development" packages for anything you want to include. I'm not sure how they are called on Ubuntu, but on SuSE it's e.g. perl-devel to be able to compile with perl. I can see you have the development packages for ruby and tcl. I suspect you haven't installed those for perl and mzscheme.

Adding libperl-dev got me +perl. I still haven't figured out +mzscheme.

Oh, and by the way, the latest bugfix is 7.0.083 at the moment.

Yeah, but 7.0.076 is the latest stuff in Subversion.

--
/George V. Reilly  [EMAIL PROTECTED]
http://www.georgevreilly.com/blog
The biggest mistake is not learning from all your other mistakes.
Please sponsor me for the AIDS Walk: http://georgevreilly.com/aidswalk


Reply via email to