Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Aug 2012 23:56:29 +0200
From:      David Demelier <demelier.david@gmail.com>
To:        Doug Barton <dougb@FreeBSD.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Can't get gvim working
Message-ID:  <501D9A8D.1090804@gmail.com>
In-Reply-To: <501D9565.1090704@FreeBSD.org>
References:  <501D8DF4.4020801@gmail.com> <501D9565.1090704@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?501D9A8D.1090804>