Subject: Re: FreeBSD: gnome-config: not found
To: Georg Schwarz <georg.schwarz@freenet.de>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 12/18/2006 13:15:08
On Mon, 18 Dec 2006, Georg Schwarz wrote:

> Am 18.12.2006 um 02:56 schrieb Greg Troxel:
> 
> > It seems that pkg-config falls back to gnome-config when it can't find
> > the pc file.  I think that's what Christian meant when he said the
> > gnome-config error was a red herring - that really it's just that
> > xfixes is not present.
> 
> sounds logical. The interesting point is why it is not present, i.e. 
> where the respective dependency is missing.

The other part of the problem my be that your native libXfixes was seen 
(maybe /usr/X11R6/}/include/X11/extensions/Xfixes.h) but your native X 
installation didn't include the xfixes.pc.

One workaround is to have the builtin.mk generate a dummy pkg-config pc 
file for that.

What is your X11_TYPE? (I guess it is unset by you and is "native".)