LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Glade / GTK 2.4 (https://www.linuxquestions.org/questions/linux-software-2/glade-gtk-2-4-a-227926/)

Kane635 09-07-2004 07:53 PM

Glade / GTK 2.4
 
[root@localhost root]# ls
atk-1.0.3 glib-2.0.7 gtk+-2.4.9.tar pkgconfig-0.15.0.tar
atk-1.0.3.tar glib-2.0.7.tar jpegsrc.v6b.tar tiff-v3.6.1.tar
glademm-2.5.0.tar gtk+-2.4.9 libpng-1.2.5.tar
[root@localhost root]# pwd
/root
[root@localhost root]#

I cd'd to atk-1.0.3, ./configure'd, make'd, and make installed'd.
Same to glib-2.0.7.

Unfortanately, when I ./configure'd gtk+-2.4.9, it gave the following...

[root@localhost gtk+-2.4.9]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
...
...
...
configure: error: Library requirements (glib-2.0 >= 2.4.0 atk >= 1.0.1 pango >= 1.4.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.
[root@localhost gtk+-2.4.9]#

[root@localhost gtk+-2.4.9]# echo $PKG_CONFIG_PATH
/root/glib-2.0.7
[root@localhost gtk+-2.4.9]#

Any help is appreciated! ^.^ Ty.


All times are GMT -5. The time now is 04:09 PM.