Can't get gvim working

David Demelier demelier.david at gmail.com
Sat Aug 4 21:56:25 UTC 2012


On 04/08/2012 23:34, Doug Barton wrote:
> On 08/04/2012 14:02, David Demelier wrote:
>> Hi,
>>
>> I enabled the WITH_OPTIONS in the editors/vim port, and installed with
>> X11, GTK2 and GNOME2 options, but gvim stills says :
>>
>> E25: GUI cannot be used: Not enabled at compile time
>>
>> As you can see the output of make showconfig:
>>
>> ===> The following configuration options are available for vim-7.3.556_1:
>>       PERL=off: Enable Perl interpreter
>
>>       GNOME2=on: Gnome2 GUI
>
> Works fine for me, the only difference in settings is that I have these
> 2 knobs flipped. Unlikely the first matters, but the gnome option is
> probably relevant.
>
> hth,
>
> Doug
>

I finally found the problem: at the configure target see,

checking for GTK - version >= 2.2.0... Package glproto was not found in the
pkg-config search path.
Perhaps you should add the directory containing `glproto.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glproto' found
no

x11/glproto was not installed, I think we could add a dependency on it.

Cheers,

-- 
David Demelier


More information about the freebsd-ports mailing list