Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Aug 2012 08:54:47 +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:  <501F6A37.8030404@gmail.com>
In-Reply-To: <501F230E.3010801@FreeBSD.org>
References:  <501D8DF4.4020801@gmail.com> <501D9565.1090704@FreeBSD.org> <501D9A8D.1090804@gmail.com> <501D9E50.6050302@FreeBSD.org> <501E1E3D.8000005@gmail.com> <501E3658.2050204@FreeBSD.org> <501E4559.8000906@gmail.com> <501F230E.3010801@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 06/08/2012 03:51, Doug Barton wrote:
> On 08/05/2012 03:05, David Demelier wrote:
>> On 05/08/2012 11:01, Doug Barton wrote:
>>> On 08/05/2012 00:18, David Demelier wrote:
>>>> On 05/08/2012 00:12, Doug Barton wrote:
>>>>> On 08/04/2012 14:56, David Demelier wrote:
>>>>>> 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.
>>>>>
>>>>> Seems to apply only to the gnome define, as I can build and run gvim
>>>>> without it.
>>>>>
>>>>> David, what do you think of the attached?
>>>>>
>>>>> Doug
>>>>>
>>>>
>>>> I would rather place in the WITH_GTK2 conditional, since gtk2 requires
>>>> glproto too.
>>>
>>> ... that was the point of my reporting that with just gtk2 glproto is
>>> *not* needed. :) Why do you think it is?
>>>
>>> Doug
>>>
>>
>> Because the check of Gtk2 fails if it is not enabled, thus no gtk2 gui
>> will be enabled the same error as my first post.
>
> Ok, let me try again. :)
>
> I don't have glproto installed. I have the gtk GUI option enabled. I can
> configure, build, and run gvim just fine without glproto; with no errors.
>
> Doug
>

That's very odd, why it does not work for me then?

checking --enable-gui argument... GTK+ 2.x GUI support
checking --disable-gtktest argument... gtk test enabled
checking for pkg-config... /usr/local/bin/pkg-config
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
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking X11/Sunkeysym.h usability... yes
checking X11/Sunkeysym.h presence... yes
checking for X11/Sunkeysym.h... yes
checking for XIMText in X11/Xlib.h... yes
no GUI selected; xim has been disabled
no GUI selected; fontset has been disabled

Can you show me your /etc/make.conf?

Cheers,

-- 
David Demelier



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