pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: editors/vim-gtk builds with no gui



On Wed, 22 Jan 2014 21:17:52 +0100
"D. M." <makabrml%grimn.es@localhost> wrote:

> Hello there. I'm new here and I hope I'm not mailing this in wrong
> place.
> 
> I'm running pkgsrc on FreeBSD 9.2 and my issue is that package 
> editors/vim-gtk is not building its gui, even though it IS activated
> in the Makefile and all dependencies are installed. Everything builds 
> successfully, creates binaries for gvim, rgvim, gview, rgview but
> every try to run any of these (or vim -g) results in:
> 
>  >E25: GUI cannot be used: Not enabled at compile time
> 
> Am I missing something? Text-mode Vim runs perfectly, but if I wanted 
> just text interface I won't be building vim-gtk with all its 
> dependencies. :|
> 
> Thanks in advance,
> D.M.

Vim doesn't seem to support gtk1 anymore.
Running configure --help gives 
--enable-gui=OPTS     X11 GUI default=auto
OPTS=auto/no/gtk2/gnome2/motif/athena/neXtaw/photon/carbon
gtk is not among these and running make configure outputs the line:
checking --enable-gui argument... Sorry, gtk GUI is not supported

If you want vim with a working gtk gui you can try
editors/vim-gtk2

/Niclas Rosenvik


Home | Main Index | Thread Index | Old Index