Re: VIM QT fails to compile on Ubuntu 11.04

2011-12-27 Fir de Conversatie Christian Brabandt
Hi Tony! On Mo, 26 Dez 2011, Tony Mechelynck wrote: On 26/12/11 10:09, Konstantin Zertsekel wrote: Oh, thanks a bunch for the answer. But I rather look for VIM with some GUI. I am looking for the best recipe to browse and learn Linux Kernel. Currently I am using VIM with cscope and trinity,

Re: VIM QT fails to compile on Ubuntu 11.04

2011-12-26 Fir de Conversatie Konstantin Zertsekel
Oh, thanks a bunch for the answer. But I rather look for VIM with some GUI. I am looking for the best recipe to browse and learn Linux Kernel. Currently I am using VIM with cscope and trinity, which is _very_ efficient combination, but the lack of GUI is certainly a big downside. As for now, I

Re: VIM QT fails to compile on Ubuntu 11.04

2011-12-26 Fir de Conversatie Tony Mechelynck
On 26/12/11 10:09, Konstantin Zertsekel wrote: Oh, thanks a bunch for the answer. But I rather look for VIM with some GUI. I am looking for the best recipe to browse and learn Linux Kernel. Currently I am using VIM with cscope and trinity, which is _very_ efficient combination, but the lack of

Re: VIM QT fails to compile on Ubuntu 11.04

2011-12-26 Fir de Conversatie Peter Odding
On 26-12-11 10:55, Tony Mechelynck wrote: Well, why not use a GTK2/Gnome2 Vim GUI? I use that on openSUSE Linux, and it compiles like a breeze. I'm sure the needed development packages exist on your Ubuntu distro just like they exist on my openSUSE. I've seen Ubuntu/Debian users post a oneline

Re: VIM QT fails to compile on Ubuntu 11.04

2011-12-26 Fir de Conversatie Tony Mechelynck
On 26/12/11 11:46, Peter Odding wrote: On 26-12-11 10:55, Tony Mechelynck wrote: Well, why not use a GTK2/Gnome2 Vim GUI? I use that on openSUSE Linux, and it compiles like a breeze. I'm sure the needed development packages exist on your Ubuntu distro just like they exist on my openSUSE. I've

Re: VIM QT fails to compile on Ubuntu 11.04

2011-12-26 Fir de Conversatie Konstantin Zertsekel
Below is a summary of the commands I use to compile the latest gVim 7.3 from source on Ubuntu 10.04 should you be interested (the commands come from a shell script ~/bin/build-vim which I run once every few weeks to stay up to date): sudo apt-get build-dep vim-gnome sudo apt-get install

Re: VIM QT fails to compile on Ubuntu 11.04

2011-12-26 Fir de Conversatie Sergey Khorev
I'd like to try to join the development effort of the VIM. I am experienced embedded developer. Do you have some getting started guide for this case or some bugs to fix? Thanks a lot, --- KostaZ You might want to do :help todo and pick your favourite bug(s) :) -- You received this message

VIM QT fails to compile on Ubuntu 11.04

2011-12-25 Fir de Conversatie Konstantin Zertsekel
Hi all, Not sure if this list is correct, but I'll give it a try... I clones VIM QT by Rui Abreu Ferreira: $ git clone https://git.gitorious.org/vim-qt/vim-qt.git And just compiled it on Ubuntu 11.04 and got the below error: CC=gcc -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_QT -Iqt -I.

Re: VIM QT fails to compile on Ubuntu 11.04

2011-12-25 Fir de Conversatie Tony Mechelynck
On 25/12/11 17:39, Konstantin Zertsekel wrote: Hi all, Not sure if this list is correct, but I'll give it a try... I clones VIM QT by Rui Abreu Ferreira: $ git clone https://git.gitorious.org/vim-qt/vim-qt.git And just compiled it on Ubuntu 11.04 and got the below error: CC=gcc -Iproto