Hi,
On Thu, 2004-04-15 at 11:13, Clemens Eisserer wrote:
> I've now installed pkg-config and added it to my path-variable, now I get=
this error:
>=20
> checking for gtk+-2.0 >=3D 2.2 gthread-2.0 >=3D 2.2 libart-2.0... Package=
gtk+-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `gtk+-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gtk+-2.0' found
Could you print out PKG_CONFIG_PATH (printenv PKG_CONFIG_PATH).
And make sure ${PKG_CONFIG_PATH}/gtk+-2.0.pc exists
(ls -l ${PKG_CONFIG_PATH}/gtk+-2.0.pc)
Thanks,
Mark
|