Friday, April 11, 2014

Re: Compile vim with perl

First problem - during configure got such message
checking if compile and link flags for Perl are sane... no PERL DISABLED
using this
./configure --with-features=huge --enable-rubyinterp
--enable-pythoninterp --enable-luainterp --enable-perlinterp=yes
--enable-cscope --prefix=$HOME/apps/vim > conf.log

If need some additional info? say what comand outputs it

11.04.2014 11:12, Shlomi Fish написав(ла):
> Hi Erop,
>
> On Fri, 11 Apr 2014 10:59:48 +0300
> Егор <negrmen@mail.ru> wrote:
>
>> Need to use perl in vimscript. My system vim on :echo has('per') prints
>> 0. I hav no expirience in compiling vim so can anyone help me to buil
>> vim with perl?
> I'm using the following script to build perl:
>
> <<<<
> #!/bin/bash
> set -x
> ./configure "$@" --prefix=$HOME/apps/vim \
> --enable-fail-if-missing \
> --with-features=huge \
> --enable-perlinterp --enable-pythoninterp --enable-rubyinterp \
> --enable-tclinterp \
> Vim uses a standard "./configure"/autoconf setup. Also see the links here:
>
> https://duckduckgo.com/?q=how%20to%20build%20vim
>
> Note that you should provide more information about your system and setup where
> you want to build Vim.
>
> Finally see
> http://www.shlomifish.org/philosophy/computers/netiquette/email/start-new-thread.html
> regarding how to start a new thread.
>
> Regards,
>
> Shlomi Fish
>

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment