Op dinsdag 19 juni 2012 20:32:26 schreef Lomig Enfroy: > Le mercredi 20 juin 2012 04:14:39 UTC+2, Thomas Dziedzic a écrit : > > On Tue, Jun 19, 2012 at 6:51 PM, Lomig wrote: > > > Hello list :) > > > > > > As I have not been able to find a compiled package of vim with a +ruby > > > support for my distribution (Archlinux), I have tried for 2 days to > > > compile it myself from the mercurial repository... Though without any > > > success for now. > > > > > > After a configure that was meant to be as close as possible to the one > > > used by my previous binary package, > > > > There might be some confusion with the naming in archlinux. > > vim the package contains a minimally configured vim. > > gvim the package contains vim + gvim with ruby + python + lots of > > other options enabled. > > All you need for ruby support is to do pacman -S gvim and you should be > > done. > > > > > > ~ >>> vim --version | grep +ruby > > > > +python -python3 +quickfix +reltime +rightleft +ruby +scrollbind +signs > > > > ~ >>> uname -a > > Linux archlinux 3.4.3-1-ARCH #1 SMP PREEMPT Mon Jun 18 08:28:29 CEST > > 2012 x86_64 GNU/Linux > > ~ >>> pacman -Q gvim > > gvim 7.3.547-1 > > > > Cheers > > My answer to your post has disappeared :/ > > So, as I was saying, I use the Herecura version of this package, because it > provides a gvim-Qt flavor, and I try to use only one framework on a machine > - and I do develop in Qt and QML myself. > > I tried to compile (Herecura's) gvim with gtk2 support instead to use a > patch-free version, and be sure that it was not the source of my problem -- > And it was not :) > > I would be really glad to use your official package if you would consider > the integration of a Qt version, though :) > > Regards, > Lomig > > -- > You received this message from the "vim_dev" 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
Hi, the reason ruby 1.9.3 is not working with 'my' herecura flavor is because of the dynamic loading. i wanted to provide a vim/gvim with as much as possible functionallity, with as less as possible hard dependencies. if you build the packages as they are built in archlinux, doing so having hard dependencies on ruby, python, perl, lua, ... then it will work just fine (--enable- rubyinterp=yes) i have posted in this mailinglist before for a solution for the dynamic ruby stuff but found no answer yet. http://code.google.com/p/vim/issues/detail?id=49 --Ike -- You received this message from the "vim_dev" 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
