[Glade-users] qtk+-2.0 not found
Damon Chaplin
damon@karuna.uklinux.net
Fri, 17 Dec 2004 11:27:21 +0000
On Fri, 2004-12-17 at 00:35, Johnny wrote:
> Hi
> New to the list I am a beginner Glade 2 user. I am having error when
> ./configure not finding the qtk+-2.0 package.
> What do I need to install to fix this
> The linux distro that I am using is Xandros 2.0
>
> This is what it does at the end when ./configure
>
> checking for gtk+-2.0 >= 2.0.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
>
> configure: error: Library requirements (gtk+-2.0 >= 2.0.0) not met;
> consider adjusting the PKG_CONFIG_PATH environment variable if your
> libraries are in a nonstandard prefix so pkg-config can find them.
You probably need to install all the development packages, like
gtk2-devel. These have things like header files which you need to build
apps.
Damon