Re: Compiling gvim on Debian

2010-10-12 Thread Felipe Orellana Castillo
Hi! I want to compile vim with gui on my Ubuntu 10.10 64bits, and I did the two steps that you said: $ sudo apt-get install xorg-dev and $ sudo apt-get build-dep vim-gnome but when I tried to configure, with the command ./configure --enable-rubyinterp --enable-cscope --enable-fontset --

Re: Compiling gvim on Debian

2010-10-12 Thread bill lam
Try adding --with-x BTW, please do not top-post. -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 -- You received this message from the vim_use maillist. Do not top-post! Type your reply

Compiling gvim on Debian

2010-09-22 Thread Matteo Riva
I'm trying to compile vim with gui support on a Debian system. I can't seem to figure how to enable the gui option, I tried ./configure --enable-gui=gnome2 assuming it would at least check for the required libraries and warn me if any are missing, but in configure's output there is no

Re: Compiling gvim on Debian

2010-09-22 Thread Matteo Riva
On Wed, Sep 22, 2010 at 11:13 AM, Matteo Riva mura...@gmail.com wrote: I'm trying to compile vim with gui support on a Debian system.  I can't seem to figure how to enable the gui option, I tried   ./configure --enable-gui=gnome2 assuming it would at least check for the required libraries

Re: Compiling gvim on Debian

2010-09-22 Thread Dominique Pellé
Matteo Riva skribis: On Wed, Sep 22, 2010 at 11:13 AM, Matteo Riva mura...@gmail.com wrote: I'm trying to compile vim with gui support on a Debian system.  I can't seem to figure how to enable the gui option, I tried   ./configure --enable-gui=gnome2 assuming it would at least check for

Re: Compiling gvim on Debian

2010-09-22 Thread Matteo Riva
2010/9/22 Dominique Pellé dominique.pe...@gmail.com: On Ubuntu (I assume that it's the same on Debian), you can install all packages needed to be able to compile the gnome version of Vim with: $ sudo apt-get build-dep vim-gnome Even if you managed to compile Vim with GUI, you may still

Re: Compiling gvim on Debian

2010-09-22 Thread Simon Ruderich
On Wed, Sep 22, 2010 at 12:17:31PM +0200, Matteo Riva wrote: 2010/9/22 Dominique Pellé : Thanks for both these suggestion, I completely forgot to check the enabled features and actually some are missing compared to my usual setup (e.g. perl). If you want to compile more packages it's a good